|
|||||||||
| Home >> All >> org >> apache >> ws >> resource >> [ handler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.resource.handler
Interface WsrfService

- public interface WsrfService
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. |
org.apache.ws.resource.ResourceContext |
getResourceContext()
Returns the ResourceContext for the given Service. |
void |
init()
Initialization method. |
| Method Detail |
getMethodNameMap
public SoapMethodNameMap getMethodNameMap()
- Returns the SoapMethodNameMap for the Service, to determine
which method to invoke for an incoming request.
getResourceContext
public org.apache.ws.resource.ResourceContext getResourceContext()
- Returns the ResourceContext for the given Service.
init
public void init()
- Initialization method.
|
|||||||||
| Home >> All >> org >> apache >> ws >> resource >> [ handler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC