com.sapportals.portal.prt.service.soap.decoding
Interface SOAPDeserializer
- public interface SOAPDeserializer
Interface for all Uneserializers of SOAPElement
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 unserializeelementType - QNmae of the SOAP Element to unserializeelement - element to unserializecontext - context of the current unserialized message- Returns:
-