com.ibm.websphere.wsrf

Interface IOSerializableSOAPElement

All Superinterfaces:
java.io.Externalizable, java.io.Serializable

  1. public interface IOSerializableSOAPElement
  2. 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

Modifier and Type Method and Description
  1. javax.xml.soap.SOAPElement
getSOAPElement()
Returns the javax.xml.soap.SOAPElement form of the SOAPElement
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal

Method Detail

getSOAPElement

  1. javax.xml.soap.SOAPElement getSOAPElement( )
Returns the javax.xml.soap.SOAPElement form of the SOAPElement
Returns:
The SOAPElement that is wrapped by this IOSerializableSOAPElement