Frames | No Frames |
Methods which throw type javax.xml.soap.SOAPException | |
SOAPElement | Adds an attribute with the specified name and value to this
SOAPElement object. |
SOAPBody | Creates a SOAPBody object and sets it as the
SOAPBody object for this
SOAPEnvelope object. |
SOAPBodyElement | Creates a new SOAPBodyElement object with the
specified name and adds it to this SOAPBody object. |
SOAPElement | SOAPElement.addChildElement(String localName) Creates a new SOAPElement object initialized with the
given String object and adds the new element to this
SOAPElement object. |
SOAPElement | SOAPElement.addChildElement(String localName, String prefix) Creates a new SOAPElement object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement object. |
SOAPElement | SOAPElement.addChildElement(String localName, String prefix, String uri) Creates a new SOAPElement object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement object. |
SOAPElement | Creates a new SOAPElement object initialized with the
given Name object and adds the new element to this
SOAPElement object. |
SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
Detail | Creates a Detail object and sets it as the
Detail object for this SOAPFault
object. |
DetailEntry | Creates a new DetailEntry object with the given
name and adds it to this Detail object. |
SOAPBodyElement | SOAPBody.addDocument(Document document) Adds the root node of the DOM Document to this
SOAPBody object. |
SOAPFault | Creates a new SOAPFault object and adds it to
this SOAPBody object. |
SOAPFault | Creates a new SOAPFault object and adds it to this
SOAPBody object. |
SOAPFault | Creates a new SOAPFault object and adds it to this
SOAPBody object. |
SOAPHeader | Creates a SOAPHeader object and sets it as the
SOAPHeader object for this
SOAPEnvelope object. |
SOAPHeaderElement | Creates a new SOAPHeaderElement object
initialized with the specified name and adds it to this
SOAPHeader object. |
SOAPElement | SOAPElement.addNamespaceDeclaration(String prefix, String uri) Adds a namespace declaration with the specified prefix and URI to this
SOAPElement object. |
SOAPElement | SOAPElement.addTextNode(String text) Creates a new Text object initialized with the given
String and adds it to this SOAPElement object. |
SOAPMessage | Sends the given message to the specified endpoint and
blocks until it has returned the response. |
void | Closes this SOAPConnection object. |
SOAPElement | SOAPElementFactory.create(String localName) Create a SOAPElement object initialized with
the given local name. |
SOAPElement | SOAPElementFactory.create(String localName, String prefix, String uri) Create a new SOAPElement object with the
given local name, prefix and uri. |
SOAPElement | Create a SOAPElement object initialized with
the given Name object. |
SOAPConnection | Create a new SOAPConnection . |
Detail | Creates a new Detail object which serves as a container
for DetailEntry objects. |
SOAPElement | SOAPFactory.createElement(String localName) Create a SOAPElement object initialized with the
given local name. |
SOAPElement | SOAPFactory.createElement(String localName, String prefix, String uri) Create a new SOAPElement object with the given
local name, prefix and uri. |
SOAPElement | Create a SOAPElement object initialized with the
given Name object. |
SOAPMessage | Creates a new SOAPMessage object with the
default SOAPPart , SOAPEnvelope ,
SOAPBody , and SOAPHeader objects. |
SOAPMessage | Internalizes the contents of the given
InputStream object into a new SOAPMessage
object and returns the SOAPMessage object. |
Name | SOAPEnvelope.createName(String localName) Creates a new Name object initialized with the
given local name. |
Name | SOAPFactory.createName(String localName) Creates a new Name object initialized with the
given local name. |
Name | SOAPEnvelope.createName(String localName, String prefix, String uri) Creates a new Name object initialized with the
given local name, namespace prefix, and namespace URI. |
Name | SOAPFactory.createName(String localName, String prefix, String uri) Creates a new Name object initialized with the
given local name, namespace prefix, and namespace URI. |
SOAPBody | Returns the SOAPBody object associated with
this SOAPEnvelope object. |
Object | Gets the content of this AttachmentPart object as a Java
object. |
Source | Returns the content of the SOAPEnvelope as a JAXP
Source object. |
DataHandler | Gets the DataHandler object for this
AttachmentPart object. |
SOAPEnvelope | Gets the SOAPEnvelope object associated with
this SOAPPart object. |
SOAPHeader | Returns the SOAPHeader object for this
SOAPEnvelope object. |
Object | SOAPMessage.getProperty(String property) Retrieves value of the specified property. |
SOAPBody | Gets the SOAP Body contained in this SOAPMessage object. |
SOAPHeader | Gets the SOAP Header contained in this SOAPMessage object. |
int | Returns the number of bytes in this
AttachmentPart object. |
MessageFactory | Creates a new MessageFactory object that is
an instance of the default implementation. |
SOAPConnectionFactory | Creates an instance of the default
SOAPConnectionFactory object. |
SOAPElementFactory | Creates a new instance of SOAPElementFactory . |
SOAPFactory | Creates a new instance of SOAPFactory . |
void | Updates this SOAPMessage object with all the
changes that have been made to it. |
void | SOAPPart.setContent(Source source) Sets the content of the SOAPEnvelope object
with the data from the given Source object. |
void | SOAPElement.setEncodingStyle(String encodingStyle) Sets the encoding style for this SOAPElement
object to one specified. |
void | SOAPFault.setFaultActor(String faultActor) Sets this SOAPFault object with the given
fault actor. |
void | SOAPFault.setFaultCode(String faultCode) Sets this SOAPFault object with the given
fault code. |
void | Sets this SOAPFault object with the given fault code. |
void | SOAPFault.setFaultString(String faultString) Sets the fault string for this SOAPFault
object to the given string. |
void | SOAPFault.setFaultString(String faultString, Locale locale) Sets the fault string for this SOAPFault object to the given
string and localized to the given locale. |
void | Sets the parent of this Node object to the given
SOAPElement object. |
void | SOAPMessage.setProperty(String property, Object value) Associates the specified value with the specified property. |
void | SOAPMessage.writeTo(OutputStream out) Writes this SOAPMessage object to the given
output stream. |
Methods which throw type javax.xml.soap.SOAPException | |
Object | Gets the content of this AttachmentPart object
as a Java object. |
DataHandler | Gets the DataHandler object for this
AttachmentPart object. |
int | Returns the number of bytes in this
AttachmentPart object. |
Methods which throw type javax.xml.soap.SOAPException | |
SOAPMessage | Sends the given message to the specified endpoint and
blocks until it has returned the response. |
void | Closes this SOAPConnection object. |
SOAPConnection | Create a new SOAPConnection . |
Detail | |
SOAPElement | SOAPFactoryImpl.createElement(String localName) Create a SOAPElement object initialized with
the given local name. |
SOAPElement | SOAPFactoryImpl.createElement(String localName, String prefix, String uri) Create a new SOAPElement object with the
given local name, prefix and uri. |
SOAPElement | Create a SOAPElement object initialized with
the given Name object. |
SOAPMessage | Creates a new SOAPMessage object with the
default SOAPPart , SOAPEnvelope ,
SOAPBody , and SOAPHeader objects. |
SOAPMessage | Internalizes the contents of the given
InputStream object into a new SOAPMessage
object and returns the SOAPMessage object. |
Name | SOAPFactoryImpl.createName(String localName) |
Name | SOAPFactoryImpl.createName(String localName, String prefix, String uri) |
Methods which throw type javax.xml.soap.SOAPException | |
SOAPElement | add a new attribute
|
SOAPBody | Add a soap body if one does not exist
|
SOAPBodyElement | Creates a new SOAPBodyElement object with the
specified name and adds it to this SOAPBody object. |
void | Note that this method will log a error and no-op if there is
a value (set using setObjectValue) in the MessageElement. |
void | |
void | Note that this method will log a error and no-op if there is
a value (set using setObjectValue) in the MessageElement. |
SOAPElement | MessageElement.addChildElement(String localName) add a child element in the message element's own namespace
|
SOAPElement | SOAPBody.addChildElement(String localName) Creates a new SOAPElement object initialized with the
given String object and adds the new element to this
SOAPElement object. |
SOAPElement | SOAPHeader.addChildElement(String localName) Creates a new SOAPElement object initialized with the
given String object and adds the new element to this
SOAPElement object. |
SOAPElement | MessageElement.addChildElement(String localName, String prefixName) add a child element
|
SOAPElement | SOAPBody.addChildElement(String localName, String prefix) Creates a new SOAPElement object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement object. |
SOAPElement | SOAPHeader.addChildElement(String localName, String prefix) Creates a new SOAPElement object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement object. |
SOAPElement | MessageElement.addChildElement(String localName, String childPrefix, String uri) add a child element
|
SOAPElement | SOAPBody.addChildElement(String localName, String prefix, String uri) Creates a new SOAPElement object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement object. |
SOAPElement | SOAPHeader.addChildElement(String localName, String prefix, String uri) Creates a new SOAPElement object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement object. |
SOAPElement | add the child element
|
SOAPElement | Creates a new SOAPElement object initialized with the
given Name object and adds the new element to this
SOAPElement object. |
SOAPElement | Creates a new SOAPElement object initialized with the
given Name object and adds the new element to this
SOAPElement object. |
SOAPElement | The added child must be an instance of MessageElement rather than
an abitrary SOAPElement otherwise a (wrapped) ClassCastException
will be thrown. |
SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
SOAPElement | Add a SOAPElement as a child of this
SOAPElement instance. |
Detail | Creates a Detail object and sets it as the
Detail object for this SOAPFaultException
object. |
DetailEntry | Creates a new DetailEntry object with the given
name and adds it to this Detail object. |
SOAPBodyElement | SOAPBody.addDocument(Document document) Adds the root node of the DOM Document to this
SOAPBody object. |
SOAPFault | Creates a new SOAPFault object and adds it to
this SOAPBody object. |
SOAPFault | Creates a new SOAPFault object and adds it to this
SOAPBody object. |
SOAPFault | Creates a new SOAPFault object and adds it to this
SOAPBody object. |
SOAPHeader | Add a soap header if one does not exist
|
SOAPHeaderElement | Creates a new SOAPHeaderElement object
initialized with the specified name and adds it to this
SOAPHeader object. |
SOAPElement | MessageElement.addNamespaceDeclaration(String prefix, String uri) create a Mapping mapping and add to our namespace list. |
SOAPElement | MessageElement.addTextNode(String s) add a text node to the document. |
SOAPElement | RPCParam.addTextNode(String s) |
Name | SOAPEnvelope.createName(String localName) create a Name given the local part
|
Name | SOAPEnvelope.createName(String localName, String prefix, String uri) Create a name given local part, prefix and uri
|
SOAPBody | Get the soap body
|
SOAPHeader | Get the soap header
|
void | MessageElement.setEncodingStyle(String encodingStyle) Sets the encoding style for this SOAPElement
object to one specified. |
void | SOAPBody.setEncodingStyle(String encodingStyle) Sets the encoding style for this SOAPElement
object to one specified. |
void | SOAPFault.setFaultActor(String faultActor) Sets this SOAPFaultException object with the given
fault actor. |
void | SOAPFault.setFaultCode(String faultCode) Sets this SOAPFaultException object with the given
fault code. |
void | |
void | SOAPFault.setFaultString(String faultString) Sets the fault string for this SOAPFaultException
object to the given string. |
void | SOAPFault.setFaultString(String faultString, Locale locale) |
void | MessageElement.setObjectValue(Object newValue) Sets value of this node to an Object. |
void | Set the parent node and invoke appendChild(this) to
add this node to the parent's list of children. |
void | Sets the parent of this Node object to the given
SOAPElement object. |
void | Sets the parent of this Node object to the given
SOAPElement object. |
void | Sets the parent of this Node object to the given
SOAPElement object. |
void | Sets the parent of this Node object to the given
SOAPElement object. |
void | Sets the parent of this Node object to the given
SOAPElement object. |
Methods which throw type javax.xml.soap.SOAPException | |
Source | Returns the content of the SOAPEnvelope as a JAXP
Source object. |
SOAPEnvelope | Gets the SOAPEnvelope object associated with
this SOAPPart object. |
Object | Message.getProperty(String property) Retrieves value of the specified property. |
SOAPBody | Gets the SOAP Body contained in this SOAPMessage object. |
SOAPHeader | Gets the SOAP Header contained in this SOAPMessage object. |
void | Updates this SOAPMessage object with all the
changes that have been made to it. |
void | SOAPPart.setContent(Source source) Sets the content of the SOAPEnvelope object
with the data from the given Source object. |
void | Message.setProperty(String property, Object value) Associates the specified value with the specified property. |
void | Writes this SOAPMessage object to the given
output stream. |