|
|||||||||
| 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 SoapMethodNameMap

- All Known Implementing Classes:
- AbstractSoapMethodNameMap
- public interface SoapMethodNameMap
This is an interface with is meant to be implemented by the generated Abstract class. This provides the operation to "look-up" a method name based on the incoming request.
| Method Summary | |
java.lang.String |
getMethodName(javax.xml.namespace.QName requestName)
DOCUMENT_ME |
java.lang.String |
getMethodNameFromAction(java.lang.String action)
|
SoapMethodNameMap |
getParent()
DOCUMENT_ME |
void |
setParent(SoapMethodNameMap parent)
DOCUMENT_ME |
| Method Detail |
getMethodName
public java.lang.String getMethodName(javax.xml.namespace.QName requestName)
- DOCUMENT_ME
setParent
public void setParent(SoapMethodNameMap parent)
- DOCUMENT_ME
getParent
public SoapMethodNameMap getParent()
- DOCUMENT_ME
getMethodNameFromAction
public java.lang.String getMethodNameFromAction(java.lang.String action)
|
|||||||||
| 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