Modifier and Type | Method and Description |
---|---|
SOAPElement |
SOAPElement.addAttribute(Name name,
java.lang.String value)
Adds an attribute with the specified name and value to this
SOAPElement object. |
SOAPElement |
SOAPElement.addAttribute(javax.xml.namespace.QName qname,
java.lang.String value) |
SOAPBody |
SOAPEnvelope.addBody()
Creates a
SOAPBody object and sets it as the SOAPBody object for
this SOAPEnvelope object. |
SOAPBodyElement |
SOAPBody.addBodyElement(Name name)
Creates a new
SOAPBodyElement object with the specified name and adds it to this
SOAPBody object. |
SOAPBodyElement |
SOAPBody.addBodyElement(javax.xml.namespace.QName qname) |
SOAPElement |
SOAPElement.addChildElement(Name name)
Creates a new
SOAPElement object initialized with the given Name
object and adds the new element to this SOAPElement object. |
SOAPElement |
SOAPElement.addChildElement(javax.xml.namespace.QName qname) |
SOAPElement |
SOAPElement.addChildElement(SOAPElement element)
Add a
SOAPElement as a child of this SOAPElement instance. |
SOAPElement |
SOAPElement.addChildElement(java.lang.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(java.lang.String localName,
java.lang.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(java.lang.String localName,
java.lang.String prefix,
java.lang.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. |
Detail |
SOAPFault.addDetail()
Creates a
Detail object and sets it as the Detail object for this
SOAPFault object. |
DetailEntry |
Detail.addDetailEntry(Name name)
Creates a new
DetailEntry object with the given name and adds it to this
Detail object. |
DetailEntry |
Detail.addDetailEntry(javax.xml.namespace.QName qname) |
SOAPBodyElement |
SOAPBody.addDocument(org.w3c.dom.Document document)
Adds the root node of the DOM
Document to this SOAPBody object. |
SOAPFault |
SOAPBody.addFault()
Creates a new
SOAPFault object and adds it to this SOAPBody
object. |
SOAPFault |
SOAPBody.addFault(Name faultCode,
java.lang.String faultString)
Creates a new
SOAPFault object and adds it to this SOAPBody object. |
SOAPFault |
SOAPBody.addFault(Name faultCode,
java.lang.String faultString,
java.util.Locale locale)
Creates a new
SOAPFault object and adds it to this SOAPBody object. |
SOAPFault |
SOAPBody.addFault(javax.xml.namespace.QName qname,
java.lang.String s) |
SOAPFault |
SOAPBody.addFault(javax.xml.namespace.QName qname,
java.lang.String s,
java.util.Locale locale) |
void |
SOAPFault.addFaultReasonText(java.lang.String reasonText,
java.util.Locale locale) |
SOAPHeader |
SOAPEnvelope.addHeader()
Creates a
SOAPHeader object and sets it as the SOAPHeader object
for this SOAPEnvelope object. |
SOAPHeaderElement |
SOAPHeader.addHeaderElement(Name name)
Creates a new
SOAPHeaderElement object initialized with the specified name and
adds it to this SOAPHeader object. |
SOAPHeaderElement |
SOAPHeader.addHeaderElement(javax.xml.namespace.QName qname) |
SOAPElement |
SOAPElement.addNamespaceDeclaration(java.lang.String prefix,
java.lang.String uri)
Adds a namespace declaration with the specified prefix and URI to this
SOAPElement object. |
SOAPHeaderElement |
SOAPHeader.addNotUnderstoodHeaderElement(javax.xml.namespace.QName qname) |
SOAPElement |
SOAPElement.addTextNode(java.lang.String text)
Creates a new
Text object initialized with the given String and
adds it to this SOAPElement object. |
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(java.util.Iterator iterator) |
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(java.lang.String s) |
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(java.lang.String[] as) |
void |
SOAPFault.appendFaultSubcode(javax.xml.namespace.QName qname) |
abstract SOAPMessage |
SOAPConnection.call(SOAPMessage request,
java.lang.Object endpoint)
Sends the given message to the specified endpoint and blocks until it has returned the
response.
|
abstract void |
SOAPConnection.close()
Closes this
SOAPConnection object. |
SOAPElement |
SOAPElementFactory.create(Name name)
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
|
SOAPElement |
SOAPElementFactory.create(java.lang.String localName)
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
|
SOAPElement |
SOAPElementFactory.create(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
Deprecated.
Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix,
String uri) instead
|
abstract SOAPConnection |
SOAPConnectionFactory.createConnection()
Create a new
SOAPConnection . |
abstract Detail |
SOAPFactory.createDetail()
Creates a new
Detail object which serves as a container for
DetailEntry objects. |
SOAPElement |
SOAPFactory.createElement(org.w3c.dom.Element element)
Creates a SOAPElement object from an existing DOM Element.
|
abstract SOAPElement |
SOAPFactory.createElement(Name name)
Create a
SOAPElement object initialized with the given Name
object. |
SOAPElement |
SOAPFactory.createElement(javax.xml.namespace.QName qname)
Creates a SOAPElement object initialized with the given QName object.
|
abstract SOAPElement |
SOAPFactory.createElement(java.lang.String localName)
Create a
SOAPElement object initialized with the given local name. |
abstract SOAPElement |
SOAPFactory.createElement(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
Create a new
SOAPElement object with the given local name, prefix and uri. |
abstract SOAPFault |
SOAPFactory.createFault() |
abstract SOAPFault |
SOAPFactory.createFault(java.lang.String reasonText,
javax.xml.namespace.QName faultCode) |
abstract SOAPMessage |
MessageFactory.createMessage()
Creates a new
SOAPMessage object with the default SOAPPart ,
SOAPEnvelope , SOAPBody , and SOAPHeader objects. |
abstract SOAPMessage |
MessageFactory.createMessage(MimeHeaders mimeheaders,
java.io.InputStream inputstream)
Internalizes the contents of the given
InputStream object into a new
SOAPMessage object and returns the SOAPMessage object. |
Name |
SOAPEnvelope.createName(java.lang.String localName)
Creates a new
Name object initialized with the given local name. |
abstract Name |
SOAPFactory.createName(java.lang.String localName)
Creates a new
Name object initialized with the given local name. |
Name |
SOAPEnvelope.createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
Creates a new
Name object initialized with the given local name, namespace
prefix, and namespace URI. |
abstract Name |
SOAPFactory.createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
Creates a new
Name object initialized with the given local name, namespace
prefix, and namespace URI. |
javax.xml.namespace.QName |
SOAPElement.createQName(java.lang.String localName,
java.lang.String prefix) |
org.w3c.dom.Document |
SOAPBody.extractContentAsDocument() |
(package private) static java.lang.Object |
FactoryFinder.find(java.lang.Class<?> factoryType,
java.lang.String defaultFactoryClassName)
Instantiates a factory object given the factory's property name.
|
SOAPMessage |
SOAPConnection.get(java.lang.Object obj)
Gets a message from a specific endpoint and blocks until it receives,
|
abstract AttachmentPart |
SOAPMessage.getAttachment(SOAPElement soapelement) |
abstract java.io.InputStream |
AttachmentPart.getBase64Content() |
SOAPBody |
SOAPEnvelope.getBody()
Returns the
SOAPBody object associated with this SOAPEnvelope
object. |
abstract java.lang.Object |
AttachmentPart.getContent()
Gets the content of this
AttachmentPart object as a Java object. |
abstract javax.xml.transform.Source |
SOAPPart.getContent()
Returns the content of the SOAPEnvelope as a JAXP
Source object. |
abstract javax.activation.DataHandler |
AttachmentPart.getDataHandler()
Gets the
DataHandler object for this AttachmentPart object. |
abstract SOAPEnvelope |
SOAPPart.getEnvelope()
Gets the
SOAPEnvelope object associated with this SOAPPart object. |
java.util.Iterator |
SOAPFault.getFaultReasonLocales() |
java.lang.String |
SOAPFault.getFaultReasonText(java.util.Locale locale) |
java.util.Iterator |
SOAPFault.getFaultReasonTexts() |
SOAPHeader |
SOAPEnvelope.getHeader()
Returns the
SOAPHeader object for this SOAPEnvelope object. |
(package private) static SAAJMetaFactory |
SAAJMetaFactory.getInstance() |
java.lang.Object |
SOAPMessage.getProperty(java.lang.String property)
Retrieves value of the specified property.
|
abstract java.io.InputStream |
AttachmentPart.getRawContent() |
abstract byte[] |
AttachmentPart.getRawContentBytes() |
abstract int |
AttachmentPart.getSize()
Returns the number of bytes in this
AttachmentPart object. |
SOAPBody |
SOAPMessage.getSOAPBody()
Gets the SOAP Body contained in this
SOAPMessage object. |
SOAPHeader |
SOAPMessage.getSOAPHeader()
Gets the SOAP Header contained in this
SOAPMessage object. |
static MessageFactory |
MessageFactory.newInstance()
Creates a new
MessageFactory object that is an instance of the default
implementation. |
static SOAPConnectionFactory |
SOAPConnectionFactory.newInstance()
Creates an instance of the default
SOAPConnectionFactory object. |
static SOAPElementFactory |
SOAPElementFactory.newInstance()
Deprecated.
Creates a new instance of
SOAPElementFactory . |
static SOAPFactory |
SOAPFactory.newInstance()
Creates a new instance of
SOAPFactory . |
static MessageFactory |
MessageFactory.newInstance(java.lang.String soapVersion) |
static SOAPFactory |
SOAPFactory.newInstance(java.lang.String protocol)
Creates a new SOAPFactory object that is an instance of the specified implementation, this
method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory
instance.
|
private static java.lang.Object |
FactoryFinder.newInstance(java.lang.String factoryClassName,
java.lang.ClassLoader classLoader)
instantiates an object go the given classname.
|
protected abstract MessageFactory |
SAAJMetaFactory.newMessageFactory(java.lang.String s) |
protected abstract SOAPFactory |
SAAJMetaFactory.newSOAPFactory(java.lang.String s) |
abstract void |
SOAPMessage.saveChanges()
Updates this
SOAPMessage object with all the changes that have been made to it. |
abstract void |
AttachmentPart.setBase64Content(java.io.InputStream inputstream,
java.lang.String s) |
abstract void |
SOAPPart.setContent(javax.xml.transform.Source source)
Sets the content of the
SOAPEnvelope object with the data from the given
Source object. |
SOAPElement |
SOAPElement.setElementQName(javax.xml.namespace.QName newName) |
void |
SOAPElement.setEncodingStyle(java.lang.String encodingStyle)
Sets the encoding style for this
SOAPElement object to one specified. |
void |
SOAPFault.setFaultActor(java.lang.String faultActor)
Sets this
SOAPFault object with the given fault actor. |
void |
SOAPFault.setFaultCode(Name name)
Sets this
SOAPFault object with the given fault code. |
void |
SOAPFault.setFaultCode(javax.xml.namespace.QName qname) |
void |
SOAPFault.setFaultCode(java.lang.String faultCode)
Sets this
SOAPFault object with the given fault code. |
void |
SOAPFault.setFaultNode(java.lang.String s) |
void |
SOAPFault.setFaultRole(java.lang.String s) |
void |
SOAPFault.setFaultString(java.lang.String faultString)
Sets the fault string for this
SOAPFault object to the given string. |
void |
SOAPFault.setFaultString(java.lang.String faultString,
java.util.Locale locale)
Sets the fault string for this
SOAPFault object to the given string and
localized to the given locale. |
void |
Node.setParentElement(SOAPElement parent)
Sets the parent of this
Node object to the given SOAPElement
object. |
void |
SOAPMessage.setProperty(java.lang.String property,
java.lang.Object value)
Associates the specified value with the specified property.
|
abstract void |
AttachmentPart.setRawContent(java.io.InputStream inputstream,
java.lang.String s) |
abstract void |
AttachmentPart.setRawContentBytes(byte[] abyte0,
int i,
int j,
java.lang.String s) |
void |
SOAPHeaderElement.setRelay(boolean flag) |
void |
SOAPHeaderElement.setRole(java.lang.String s) |
abstract void |
SOAPMessage.writeTo(java.io.OutputStream out)
Writes this
SOAPMessage object to the given output stream. |
Constructor and Description |
---|
SAAJResult() |
SAAJResult(java.lang.String s) |