com.ibm.websphere.wsrf

Class IOSerializableSOAPElementFactory

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wsrf.IOSerializableSOAPElementFactory

  1. public class IOSerializableSOAPElementFactory
  2. extends java.lang.Object
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

Modifier and Type Method and Description
  1. IOSerializableSOAPElement
createElement(javax.xml.soap.SOAPElement soapElement)
Returns a java.io.Serializable form of the supplied SOAPElement.
  1. static
  2. 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

createElement

  1. public IOSerializableSOAPElement createElement( javax.xml.soap.SOAPElement soapElement)
Returns a java.io.Serializable form of the supplied SOAPElement.
Parameters:
soapElement - the SOAPElement to be wrapped in a java.io.Serializable form
Returns:
the java.io.Serializable form of the supplied SOAPElement

newInstance

  1. public static IOSerializableSOAPElementFactory newInstance( )
Returns an instance of the IOSerializableSOAPElementFactory
Returns:
an instance of the IOSerializableSOAPElementFactory