|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.webservice.samples.OrganizationJSEEndpoint
An example of a java service endpoint.
Constructor Summary | |
OrganizationJSEEndpoint()
|
Method Summary | |
void |
destroy()
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method. |
java.lang.String |
getContactInfo(java.lang.String organization)
|
void |
init(java.lang.Object context)
Used for initialization of a service endpoint. |
Person (src) |
jobRequest(Person (src) target)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrganizationJSEEndpoint()
Method Detail |
public java.lang.String getContactInfo(java.lang.String organization)
getContactInfo
in interface Organization (src)
public Person (src) jobRequest(Person (src) target)
jobRequest
in interface Organization (src)
public void init(java.lang.Object context) throws ServiceException (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()
destroy
in interface ServiceLifecycle (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |