|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOSerializableSOAPElement
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 |
Method Detail |
---|
javax.xml.soap.SOAPElement getSOAPElement()
javax.xml.soap.SOAPElement
form of the SOAPElement
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |