public class IOSerializableSOAPElementFactory
extends java.lang.Object
IOSerializableSOAPElements
,
which represent a java.io.Serializable
form of a javax.xml.soap.SOAPElement
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
.Modifier and Type | Method and Description |
---|---|
IOSerializableSOAPElement |
createElement(javax.xml.soap.SOAPElement soapElement)
Returns a
java.io.Serializable form of the supplied SOAPElement. |
static IOSerializableSOAPElementFactory |
newInstance()
Returns an instance of the IOSerializableSOAPElementFactory
|
public IOSerializableSOAPElement createElement(javax.xml.soap.SOAPElement soapElement)
java.io.Serializable
form of the supplied SOAPElement.soapElement
- the SOAPElement to be wrapped in a java.io.Serializable
formjava.io.Serializable
form of the supplied SOAPElementpublic static IOSerializableSOAPElementFactory newInstance()