|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by the Service implementation, either Abstract or concrete. Provides methods for initialization, obtaining the ResourceContext and getting the SoapMethodNameMap use for mapping incoming request QName's to method name for a given object.
Method Summary | |
SoapMethodNameMap |
getMethodNameMap()
Returns the SoapMethodNameMap for the Service, to determine which method to invoke for an incoming request. |
ResourceContext |
getResourceContext()
Returns the ResourceContext for the given Service. |
void |
init()
Initialization method. |
Method Detail |
public SoapMethodNameMap getMethodNameMap()
public ResourceContext getResourceContext()
public void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |