processMessage
public void processMessage(MessageContext msgContext,
SOAPEnvelope reqEnv,
SOAPEnvelope resEnv,
java.lang.Object obj)
throws java.lang.Exception
Process the message. Figure out the method "style" (one of the three
allowed signatures, which has already been determined and cached in
the OperationDesc) and do the actual invocation. Note that we don't
catch exceptions here, preferring to bubble them right up through to
someone who'll catch it above us.
- Specified by:
processMessage in class JavaProvider
- Parameters:
msgContext - the active MessageContext
reqEnv - the request SOAPEnvelope
resEnv - the response SOAPEnvelope (we should fill this in)
obj - the service target object
- Throws:
java.lang.Exception