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

Packages that use IPRTSOAPMessage
com.sapportals.portal.prt.service.soap   
com.sapportals.portal.prt.service.soap.element   
 

Uses of IPRTSOAPMessage in com.sapportals.portal.prt.service.soap
 

Methods in com.sapportals.portal.prt.service.soap that return IPRTSOAPMessage
 IPRTSOAPMessage ISOAPService.call(javax.xml.soap.SOAPMessage msg, java.lang.String url, IServiceDescriptor descriptor)
          Call a distant Web Service using invokation provide by the SOAP Framework
 IPRTSOAPMessage ISOAPService.call(javax.xml.soap.SOAPMessage msg, java.lang.String url, IServiceDescriptor descriptor, IUserContext user, java.lang.String systemAlias)
          Call a distant Web Service using invokation provide by the SOAP Framework with security infos
 IPRTSOAPMessage IPRTSOAPCall.getMessageResponse()
          Get the Original SOAPResponse
 

Methods in com.sapportals.portal.prt.service.soap with parameters of type IPRTSOAPMessage
 IPRTSOAPResponse ISOAPService.getNewSOAPResponseInstance(IPRTSOAPMessage message)
          Allow to create new instance of IPRTSOAPResponse element
 

Uses of IPRTSOAPMessage in com.sapportals.portal.prt.service.soap.element
 

Methods in com.sapportals.portal.prt.service.soap.element that return IPRTSOAPMessage
 IPRTSOAPMessage IPRTSOAPResponse.getMessage()
           
 

Methods in com.sapportals.portal.prt.service.soap.element with parameters of type IPRTSOAPMessage
 void IPRTSOAPResponse.setMessage(IPRTSOAPMessage message)