|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.handlers.BasicHandler | +--org.apache.axis.providers.BasicProvider | +--org.apache.axis.providers.java.JavaProvider | +--org.apache.axis.providers.java.MsgProvider
Fields inherited from class org.apache.axis.providers.java.JavaProvider |
OPTION_CLASSNAME, OPTION_CLASSPATH, OPTION_IS_STATIC |
Fields inherited from class org.apache.axis.handlers.BasicHandler |
name, options |
Constructor Summary | |
MsgProvider()
|
Method Summary | |
void |
processMessage(MessageContext msgContext,
java.lang.String serviceName,
java.lang.String methodName,
SOAPEnvelope reqEnv,
SOAPEnvelope resEnv,
JavaClass jc,
java.lang.Object obj)
This is pretty much a pass-thru to the util.Admin tool. |
void |
undo(MessageContext msgContext)
Must implement this in subclasses. |
Methods inherited from class org.apache.axis.providers.java.JavaProvider |
generateWSDL, getNewServiceObject, getServiceAllowedMethods, getServiceAllowedMethodsOptionName, getServiceClassName, getServiceClassNameOptionName, getServiceObject, invoke |
Methods inherited from class org.apache.axis.providers.BasicProvider |
addOperation, getOperationName, getOperationNames, getOperationQNames |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
addOption, canHandleBlock, cleanup, getDeploymentData, getName, getOption, getOptions, init, setName, setOptions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MsgProvider()
Method Detail |
public void processMessage(MessageContext msgContext, java.lang.String serviceName, java.lang.String methodName, SOAPEnvelope reqEnv, SOAPEnvelope resEnv, JavaClass jc, java.lang.Object obj) throws java.lang.Exception
processMessage
in class JavaProvider
org.apache.axis.providers.java.JavaProvider
msgContext
- self-explanatoryclsName
- the class name of the ServiceHandlerallowedMethods
- the 'method name' of dittoreqEnv
- the request enveloperesEnv
- the response envelopejc
- the JavaClass of the service objectobj
- the service object itselfpublic void undo(MessageContext msgContext)
BasicHandler
undo
in class JavaProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |