In the "responseFlow" for a service I'd like a Handler to extract the return object, modify it, and put it back into the MessageContext.
 
I know how to get the ParameterDesc represention like so:
 
public void invoke(MessageContext arg0) throws AxisFault {
 
     OperationDesc operationDesc = arg0.getOperation();
 
     ParameterDesc returnParamDesc = operationDesc.getReturnParamDesc();
 
}
 
How could I get to the actual object?
 
Thank you in advance for any help :)
Chris


Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.

Reply via email to