|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzj.unicore.wsrflite.xfire.XFireKernel
public class XFireKernel
Bridge to XFire
| Field Summary | |
|---|---|
static String |
BINDING_JAXB
|
static String |
BINDING_XMLBEANS
|
static String |
PERSISTENT
|
static String |
WSRFSERVICE
|
| Constructor Summary | |
|---|---|
XFireKernel()
|
|
| Method Summary | |
|---|---|
static void |
addUnderstoodHeaders(QName[] qn)
|
static org.codehaus.xfire.service.Service |
exposeAsService(String name,
Class<?> spec,
Class<?> impl)
|
static org.codehaus.xfire.service.Service |
exposeAsService(String name,
Class<?> spec,
Class<?> impl,
boolean isWsrf)
|
static org.codehaus.xfire.service.Service |
exposeAsService(String name,
Class<?> spec,
Class<?> impl,
boolean isWsrf,
boolean isPersistent)
|
static org.codehaus.xfire.service.Service |
exposeAsService(String name,
Class<?> spec,
Class<?> impl,
org.codehaus.xfire.service.ServiceFactory factory)
|
static org.codehaus.xfire.service.Service |
exposeAsService(String name,
Class<?> spec,
Class<?> impl,
org.codehaus.xfire.service.ServiceFactory factory,
boolean isWSRF)
|
static org.codehaus.xfire.service.Service |
exposeAsService(String name,
Class<?> spec,
Class<?> impl,
org.codehaus.xfire.service.ServiceFactory factory,
boolean isWSRF,
boolean isPersistent)
|
protected static org.codehaus.xfire.service.ServiceFactory |
getFactoryFromAnnotation(Class<?> clazz)
figure out the correct service factory to use on the given service impl class |
static WSRFInvoker |
getInvoker()
|
static JettyServer |
getServer()
|
static org.codehaus.xfire.service.Service |
getService(String name)
|
static Collection<org.codehaus.xfire.service.Service> |
getServices()
|
static QName[] |
getUnderstoodHeaders()
support the SOAP mustUnderstand feature. |
static org.codehaus.xfire.XFire |
getXFire()
|
static void |
setServer(JettyServer server)
|
static void |
shutdown()
stop the web server |
static void |
start()
starts the web server. |
static boolean |
unregisterService(String serviceName)
Removes the Service object from the XFireKernel service map |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String WSRFSERVICE
public static final String PERSISTENT
public static final String BINDING_JAXB
public static final String BINDING_XMLBEANS
| Constructor Detail |
|---|
public XFireKernel()
| Method Detail |
|---|
public static org.codehaus.xfire.service.Service exposeAsService(String name,
Class<?> spec,
Class<?> impl,
org.codehaus.xfire.service.ServiceFactory factory,
boolean isWSRF,
boolean isPersistent)
throws Exception
name - spec - impl - factory - isWSRF - isPersistent -
Exceptionpublic static org.codehaus.xfire.XFire getXFire()
public static org.codehaus.xfire.service.Service exposeAsService(String name,
Class<?> spec,
Class<?> impl,
org.codehaus.xfire.service.ServiceFactory factory,
boolean isWSRF)
throws Exception
Exception
public static org.codehaus.xfire.service.Service exposeAsService(String name,
Class<?> spec,
Class<?> impl,
org.codehaus.xfire.service.ServiceFactory factory)
throws Exception
Exception
public static org.codehaus.xfire.service.Service exposeAsService(String name,
Class<?> spec,
Class<?> impl)
throws Exception
Exception
public static org.codehaus.xfire.service.Service exposeAsService(String name,
Class<?> spec,
Class<?> impl,
boolean isWsrf)
throws Exception
Exception
public static org.codehaus.xfire.service.Service exposeAsService(String name,
Class<?> spec,
Class<?> impl,
boolean isWsrf,
boolean isPersistent)
throws Exception
Exceptionpublic static boolean unregisterService(String serviceName)
public static Collection<org.codehaus.xfire.service.Service> getServices()
public static org.codehaus.xfire.service.Service getService(String name)
public static QName[] getUnderstoodHeaders()
public static void addUnderstoodHeaders(QName[] qn)
protected static org.codehaus.xfire.service.ServiceFactory getFactoryFromAnnotation(Class<?> clazz)
clazz -
public static void shutdown()
throws Exception
Exception
public static void start()
throws Exception
setServer(JettyServer),
a new instance of JettyServer is created and subsequently started.
Exceptionpublic static JettyServer getServer()
public static void setServer(JettyServer server)
public static WSRFInvoker getInvoker()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||