|
|||||||||
| Home >> All >> org >> apache >> xmlbeans >> impl >> [ soap overview ] | PREV NEXT | ||||||||
A
- AttachmentPart - class org.apache.xmlbeans.impl.soap.AttachmentPart.
- A single attachment to a
SOAPMessageobject. - AttachmentPart() - Constructor for class org.apache.xmlbeans.impl.soap.AttachmentPart
- Create a new AttachmentPart.
- addAttachmentPart(AttachmentPart) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Adds the given
AttachmentPartobject to thisSOAPMessageobject. - addAttribute(Name, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Adds an attribute with the specified name and value to this
SOAPElementobject. - addBody() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
- Creates a
SOAPBodyobject and sets it as theSOAPBodyobject for thisSOAPEnvelopeobject. - addBodyElement(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
- Creates a new
SOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject. - addChildElement(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Creates a new
SOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject. - addChildElement(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Creates a new
SOAPElementobject initialized with the givenStringobject and adds the new element to thisSOAPElementobject. - addChildElement(String, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Creates a new
SOAPElementobject initialized with the specified local name and prefix and adds the new element to thisSOAPElementobject. - addChildElement(String, String, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Creates a new
SOAPElementobject initialized with the specified local name, prefix, and URI and adds the new element to thisSOAPElementobject. - addChildElement(SOAPElement) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Add a
SOAPElementas a child of thisSOAPElementinstance. - addDetail() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Creates a
Detailobject and sets it as theDetailobject for thisSOAPFaultobject. - addDetailEntry(Name) - Method in interface org.apache.xmlbeans.impl.soap.Detail
- Creates a new
DetailEntryobject with the given name and adds it to thisDetailobject. - addDocument(Document) - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
- Adds the root node of the DOM
Documentto thisSOAPBodyobject. - addFault() - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
- Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String, Locale) - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
- Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addFault(Name, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
- Creates a new
SOAPFaultobject and adds it to thisSOAPBodyobject. - addHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
- Adds a
MimeHeaderobject with the specified name and value to thisMimeHeadersobject's list of headers. - addHeader() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
- Creates a
SOAPHeaderobject and sets it as theSOAPHeaderobject for thisSOAPEnvelopeobject. - addHeaderElement(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
- Creates a new
SOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject. - addMimeHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Adds a MIME header with the specified name and value to
this
AttachmentPartobject. - addMimeHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Creates a
MimeHeaderobject with the specified name and value and adds it to thisSOAPPartobject. - addNamespaceDeclaration(String, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Adds a namespace declaration with the specified prefix and URI to this
SOAPElementobject. - addTextNode(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Creates a new
Textobject initialized with the givenStringand adds it to thisSOAPElementobject.
C
- CHARACTER_SET_ENCODING - Static variable in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Specifies the character type encoding for the SOAP Message.
- call(SOAPMessage, Object) - Method in class org.apache.xmlbeans.impl.soap.SOAPConnection
- Sends the given message to the specified endpoint and blocks until it has returned the response.
- cause - Variable in class org.apache.xmlbeans.impl.soap.SOAPException
- clearContent() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Clears out the content of this
AttachmentPartobject. - close() - Method in class org.apache.xmlbeans.impl.soap.SOAPConnection
- Closes this
SOAPConnectionobject. - countAttachments() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Gets a count of the number of attachments in this message.
- create(Name) - Method in class org.apache.xmlbeans.impl.soap.SOAPElementFactory
- Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
- create(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPElementFactory
- Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
- create(String, String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPElementFactory
- Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
- createAttachmentPart() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Creates a new empty
AttachmentPartobject. - createAttachmentPart(Object, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Creates an
AttachmentPartobject and populates it with the specified data of the specified content type. - createConnection() - Method in class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory
- Create a new
SOAPConnection. - createDetail() - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
- Creates a new
Detailobject which serves as a container forDetailEntryobjects. - createElement(Name) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
- Create a
SOAPElementobject initialized with the givenNameobject. - createElement(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
- Create a
SOAPElementobject initialized with the given local name. - createElement(String, String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
- Create a new
SOAPElementobject with the given local name, prefix and uri. - createMessage() - Method in class org.apache.xmlbeans.impl.soap.MessageFactory
- Creates a new
SOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects. - createMessage(MimeHeaders, InputStream) - Method in class org.apache.xmlbeans.impl.soap.MessageFactory
- Internalizes the contents of the given
InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. - createName(String, String, String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
- Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createName(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
- Creates a new
Nameobject initialized with the given local name. - createName(String, String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
- Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createName(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPFactory
- Creates a new
Nameobject initialized with the given local name.
D
- DEFAULT_MESSAGE_FACTORY - Static variable in class org.apache.xmlbeans.impl.soap.MessageFactory
- DEFAULT_SF - Static variable in class org.apache.xmlbeans.impl.soap.SOAPFactory
- DEFAULT_SOAP_CONNECTION_FACTORY - Static variable in class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory
- Detail - interface org.apache.xmlbeans.impl.soap.Detail.
- A container for
DetailEntryobjects. - DetailEntry - interface org.apache.xmlbeans.impl.soap.DetailEntry.
- The content for a
Detailobject, giving details for aSOAPFaultobject. - detachNode() - Method in interface org.apache.xmlbeans.impl.soap.Node
- Removes this
Nodeobject from the tree.
E
- examineAllHeaderElements() - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
- Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject. - examineHeaderElements(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
- Returns a list of all the
SOAPHeaderElementobjects in thisSOAPHeaderobject that have the the specified actor. - examineMustUnderstandHeaderElements(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
- Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject that have the specified actor and that have a MustUnderstand attribute whose value is equivalent totrue. - extractAllHeaderElements() - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
- Returns an
Iteratorover all theSOAPHeaderElementobjects in thisSOAPHeaderobject and detaches them from thisSOAPHeaderobject. - extractHeaderElements(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeader
- Returns a list of all the
SOAPHeaderElementobjects in thisSOAPHeaderobject that have the the specified actor and detaches them from thisSOAPHeaderobject.
F
- FactoryFinder - class org.apache.xmlbeans.impl.soap.FactoryFinder.
- This class is used to locate factory classes for javax.xml.soap.
- FactoryFinder() - Constructor for class org.apache.xmlbeans.impl.soap.FactoryFinder
- find(String, String) - Static method in class org.apache.xmlbeans.impl.soap.FactoryFinder
- Instantiates a factory object given the factory's property name and the default class name.
G
- getActor() - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement
- Returns the uri of the actor associated with this
SOAPHeaderElementobject. - getAllAttributes() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns an iterator over all of the attribute names in
this
SOAPElementobject. - getAllHeaders() - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
- Returns all the headers in this
MimeHeadersobject. - getAllMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Retrieves all the headers for this
AttachmentPartobject as an iterator over theMimeHeaderobjects. - getAllMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Retrieves all the headers for this
SOAPPartobject as an iterator over theMimeHeaderobjects. - getAttachments() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Retrieves all the
AttachmentPartobjects that are part of thisSOAPMessageobject. - getAttachments(MimeHeaders) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Retrieves all the
AttachmentPartobjects that have header entries that match the specified headers. - getAttributeValue(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns the value of the attribute with the specified name.
- getBody() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
- Returns the
SOAPBodyobject associated with thisSOAPEnvelopeobject. - getCause() - Method in class org.apache.xmlbeans.impl.soap.SOAPException
- Returns the
Throwableobject embedded in thisSOAPExceptionif there is one. - getChildElements() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns an iterator over all the immediate content of this element.
- getChildElements(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns an iterator over all the child elements with the specified name.
- getContent() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Gets the content of this
AttachmentPartobject as a Java object. - getContent() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Returns the content of the SOAPEnvelope as a JAXP
Sourceobject. - getContentDescription() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Retrieves a description of this
SOAPMessageobject's content. - getContentId() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Gets the value of the MIME header whose name is "Content-Id".
- getContentId() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Retrieves the value of the MIME header whose name is "Content-Id".
- getContentLocation() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Gets the value of the MIME header "Content-Location".
- getContentLocation() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Retrieves the value of the MIME header whose name is "Content-Location".
- getContentType() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Gets the value of the MIME header "Content-Type".
- getDetail() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Returns the detail element for this
SOAPFaultobject. - getDetailEntries() - Method in interface org.apache.xmlbeans.impl.soap.Detail
- Gets a list of the detail entries in this
Detailobject. - getElementName() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns the name of this
SOAPElementobject. - getEncodingStyle() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns the encoding style for this
SOAPElementobject. - getEnvelope() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Gets the
SOAPEnvelopeobject associated with thisSOAPPartobject. - getFault() - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
- Returns the
SOAPFaultobject in thisSOAPBodyobject. - getFaultActor() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Gets the fault actor for this
SOAPFaultobject. - getFaultCode() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Gets the fault code for this
SOAPFaultobject. - getFaultCodeAsName() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Gets the mandatory SOAP 1.1 fault code for this
SOAPFaultobject as a SAAJNameobject. - getFaultString() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Gets the fault string for this
SOAPFaultobject. - getFaultStringLocale() - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Returns the optional detail element for this
SOAPFaultobject. - getHeader(String) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
- Returns all of the values for the specified header as an
array of
Stringobjects. - getHeader() - Method in interface org.apache.xmlbeans.impl.soap.SOAPEnvelope
- Returns the
SOAPHeaderobject for thisSOAPEnvelopeobject. - getLocalName() - Method in interface org.apache.xmlbeans.impl.soap.Name
- Gets the local name part of the XML name that this
Nameobject represents. - getMatchingHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
- Returns all the
MimeHeaderobjects whose name matches a name in the given array of names. - getMatchingMimeHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Retrieves all
MimeHeaderobjects that match a name in the given array. - getMatchingMimeHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Retrieves all
MimeHeaderobjects that match a name in the given array. - getMessage() - Method in class org.apache.xmlbeans.impl.soap.SOAPException
- Returns the detail message for this
SOAPExceptionobject. - getMimeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Gets all the values of the header identified by the given
String. - getMimeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Gets all the values of the
MimeHeaderobject in thisSOAPPartobject that is identified by the givenString. - getMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Returns all the transport-specific MIME headers for this
SOAPMessageobject in a transport-independent fashion. - getMustUnderstand() - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement
- Returns whether the mustUnderstand attribute for this
SOAPHeaderElementobject is turned on. - getName() - Method in class org.apache.xmlbeans.impl.soap.MimeHeader
- Returns the name of this
MimeHeaderobject. - getNamespacePrefixes() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns an iterator of namespace prefixes.
- getNamespaceURI(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns the URI of the namespace that has the given prefix.
- getNonMatchingHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
- Returns all of the
MimeHeaderobjects whose name does not match a name in the given array of names. - getNonMatchingMimeHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getNonMatchingMimeHeaders(String[]) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Retrieves all
MimeHeaderobjects whose name does not match a name in the given array. - getParentElement() - Method in interface org.apache.xmlbeans.impl.soap.Node
- Returns the parent element of this
Nodeobject. - getPrefix() - Method in interface org.apache.xmlbeans.impl.soap.Name
- Returns the prefix associated with the namespace for the XML
name that this
Nameobject represents. - getProperty(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Retrieves value of the specified property.
- getQualifiedName() - Method in interface org.apache.xmlbeans.impl.soap.Name
- Gets the namespace-qualified name of the XML name that this
Nameobject represents. - getResource(String) - Static method in class org.apache.xmlbeans.impl.soap.FactoryFinder
- Returns an input stream for the specified resource.
- getSOAPBody() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Gets the SOAP Body contained in this
SOAPMessageobject. - getSOAPHeader() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Gets the SOAP Header contained in this
SOAPMessageobject. - getSOAPPart() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Gets the SOAP part of this
SOAPMessageobject. - getSize() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Returns the number of bytes in this
AttachmentPartobject. - getURI() - Method in interface org.apache.xmlbeans.impl.soap.Name
- Returns the URI of the namespace for the XML
name that this
Nameobject represents. - getValue() - Method in class org.apache.xmlbeans.impl.soap.MimeHeader
- Returns the value of this
MimeHeaderobject. - getValue() - Method in interface org.apache.xmlbeans.impl.soap.Node
- Returns the the value of the immediate child of this
Nodeobject if a child exists and its value is text. - getVisibleNamespacePrefixes() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Returns an
Iteratorover the namespace prefixStrings visible to this element.
H
- hasFault() - Method in interface org.apache.xmlbeans.impl.soap.SOAPBody
- Indicates whether a
SOAPFaultobject exists in thisSOAPBodyobject. - hasNext() - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
- headers - Variable in class org.apache.xmlbeans.impl.soap.MimeHeaders
- A
Vectorcontaining the headers asMimeHeaderinstances.
I
- initCause(Throwable) - Method in class org.apache.xmlbeans.impl.soap.SOAPException
- Initializes the
causefield of thisSOAPExceptionobject with the givenThrowableobject. - isComment() - Method in interface org.apache.xmlbeans.impl.soap.Text
- Retrieves whether this
Textobject represents a comment. - iterator - Variable in class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
M
- MESSAGE_FACTORY_PROPERTY - Static variable in class org.apache.xmlbeans.impl.soap.MessageFactory
- MessageFactory - class org.apache.xmlbeans.impl.soap.MessageFactory.
- A factory for creating
SOAPMessageobjects. - MessageFactory() - Constructor for class org.apache.xmlbeans.impl.soap.MessageFactory
- Create a new MessageFactory.
- MimeHeader - class org.apache.xmlbeans.impl.soap.MimeHeader.
- An object that stores a MIME header name and its value.
- MimeHeader(String, String) - Constructor for class org.apache.xmlbeans.impl.soap.MimeHeader
- Constructs a
MimeHeaderobject initialized with the given name and value. - MimeHeaders - class org.apache.xmlbeans.impl.soap.MimeHeaders.
- A container for
MimeHeaderobjects, which represent the MIME headers present in a MIME part of a message. - MimeHeaders() - Constructor for class org.apache.xmlbeans.impl.soap.MimeHeaders
- Constructs
a default
MimeHeadersobject initialized with an emptyVectorobject. - MimeHeaders.MatchingIterator - class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator.
- MimeHeaders.MatchingIterator(String[], boolean) - Constructor for class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
- match - Variable in class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
N
- Name - interface org.apache.xmlbeans.impl.soap.Name.
- A representation of an XML name.
- Node - interface org.apache.xmlbeans.impl.soap.Node.
- A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods.
- name - Variable in class org.apache.xmlbeans.impl.soap.MimeHeader
- names - Variable in class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
- newInstance(String) - Static method in class org.apache.xmlbeans.impl.soap.FactoryFinder
- instantiates an object go the given classname.
- newInstance() - Static method in class org.apache.xmlbeans.impl.soap.MessageFactory
- Creates a new
MessageFactoryobject that is an instance of the default implementation. - newInstance() - Static method in class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory
- Creates an instance of the default
SOAPConnectionFactoryobject. - newInstance() - Static method in class org.apache.xmlbeans.impl.soap.SOAPElementFactory
- Deprecated.
- newInstance() - Static method in class org.apache.xmlbeans.impl.soap.SOAPFactory
- Creates a new instance of
SOAPFactory. - next() - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
- nextHeader - Variable in class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
- nextMatch() - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
O
- org.apache.xmlbeans.impl.soap - package org.apache.xmlbeans.impl.soap
R
- recycleNode() - Method in interface org.apache.xmlbeans.impl.soap.Node
- Notifies the implementation that this
Nodeobject is no longer being used by the application and that the implementation is free to reuse this object for nodes that may be created later. - remove() - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders.MatchingIterator
- removeAllAttachments() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Removes all
AttachmentPartobjects that have been added to thisSOAPMessageobject. - removeAllHeaders() - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
- Removes all the header entries from this
MimeHeadersobject. - removeAllMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Removes all the MIME header entries.
- removeAllMimeHeaders() - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Removes all the
MimeHeaderobjects for thisSOAPEnvelopeobject. - removeAttribute(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Removes the attribute with the specified name.
- removeContents() - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Detaches all children of this
SOAPElement. - removeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
- Remove all
MimeHeaderobjects whose name matches the the given name. - removeMimeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Removes all MIME headers that match the given name.
- removeMimeHeader(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Removes all MIME headers that match the given name.
- removeNamespaceDeclaration(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Removes the namespace declaration corresponding to the given prefix.
S
- SF_PROPERTY - Static variable in class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory
- SF_PROPERTY - Static variable in class org.apache.xmlbeans.impl.soap.SOAPFactory
- SOAPBody - interface org.apache.xmlbeans.impl.soap.SOAPBody.
- An object that represents the contents of the SOAP body element in a SOAP message.
- SOAPBodyElement - interface org.apache.xmlbeans.impl.soap.SOAPBodyElement.
- A
SOAPBodyElementobject represents the contents in aSOAPBodyobject. - SOAPConnection - class org.apache.xmlbeans.impl.soap.SOAPConnection.
- A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
- SOAPConnection() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPConnection
- SOAPConnectionFactory - class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory.
- A factory for creating
SOAPConnectionobjects. - SOAPConnectionFactory() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPConnectionFactory
- SOAPConstants - interface org.apache.xmlbeans.impl.soap.SOAPConstants.
- The definition of constants pertaining to the SOAP 1.1 protocol.
- SOAPElement - interface org.apache.xmlbeans.impl.soap.SOAPElement.
- An object representing the contents in a
SOAPBodyobject, the contents in aSOAPHeaderobject, the content that can follow theSOAPBodyobject in aSOAPEnvelopeobject, or what can follow the detail element in aSOAPFaultobject. - SOAPElementFactory - class org.apache.xmlbeans.impl.soap.SOAPElementFactory.
- Deprecated. - Use javax.xml.soap.SOAPFactory for creating SOAPElements.
- SOAPElementFactory(SOAPFactory) - Constructor for class org.apache.xmlbeans.impl.soap.SOAPElementFactory
- Deprecated. Create a new
SOAPElementFactory from aSOAPFactory.- SOAPEnvelope - interface org.apache.xmlbeans.impl.soap.SOAPEnvelope.
- The container for the SOAPHeader and SOAPBody portions of a
SOAPPartobject.- SOAPException - exception org.apache.xmlbeans.impl.soap.SOAPException.
- An exception that signals that a SOAP exception has occurred.
- SOAPException() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPException
- Constructs a
SOAPExceptionobject with no reason or embeddedThrowableobject.- SOAPException(String) - Constructor for class org.apache.xmlbeans.impl.soap.SOAPException
- Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown.- SOAPException(String, Throwable) - Constructor for class org.apache.xmlbeans.impl.soap.SOAPException
- Constructs a
SOAPExceptionobject with the givenStringas the reason for the exception being thrown and the givenThrowableobject as an embedded exception.- SOAPException(Throwable) - Constructor for class org.apache.xmlbeans.impl.soap.SOAPException
- Constructs a
SOAPExceptionobject initialized with the givenThrowableobject.- SOAPFactory - class org.apache.xmlbeans.impl.soap.SOAPFactory.
SOAPFactoryis a factory for creating various objects that exist in the SOAP XML tree.- SOAPFactory() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPFactory
- SOAPFault - interface org.apache.xmlbeans.impl.soap.SOAPFault.
- An element in the
SOAPBodyobject that contains error and/or status information.- SOAPFaultElement - interface org.apache.xmlbeans.impl.soap.SOAPFaultElement.
- A representation of the contents in a
SOAPFaultobject.- SOAPHeader - interface org.apache.xmlbeans.impl.soap.SOAPHeader.
- A representation of the SOAP header element.
- SOAPHeaderElement - interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement.
- An object representing the contents in the SOAP header part of the SOAP envelope.
- SOAPMessage - class org.apache.xmlbeans.impl.soap.SOAPMessage.
- The root class for all SOAP messages.
- SOAPMessage() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPMessage
- SOAPPart - class org.apache.xmlbeans.impl.soap.SOAPPart.
- The container for the SOAP-specific portion of a
SOAPMessageobject.- SOAPPart() - Constructor for class org.apache.xmlbeans.impl.soap.SOAPPart
- saveChanges() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Updates this
SOAPMessageobject with all the changes that have been made to it.- saveRequired() - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Indicates whether this
SOAPMessageobject has had the methodsaveChangescalled on it.- setActor(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement
- Sets the actor associated with this
SOAPHeaderElementobject to the specified actor.- setContent(Object, String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Sets the content of this attachment part to that of the given
Objectand sets the value of theContent-Typeheader to the given type.- setContent(Source) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Sets the content of the
SOAPEnvelopeobject with the data from the givenSourceobject.- setContentDescription(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Sets the description of this
SOAPMessageobject's content with the given description.- setContentId(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Sets the MIME header "Content-Id" with the given value.
- setContentId(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Sets the value of the MIME header named "Content-Id" to the given
String.- setContentLocation(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Sets the MIME header "Content-Location" with the given value.
- setContentLocation(String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Sets the value of the MIME header "Content-Location" to the given
String.- setContentType(String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Sets the MIME header "Content-Type" with the given value.
- setEncodingStyle(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPElement
- Sets the encoding style for this
SOAPElementobject to one specified.- setFaultActor(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Sets this
SOAPFaultobject with the given fault actor.- setFaultCode(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Sets this
SOAPFaultobject with the given fault code.- setFaultCode(Name) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Sets this
SOAPFaultobject with the given fault code.- setFaultString(String) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Sets the fault string for this
SOAPFaultobject to the given string.- setFaultString(String, Locale) - Method in interface org.apache.xmlbeans.impl.soap.SOAPFault
- Sets the fault string for this
SOAPFaultobject to the given string and localized to the given locale.- setHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.MimeHeaders
- Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
- setMimeHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.AttachmentPart
- Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
- setMimeHeader(String, String) - Method in class org.apache.xmlbeans.impl.soap.SOAPPart
- Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
- setMustUnderstand(boolean) - Method in interface org.apache.xmlbeans.impl.soap.SOAPHeaderElement
- Sets the mustUnderstand attribute for this
SOAPHeaderElementobject to be on or off.- setParentElement(SOAPElement) - Method in interface org.apache.xmlbeans.impl.soap.Node
- Sets the parent of this
Nodeobject to the givenSOAPElementobject.- setProperty(String, Object) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Associates the specified value with the specified property.
- setValue(String) - Method in interface org.apache.xmlbeans.impl.soap.Node
- If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
- sf - Variable in class org.apache.xmlbeans.impl.soap.SOAPElementFactory
- Deprecated.
T
U
- URI_NS_SOAP_ENCODING - Static variable in interface org.apache.xmlbeans.impl.soap.SOAPConstants
- The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).
- URI_NS_SOAP_ENVELOPE - Static variable in interface org.apache.xmlbeans.impl.soap.SOAPConstants
- The namespace identifier for the SOAP envelope.
- URI_SOAP_ACTOR_NEXT - Static variable in interface org.apache.xmlbeans.impl.soap.SOAPConstants
- The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).
V
- value - Variable in class org.apache.xmlbeans.impl.soap.MimeHeader
W
- WRITE_XML_DECLARATION - Static variable in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Specifies whether the SOAP Message should contain an XML declaration.
- writeTo(OutputStream) - Method in class org.apache.xmlbeans.impl.soap.SOAPMessage
- Writes this
SOAPMessageobject to the given output stream.
A C D E F G H I M N O R S T U V W
|
|||||||||
| Home >> All >> org >> apache >> xmlbeans >> impl >> [ soap overview ] | PREV NEXT | ||||||||