Uses of Interface
com.sapportals.portal.prt.service.soap.ISOAPMessageContext

Packages that use ISOAPMessageContext
com.sapportals.portal.prt.service.soap   
com.sapportals.portal.prt.service.soap.decoding   
com.sapportals.portal.prt.service.soap.element   
com.sapportals.portal.prt.service.soap.encoding   
com.sapportals.portal.prt.service.soap.exception   
com.sapportals.portal.prt.service.soap.security   
com.sapportals.portal.prt.service.soap.util   
 

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

Methods in com.sapportals.portal.prt.service.soap that return ISOAPMessageContext
 ISOAPMessageContext ISOAPMessageContext.getChildSOAPMessageContext(ISOAPMessageContext contextparent, javax.xml.soap.SOAPElement item)
          Get Child SOAP message Context for SOAPElement
 ISOAPMessageContext IServiceDescriptor.getContextRequest()
           
 

Methods in com.sapportals.portal.prt.service.soap with parameters of type ISOAPMessageContext
 ISOAPMessageContext ISOAPMessageContext.getChildSOAPMessageContext(ISOAPMessageContext contextparent, javax.xml.soap.SOAPElement item)
          Get Child SOAP message Context for SOAPElement
 void IServiceDescriptor.setContextRequest(ISOAPMessageContext context)
           
 

Uses of ISOAPMessageContext in com.sapportals.portal.prt.service.soap.decoding
 

Methods in com.sapportals.portal.prt.service.soap.decoding with parameters of type ISOAPMessageContext
 SOAPParameter SOAPDeserializer.unmarshall(java.lang.String targetNamespace, QName elementType, javax.xml.soap.SOAPElement element, ISOAPMessageContext context)
          method allowing to unmarshalling SOAPElement
 

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

Methods in com.sapportals.portal.prt.service.soap.element that return ISOAPMessageContext
 ISOAPMessageContext IPRTSOAPEnvelope.getMainContext()
           
 ISOAPMessageContext IPRTSOAPMessage.getMessageContext()
           
 

Uses of ISOAPMessageContext in com.sapportals.portal.prt.service.soap.encoding
 

Methods in com.sapportals.portal.prt.service.soap.encoding with parameters of type ISOAPMessageContext
 void SOAPSerializer.marshall(java.lang.String targetnamespace, java.lang.Class elementType, javax.xml.soap.SOAPEnvelope envelope, javax.xml.soap.SOAPElement parentElement, java.lang.Object objectToSerialize, java.lang.String nameParam, ISOAPMessageContext context)
           
 

Uses of ISOAPMessageContext in com.sapportals.portal.prt.service.soap.exception
 

Methods in com.sapportals.portal.prt.service.soap.exception with parameters of type ISOAPMessageContext
static void PRTFault.initializePRTFaultContextServerSide(ISOAPMessageContext context, javax.xml.soap.SOAPEnvelope soapEnvelopeMsgContext)
          initialize the context fot PRTFault on server side
static void PRTFault.initializePRTFaultContextClientSide(ISOAPMessageContext context)
          initialize the context fot PRTFault on client side
 

Uses of ISOAPMessageContext in com.sapportals.portal.prt.service.soap.security
 

Methods in com.sapportals.portal.prt.service.soap.security with parameters of type ISOAPMessageContext
 void IPRTSOAPSecurityElement.marshall(javax.xml.soap.SOAPElement soapheader, javax.xml.soap.SOAPEnvelope envelope, ISOAPMessageContext context)
           
 javax.xml.soap.SOAPMessage ISOAPSecurityManager.createSecuredSOAPMessage(javax.xml.soap.SOAPMessage msg, ISOAPMessageContext context)
           
 

Uses of ISOAPMessageContext in com.sapportals.portal.prt.service.soap.util
 

Methods in com.sapportals.portal.prt.service.soap.util with parameters of type ISOAPMessageContext
static QName XMLValueExtractor.getQNameForAttribute(javax.xml.soap.SOAPElement element, javax.xml.soap.Name name, ISOAPMessageContext context)
          Deprecated.  
static QName XMLValueExtractor.getQNameForElement(javax.xml.soap.SOAPElement element, ISOAPMessageContext context, boolean arrayType)
           
static QName XMLValueExtractor.getQNameForElement(javax.xml.soap.SOAPElement element, ISOAPMessageContext context)
           
static QNameURI XMLValueExtractor.getQNameURIForElement(javax.xml.soap.SOAPElement element, ISOAPMessageContext context)
           
static QNameURI XMLValueExtractor.getQNameURIForElement(javax.xml.soap.SOAPElement element, ISOAPMessageContext context, boolean arrayType)
           
static javax.xml.soap.Name XMLValueExtractor.getNameForReference(javax.xml.soap.SOAPElement element, ISOAPMessageContext context)
          Extracts the name if the Element is containing a ref, if not return null;
static QName XMLValueExtractor.getQNameForAttributeValue(java.lang.String value, ISOAPMessageContext context)
          Deprecated.  
static javax.xml.soap.SOAPElement XMLValueExtractor.getSOAPElementFromRef(javax.xml.soap.SOAPElement param, ISOAPMessageContext context)
          if the Soap element have a ref attribute, the method research the SOAP element with the id key from the ref attribute return 1- the param if nothing ref exists in the soap element param 2- if the param is a ref on the other soap element, it returns the soap element referenced Exception: if the object researched from the ref attribute is not found an exception is throw
static javax.xml.soap.SOAPElement XMLValueEncoder.addSOAPElement(javax.xml.soap.SOAPEnvelope envelope, javax.xml.soap.SOAPElement parent, java.lang.String nameOfElement, java.lang.String prefix, java.lang.String attribute, java.lang.String type, java.lang.Object objectToSerialize, ISOAPMessageContext context)
          Return a SOAPElement created with the rigth parameters but without value, you have to add the textNode.
static void XMLValueEncoder.AddNullAttribute(javax.xml.soap.SOAPEnvelope envelope, javax.xml.soap.SOAPElement element, ISOAPMessageContext context)
           
static java.lang.String XMLValueEncoder.constructValueForArrayOfArray(java.lang.String encodedStyle, java.lang.String type, int size, ISOAPMessageContext context)
           
static java.lang.String XMLValueEncoder.contructValueForArray(java.lang.String encodedStyle, java.lang.String type, int size, ISOAPMessageContext context)
           
static java.lang.String XMLValueEncoder.contructValueForArray(java.lang.String encodedStyle, java.lang.String type, int sizeRaws, int sizeColumns, ISOAPMessageContext context)
           
static java.lang.String XMLValueEncoder.constructValueforType(java.lang.String namespace, java.lang.String type, ISOAPMessageContext context)
           
static boolean XMLValueEncoder.testNillableInDocument(java.lang.Object objectToSerialize, ISOAPMessageContext context, java.lang.Class elementType)