com.sapportals.portal.prt.service.soap
Interface IPRTSOAPSerializator


public interface IPRTSOAPSerializator

interface representing instance in charge of Serializing a SOAPMessage


Method Summary
 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
 javax.xml.soap.SOAPMessage constructSOAPMessage(javax.xml.soap.MessageFactory messageFactory, IPRTSOAPResponse response)
          Construct the SOAP message corresponding of a response by SOAP Framework
 

Method Detail

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 SOAPMessage
response - 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 SOAPMessage
descriptor - the descriptor of the message to build
sDescriptor - the descriptor of the service to called
Returns: