|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.providers.java.RPCInvocation
Implement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object.
Constructor Summary | |
RPCInvocation(RPCInvocation (src) invocation)
Copy constructor |
|
RPCInvocation(RPCProvider (src) rpcProvider,
MessageContext (src) messageContext,
SOAPEnvelopeAxisImpl (src) reqEnv,
SOAPEnvelopeAxisImpl (src) resEnv,
java.lang.Object targetObject)
|
Method Summary | |
java.lang.Object[] |
getArgValues()
|
RPCElement (src) |
getBody()
|
MessageContext (src) |
getMessageContext()
|
OperationDesc (src) |
getOperation()
|
OperationDesc (src) |
getOperation(ServiceDesc (src) serviceDesc,
QName (src) qname)
|
java.util.List |
getOutParams()
|
RPCProvider (src) |
getProvider()
|
SOAPEnvelopeAxisImpl (src) |
getRequestEnvelope()
|
SOAPEnvelopeAxisImpl (src) |
getResponseEnvelope()
|
java.lang.Object |
getTargetObject()
|
void |
prepareFromRequestEnvelope()
Prepare the invocation object from the given prameters |
void |
prepareResponseEnvelope(java.lang.Object resObject)
Prepare the response envelope from the given parameters |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RPCInvocation(RPCProvider (src) rpcProvider, MessageContext (src) messageContext, SOAPEnvelopeAxisImpl (src) reqEnv, SOAPEnvelopeAxisImpl (src) resEnv, java.lang.Object targetObject)
public RPCInvocation(RPCInvocation (src) invocation)
Method Detail |
public RPCProvider (src) getProvider()
public void prepareFromRequestEnvelope()
public OperationDesc (src) getOperation(ServiceDesc (src) serviceDesc, QName (src) qname)
public void prepareResponseEnvelope(java.lang.Object resObject)
public java.lang.Object[] getArgValues()
public RPCElement (src) getBody()
public MessageContext (src) getMessageContext()
public OperationDesc (src) getOperation()
public java.util.List getOutParams()
public SOAPEnvelopeAxisImpl (src) getRequestEnvelope()
public SOAPEnvelopeAxisImpl (src) getResponseEnvelope()
public java.lang.Object getTargetObject()
public java.lang.String toString()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |