|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wsrf.IOSerializableSOAPElementFactory
public class IOSerializableSOAPElementFactory
An instance of IOSerializableSOAPElementFactory is used to create 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
.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
form
java.io.Serializable
form of the supplied SOAPElementpublic static IOSerializableSOAPElementFactory newInstance()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |