com.sapportals.portal.prt.service.soap.decoding
Interface SOAPDeserializer


public interface SOAPDeserializer

Interface for all Uneserializers of SOAPElement


Method Summary
 SOAPParameter unmarshall(java.lang.String targetNamespace, QName elementType, javax.xml.soap.SOAPElement element, ISOAPMessageContext context)
          method allowing to unmarshalling SOAPElement
 

Method Detail

unmarshall

public SOAPParameter unmarshall(java.lang.String targetNamespace,
                                QName elementType,
                                javax.xml.soap.SOAPElement element,
                                ISOAPMessageContext context)
method allowing to unmarshalling SOAPElement
Parameters:
targetNamespace - namespace of the Element to unserialize
elementType - QNmae of the SOAP Element to unserialize
element - element to unserialize
context - context of the current unserialized message
Returns: