Uses of Class
com.infoengine.soap.wsdl.Message

Packages that use Message
com.infoengine.soap.wsdl   
com.infoengine.webject.msg   
 

Uses of Message in com.infoengine.soap.wsdl
 

Fields in com.infoengine.soap.wsdl declared as Message
private  Message Operation.input
           
private  Message Operation.output
           
 

Methods in com.infoengine.soap.wsdl that return Message
 Message Operation.getInputMessage()
           
 Message Operation.getOutputMessage()
           
 

Uses of Message in com.infoengine.webject.msg
 

Methods in com.infoengine.webject.msg with parameters of type Message
protected  Group DefaultSOAPMessageHandler.buildResponseGroup(String grout, javax.xml.soap.SOAPElement responseElement, Message output, javax.xml.soap.SOAPMessage response)
           
protected  Group DefaultSOAPMessageHandler.buildValidatedResponseGroup(String grout, javax.xml.soap.SOAPElement responseElement, Message output, javax.xml.soap.SOAPMessage response)