com.sapportals.portal.prt.service.soap.element
Interface IPRTSOAPMessage


public interface IPRTSOAPMessage

PRT SOAP Message view of the javax.xml.soap.SOAPMessage class


Method Summary
 void addCookies(javax.servlet.http.Cookie[] cookies)
           
 javax.servlet.http.Cookie[] getCookies()
           
 IPRTSOAPEnvelope getEnveloppe()
           
 ISOAPMessageContext getMessageContext()
           
 IPRTSOAPHeader getPRTSoapHeader()
           
 javax.xml.soap.SOAPMessage getSoapMessage()
           
 void marshall(javax.xml.soap.SOAPPart soapPart)
           
 

Method Detail

getEnveloppe

public IPRTSOAPEnvelope getEnveloppe()
Returns:
IPRTSOAPEnvelope contains in the current message

marshall

public void marshall(javax.xml.soap.SOAPPart soapPart)
              throws java.lang.Exception
Parameters:
soapPart - part of the java.xml.soap.Message to serialize
Throws:
java.lang.Exception -  

getSoapMessage

public javax.xml.soap.SOAPMessage getSoapMessage()
Returns:
the original javax.xml.soap.SOAPmessage

getPRTSoapHeader

public IPRTSOAPHeader getPRTSoapHeader()
Returns:
the IPRTSOAPHeader contains in the current message

getMessageContext

public ISOAPMessageContext getMessageContext()
Returns:
the context of the message

addCookies

public void addCookies(javax.servlet.http.Cookie[] cookies)
Parameters:
cookies - add cookies in the message

getCookies

public javax.servlet.http.Cookie[] getCookies()
Returns:
the cookies attached to the message