public interface BaseFaultBinderHelper
BaseFaultBinderHelperFactory.| Modifier and Type | Method and Description |
|---|---|
javax.xml.soap.SOAPElement[] |
deserialize(BaseFault baseFault,
javax.xml.soap.SOAPElement soapElement)
Deserializes a SOAPElement into the supplied specialized BaseFault.
|
javax.xml.soap.SOAPElement |
serialize(javax.xml.soap.SOAPElement root,
BaseFault baseFault)
Serializes the supplied specialized BaseFault into a SOAPElement.
|
javax.xml.soap.SOAPElement serialize(javax.xml.soap.SOAPElement root,
BaseFault baseFault)
throws javax.xml.soap.SOAPException
rootNode - into which the object should be placedbaseFault - the specialized BaseFault to be serializedjavax.xml.soap.SOAPException - if a problem occurs during serializationjavax.xml.soap.SOAPElement[] deserialize(BaseFault baseFault, javax.xml.soap.SOAPElement soapElement) throws javax.xml.soap.SOAPException
baseFault - the specialized BaseFault into which the SOAPElement is deserializedrootNode - the SOAPElement to be deserializedjavax.xml.soap.SOAPException - if a problem occurs during deserialization