public abstract class IBMSOAPFactory
extends javax.xml.soap.SOAPFactory
SOAPFactory
Constructor and Description |
---|
IBMSOAPFactory() |
Modifier and Type | Method and Description |
---|---|
abstract javax.xml.soap.SOAPElement |
createElementFromDOMElement(org.w3c.dom.Element dom,
java.lang.Class cls)
Create a
SOAPElement from a DOM Element
createElementFromDOMElement is not thread safe |
abstract javax.xml.soap.SOAPElement |
createElementFromInputSource(org.xml.sax.InputSource inputSource)
Create a
SOAPElement from an InputSource
createElementFromInputSource is not thread safe |
abstract javax.xml.soap.SOAPElement |
createElementFromInputSource(org.xml.sax.InputSource is,
java.lang.Class cls)
Create a
SOAPElement based on given InputSource
createElementFromInputSource is not thread safe |
abstract javax.xml.soap.SOAPElement |
createElementFromXMLString(java.lang.String xmlString)
Create a
SOAPElement from an xml string
createElementXMLString is not a thread safe method |
abstract javax.xml.soap.SOAPElement |
createElementFromXMLString(java.lang.String xmlString,
java.lang.Class cls)
Create a SOAPElement based on given xml string
createElementFromXMLString is not thread safe
|
public abstract javax.xml.soap.SOAPElement createElementFromXMLString(java.lang.String xmlString) throws javax.xml.soap.SOAPException
SOAPElement
from an xml string
createElementXMLString is not a thread safe method
xmlString
- String containing the xml representation of this element and its contentsSOAPException
javax.xml.soap.SOAPException
public abstract javax.xml.soap.SOAPElement createElementFromXMLString(java.lang.String xmlString, java.lang.Class cls) throws javax.xml.soap.SOAPException
createElementFromXMLString is not thread safe
xmlString
- the string containing the SOAPElement treecls
- Class of SOAPElement to create (SOAPElement, SOAPBodyElement, SOAPHeaderElement, etc.)SOAPException
javax.xml.soap.SOAPException
public abstract javax.xml.soap.SOAPElement createElementFromInputSource(org.xml.sax.InputSource inputSource) throws javax.xml.soap.SOAPException
SOAPElement
from an InputSource
createElementFromInputSource is not thread safe
inputSource
- InputSource containing the xml representation of this element and its contentsSOAPException
javax.xml.soap.SOAPException
public abstract javax.xml.soap.SOAPElement createElementFromInputSource(org.xml.sax.InputSource is, java.lang.Class cls) throws javax.xml.soap.SOAPException
SOAPElement
based on given InputSource
createElementFromInputSource is not thread safe
xmlString
- the string containing the soap element treecls
- Class of SOAPElement to create (SOAPElement, SOAPBodyElement, SOAPHeaderElement, etc.)SOAPException
javax.xml.soap.SOAPException
public abstract javax.xml.soap.SOAPElement createElementFromDOMElement(org.w3c.dom.Element dom, java.lang.Class cls) throws javax.xml.soap.SOAPException
SOAPElement
from a DOM Element
createElementFromDOMElement is not thread safe
xmlString
- the string containing the SOAPElement treecls
- Class of SOAPElement to create (SOAPElement, SOAPBodyElement, SOAPHeaderElement, etc.)SOAPException
javax.xml.soap.SOAPException