|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This abstract class exposes IBM value-add methods. These methods are not thread safe.
Method Summary | |
---|---|
SOAPElement |
createElementFromDOMElement(org.w3c.dom.Element dom,
java.lang.Class cls)
Create a SOAPElement from a DOM Element |
SOAPElement |
createElementFromInputSource(org.xml.sax.InputSource inputSource)
Create a SOAPElement from an InputSource |
SOAPElement |
createElementFromInputSource(org.xml.sax.InputSource is,
java.lang.Class cls)
Create a SOAPElement based on given InputSource |
SOAPElement |
createElementFromXMLString(java.lang.String xmlString)
Create a SOAPElement from an xml string |
SOAPElement |
createElementFromXMLString(java.lang.String xmlString,
java.lang.Class cls)
Create a SOAPElement based on given xml string |
Method Detail |
public SOAPElement createElementFromXMLString(java.lang.String xmlString) throws SOAPException
SOAPElement
from an xml string
xmlString
- a String containing the xml representation of this element and its contents
SOAPException
public SOAPElement createElementFromXMLString(java.lang.String xmlString, java.lang.Class cls) throws SOAPException
xmlString
- the String containing the SOAPElement treecls
- Class of SOAPElement to create (SOAPElement, SOAPBodyElement, SOAPHeaderElement, etc.)
SOAPException
public SOAPElement createElementFromInputSource(org.xml.sax.InputSource inputSource) throws SOAPException
SOAPElement
from an InputSource
inputSource
- an InputSource
containing the xml representation of this element and its contents
SOAPException
public SOAPElement createElementFromInputSource(org.xml.sax.InputSource is, java.lang.Class cls) throws SOAPException
is
- the cls
- Class of SOAPElement to create (SOAPElement, SOAPBodyElement, SOAPHeaderElement, etc.)
SOAPException
public SOAPElement createElementFromDOMElement(org.w3c.dom.Element dom, java.lang.Class cls) throws SOAPException
dom
- the DOM Element
containing the SOAPElement treecls
- Class of SOAPElement to create (SOAPElement, SOAPBodyElement, SOAPHeaderElement, etc.)
SOAPException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |