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


public interface IPRTSOAPEnvelope

PRT SOAP Enveloppe view of the javax.xml.soap.SOAPEnvelope class


Method Summary
 IPRTSOAPBody getBody()
           
 IPRTSOAPHeader getHeader()
           
 ISOAPMessageContext getMainContext()
           
 java.lang.String getMainNamespaceURI()
           
 java.lang.String getSOAPAction()
           
 

Method Detail

getBody

public IPRTSOAPBody getBody()
Returns:
the IPRTSOAPBody contains in the envelope

getMainNamespaceURI

public java.lang.String getMainNamespaceURI()
Returns:
the namespace URI of the javax.xml.soap.SOAPEnvelope

getMainContext

public ISOAPMessageContext getMainContext()
Returns:
the context attached to the IPRTSOAPEnvelope

getHeader

public IPRTSOAPHeader getHeader()
Returns:
the IPRTSOAPHeader contains in the envelope

getSOAPAction

public java.lang.String getSOAPAction()