com.ibm.websphere.wsrf
Interface IOSerializableSOAPElement
All Superinterfaces:
java.io.Externalizable, java.io.Serializable
- public interface IOSerializableSOAPElement
- extends java.io.Externalizable
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
| Modifier and Type | Method and Description |
|---|---|
|
getSOAPElement()
Returns the
javax.xml.soap.SOAPElement form of the SOAPElement
|
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
Method Detail
getSOAPElement
- javax.xml.soap.SOAPElement getSOAPElement( )
Returns:
The SOAPElement that is wrapped by this IOSerializableSOAPElement
javax.xml.soap.SOAPElementform of the SOAPElement