com.sapportals.portal.prt.service.soap
Interface IPRTSOAPSerializator
- public interface IPRTSOAPSerializator
interface representing instance in charge of Serializing a SOAPMessage
constructSOAPMessage
public javax.xml.soap.SOAPMessage constructSOAPMessage(javax.xml.soap.MessageFactory messageFactory,
IPRTSOAPResponse response)
- Construct the SOAP message corresponding of a response by SOAP Framework
- Parameters:
messageFactory - the javax.xml.soap.MessageFactory used to create the SOAPMessageresponse - the response from the SOAP Framework- Returns:
- the SOAPMessage created
constructSOAPMessage
public javax.xml.soap.SOAPMessage constructSOAPMessage(javax.xml.soap.MessageFactory messageFactory,
IMessageDescriptor descriptor,
IServiceDescriptor sDescriptor)
- Construct the SOAP message corresponding to a call generated with SOAP Framework
- Parameters:
messageFactory - the javax.xml.soap.MessageFactory used to create the SOAPMessagedescriptor - the descriptor of the message to buildsDescriptor - the descriptor of the service to called- Returns:
-