|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.webservice.header.ImplicitHeaderEndpointImpl
Field Summary |
Fields inherited from interface org.jboss.test.webservice.header.ImplicitHeaderEndpoint (src) |
LOCAL_PART |
Constructor Summary | |
ImplicitHeaderEndpointImpl()
|
Method Summary | |
void |
destroy()
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method. |
boolean |
doStuff(java.lang.String parameter)
|
void |
init(java.lang.Object context)
Used for initialization of a service endpoint. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImplicitHeaderEndpointImpl()
Method Detail |
public boolean doStuff(java.lang.String parameter) throws java.rmi.RemoteException
doStuff
in interface ImplicitHeaderEndpoint (src)
java.rmi.RemoteException
public void init(java.lang.Object context) throws ServiceException (src)
ServiceLifecycle (src)
init
in interface ServiceLifecycle (src)
context
- Endpoint context for a JAX-RPC service endpoint
ServiceException (src)
- If any error in initialization of the service endpoint; or if any illegal context has been provided in the init methodpublic void destroy()
ServiceLifecycle (src)
destroy
in interface ServiceLifecycle (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |