com.ibm.websphere.wsrf
Interface IOSerializableSOAPElement
- All Superinterfaces:
- java.io.Externalizable, java.io.Serializable
public interface IOSerializableSOAPElement
- extends java.io.Externalizable
An IOSerializableSOAPElement object represents a java.io.Serializable
form of a
javax.xml.soap.SOAPElement
. IOSerializableSOAPElements can be created through
the IOSerializableSOAPElementFactory.createElement(SOAPElement)
method.
Web Services BaseFault implementations, which derive from java.lang.Exception
, make use
of this mechanism to allow any SOAPElement content to be java.io.Serializable
as java.lang.Exceptions
must
themselves be java.io.Serializable
.
Method Summary |
javax.xml.soap.SOAPElement |
getSOAPElement()
Returns the javax.xml.soap.SOAPElement form of the SOAPElement |
Methods inherited from interface java.io.Externalizable |
readExternal, writeExternal |
getSOAPElement
javax.xml.soap.SOAPElement getSOAPElement()
- Returns the
javax.xml.soap.SOAPElement
form of the SOAPElement
- Returns:
- The SOAPElement that is wrapped by this IOSerializableSOAPElement