com.sapportals.portal.prt.service.soap.security
Interface IPRTSOAPSecuredMessage


public interface IPRTSOAPSecuredMessage

Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:

Version:
1.0

Method Summary
 IPRTSOAPAuthorization getAuthElement()
           
 IPRTSOAPEncryptionData getEncryptElement()
           
 javax.xml.soap.SOAPMessage getPRTSOAPSecurisedMessage()
           
 IPRTSOAPSignature getSignElement()
           
 javax.xml.soap.SOAPMessage unmarshall(javax.xml.soap.SOAPMessage soapSecuMsg, ISOAPSecurityManager soapSecuManager)
           
 

Method Detail

unmarshall

public javax.xml.soap.SOAPMessage unmarshall(javax.xml.soap.SOAPMessage soapSecuMsg,
                                             ISOAPSecurityManager soapSecuManager)
                                      throws SOAPServiceException

getPRTSOAPSecurisedMessage

public javax.xml.soap.SOAPMessage getPRTSOAPSecurisedMessage()

getAuthElement

public IPRTSOAPAuthorization getAuthElement()

getEncryptElement

public IPRTSOAPEncryptionData getEncryptElement()

getSignElement

public IPRTSOAPSignature getSignElement()