org.apache.axis.providers.java
Class MsgProvider

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
All Implemented Interfaces:
Handler, java.io.Serializable

public class MsgProvider
extends JavaProvider

Author:
Doug Davis (dug@us.ibm.com)
See Also:
Serialized Form

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, setOption, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgProvider

public MsgProvider()
Method Detail

processMessage

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
This is pretty much a pass-thru to the util.Admin tool. This will just take the Request xml file and call the Admin processing.
Overrides:
processMessage in class JavaProvider
Following copied from class: org.apache.axis.providers.java.JavaProvider
Parameters:
msgContext - self-explanatory
clsName - the class name of the ServiceHandler
allowedMethods - the 'method name' of ditto
reqEnv - the request envelope
resEnv - the response envelope
jc - the JavaClass of the service object
obj - the service object itself

undo

public void undo(MessageContext msgContext)
Description copied from class: BasicHandler
Must implement this in subclasses.
Overrides:
undo in class JavaProvider


Copyright © 2001 Apache XML Project. All Rights Reserved.