- addAttachmentPart(AttachmentPart) - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Adds the given AttachmentPart object to this SOAPMessage object.
- addAttribute(QName, String) - Method in class org.apache.axis2.saaj.DetailEntryImpl
-
- addAttribute(QName, String) - Method in class org.apache.axis2.saaj.DetailImpl
-
- addAttribute(QName, String) - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- addAttribute(QName, String) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- addAttribute(Name, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Adds an attribute with the specified name and value to this SOAPElement object.
- addAttribute(QName, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- addAttribute(Name, String) - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
Override SOAPElement.addAttribute SOAP1.2 should not allow encodingStyle attribute to be set
on Envelop
- addBody() - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
Creates a SOAPBody object and sets it as the SOAPBody object for
this SOAPEnvelope object.
- addBodyElement(Name) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
Creates a new SOAPBodyElement object with the specified name and adds it to this
SOAPBody object.
- addBodyElement(QName) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
Creates a new SOAPBodyElement object with the specified name and adds it to this
SOAPBody object.
- addChildElement(QName) - Method in class org.apache.axis2.saaj.DetailEntryImpl
-
- addChildElement(QName) - Method in class org.apache.axis2.saaj.DetailImpl
-
- addChildElement(QName) - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- addChildElement(String) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- addChildElement(String, String) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- addChildElement(SOAPElement) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- addChildElement(String, String, String) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- addChildElement(QName) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- addChildElement(Name) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- addChildElement(SOAPElement) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- addChildElement(String, String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- addChildElement(String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- addChildElement(String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- addChildElement(QName) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- addChildElement(Name) - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
Override SOAPElement.addChildElement SOAP 1.2 should not allow element to be added after body
element
- addChildElement(String) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- addChildElement(String, String) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- addChildElement(String, String, String) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- addChildElement(Name) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- addChildElement(SOAPElement) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- addDetail() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
- addDetailEntry(Name) - Method in class org.apache.axis2.saaj.DetailImpl
-
Creates a new DetailEntry object with the given name and adds it to this
Detail object.
- addDetailEntry(QName) - Method in class org.apache.axis2.saaj.DetailImpl
-
Creates a new DetailEntry object with the given name and adds it to this Detail object.
- addDocument(Document) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
Adds the root node of the DOM Document to this SOAPBody object.
- addFault() - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
Creates a new SOAPFault object and adds it to this SOAPBody
object.
- addFault(Name, String, Locale) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
Creates a new SOAPFault object and adds it to this SOAPBody object.
- addFault(Name, String) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
Creates a new SOAPFault object and adds it to this SOAPBody object.
- addFault(QName, String) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- addFault(QName, String, Locale) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
Creates a new SOAPFault object and adds it to this SOAPBody object.
- addFaultReasonText(String, Locale) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Appends or replaces a Reason Text item containing the specified text message and an xml:lang
derived from locale.
- addHeader() - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
Creates a SOAPHeader object and sets it as the SOAPHeader object
for this SOAPEnvelope object.
- addHeaderElement(Name) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
Creates a new SOAPHeaderElement object initialized with the specified name and
adds it to this SOAPHeader object.
- addHeaderElement(QName) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- addMimeHeader(String, String) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Adds a MIME header with the specified name and value to this AttachmentPart
object.
- addMimeHeader(String, String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates a MimeHeader object with the specified name and value and adds it to
this SOAPPart object.
- addNamespaceDeclaration(String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- addNotUnderstoodHeaderElement(QName) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
Creates a new NotUnderstood SOAPHeaderElement object initialized with the specified name and
adds it to this SOAPHeader object.
- addTextNode(String) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- addTextNode(String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Creates a new Text object initialized with the given String and
adds it to this SOAPElement object.
- addTextNode(String) - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
- addTextNode(String) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- addUpgradeHeaderElement(Iterator) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
Creates a new Upgrade SOAPHeaderElement object initialized with the specified List of
supported SOAP URIs and adds it to this SOAPHeader object.
- addUpgradeHeaderElement(String[]) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- addUpgradeHeaderElement(String) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- adoptNode(Node) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- appendChild(Node) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- appendChild(Node) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Adds the node newChild to the end of the list of children of this node.
- appendData(String) - Method in class org.apache.axis2.saaj.TextImplEx
-
Append the string to the end of the character data of the node.
- appendElement(ElementImpl) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- appendElement(ElementImpl) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- appendElement(ElementImpl) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- appendFaultSubcode(QName) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Adds a Subcode to the end of the sequence of Subcodes contained by this SOAPFault.
- appendText(Text) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- AttachmentPartImpl - Class in org.apache.axis2.saaj
-
- AttachmentPartImpl() - Constructor for class org.apache.axis2.saaj.AttachmentPartImpl
-
- cachediskstream - Variable in class org.apache.axis2.saaj.util.SAAJDataSource
-
This is the cached disk stream.
- call(SOAPMessage, Object) - Method in class org.apache.axis2.saaj.SOAPConnectionImpl
-
Sends the given message to the specified endpoint and blocks until it has returned the
response.
- clearContent() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Clears out the content of this AttachmentPart object.
- clone() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- cloneNode(boolean) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
- close() - Method in class org.apache.axis2.saaj.SOAPConnectionImpl
-
Closes this SOAPConnection object.
- close() - Method in class org.apache.axis2.saaj.util.SAAJDataSource
-
This method is a low level write.
- closed - Variable in class org.apache.axis2.saaj.util.SAAJDataSource
-
If true the source input stream is now closed.
- CommentImpl - Class in org.apache.axis2.saaj
-
- CommentImpl(String, SOAPElement) - Constructor for class org.apache.axis2.saaj.CommentImpl
-
- CommentImpl(String, SOAPElement, Node, Node) - Constructor for class org.apache.axis2.saaj.CommentImpl
-
- compareContentTypes(String, String) - Static method in class org.apache.axis2.saaj.util.SAAJUtil
-
- compareDocumentPosition(Node) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- contentType - Variable in class org.apache.axis2.saaj.util.SAAJDataSource
-
The content type.
- copyContents(SOAPElementImpl, Node) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- copyMimeHeaders(MimeHeaders) - Static method in class org.apache.axis2.saaj.util.SAAJUtil
-
Create a copy of an existing MimeHeaders object.
- countAttachments() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Gets a count of the number of attachments in this message.
- createAttachmentPart() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Creates a new empty AttachmentPart object.
- createAttribute(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates an Attr of the given name.
- createAttributeNS(String, String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates an attribute of the given qualified name and namespace URI.
- createCDATASection(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates a CDATASection node whose value is the specified string.
- createComment(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates a CDATASection node whose value is the specified string.
- createConnection() - Method in class org.apache.axis2.saaj.SOAPConnectionFactoryImpl
-
Create a new SOAPConnection.
- createDetail() - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
Creates a new Detail object which serves as a container for
DetailEntry objects.
- createDocumentFragment() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates an empty DocumentFragment object.
- createElement(Name) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
Create a SOAPElement object initialized with the given Name
object.
- createElement(String) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
Create a SOAPElement object initialized with the given local name.
- createElement(String, String, String) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
Create a new SOAPElement object with the given local name, prefix and uri.
- createElement(QName) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
- createElement(Element) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
- createElement(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates an element of the type specified.
- createElementNS(String, String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates an element of the given qualified name and namespace URI.
- createEntityReference(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates an EntityReference object.
- createFault() - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
Creates a new default SOAPFault object
- createFault(String, QName) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
Creates a new SOAPFault object initialized with the given reasonText and faultCode
- createMessage() - Method in class org.apache.axis2.saaj.MessageFactoryImpl
-
Creates a new SOAPMessage object with the default SOAPPart,
SOAPEnvelope, SOAPBody, and SOAPHeader objects.
- createMessage(MimeHeaders, InputStream) - Method in class org.apache.axis2.saaj.MessageFactoryImpl
-
Internalizes the contents of the given InputStream object into a new
SOAPMessage object and returns the SOAPMessage object.
- createName(String, String, String) - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
Creates a new Name object initialized with the given local name, namespace
prefix, and namespace URI.
- createName(String) - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
Creates a new Name object initialized with the given local name.
- createName(String, String, String) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
Creates a new Name object initialized with the given local name, namespace
prefix, and namespace URI.
- createName(String) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
Creates a new Name object initialized with the given local name.
- createProcessingInstruction(String, String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates a ProcessingInstruction node given the specified name and data strings.
- createQName(String, String) - Method in class org.apache.axis2.saaj.DetailEntryImpl
-
- createQName(String, String) - Method in class org.apache.axis2.saaj.DetailImpl
-
- createQName(String, String) - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- createQName(String, String) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- createQName(String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Creates a QName whose namespace URI is the one associated with the parameter, prefix, in the
context of this SOAPElement.
- createTextNode(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Creates a Text node given the specified string.
- currentMemoryBuf - Variable in class org.apache.axis2.saaj.util.SAAJDataSource
-
Hold the last memory buffer.
- currentMemoryBufSz - Variable in class org.apache.axis2.saaj.util.SAAJDataSource
-
The number of bytes written to the above buffer.
- generateID() - Static method in class org.apache.axis2.saaj.util.IDGenerator
-
Generate and return a new session identifier.
- get(Object) - Method in class org.apache.axis2.saaj.SOAPConnectionImpl
-
overrided SOAPConnection's get() method
- getActor() - Method in class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
Returns the uri of the actor associated with this SOAPHeaderElement object.
- getAllAttributes() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Returns an iterator over all of the attribute names in this SOAPElement object.
- getAllAttributesAsQNames() - Method in class org.apache.axis2.saaj.DetailEntryImpl
-
- getAllAttributesAsQNames() - Method in class org.apache.axis2.saaj.DetailImpl
-
- getAllAttributesAsQNames() - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- getAllAttributesAsQNames() - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- getAllAttributesAsQNames() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getAllMimeHeaders() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Retrieves all the headers for this AttachmentPart object as an iterator over
the MimeHeader objects.
- getAllMimeHeaders() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Retrieves all the headers for this SOAPPart object as an iterator over the
MimeHeader objects.
- getAttachment(SOAPElement) - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Returns an AttachmentPart object that is associated with an attachment that is referenced by
this SOAPElement or null if no such attachment exists.
- getAttachmentFile() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Get the filename of this attachment.
- getAttachments() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Retrieves all the AttachmentPart objects that are part of this
SOAPMessage object.
- getAttachments(MimeHeaders) - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Retrieves all the AttachmentPart objects that have header entries that match the specified
headers.
- getAttribute(String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getAttributeNode(String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getAttributeNodeNS(String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getAttributeNS(String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getAttributes() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Returns the collection of attributes associated with this node, or null if none.
- getAttributes() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
A NamedNodeMap containing the attributes of this node (if it is an
Element) or null otherwise.
- getAttributeValue(QName) - Method in class org.apache.axis2.saaj.DetailEntryImpl
-
- getAttributeValue(QName) - Method in class org.apache.axis2.saaj.DetailImpl
-
- getAttributeValue(QName) - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- getAttributeValue(QName) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- getAttributeValue(Name) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getAttributeValue(QName) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getBase64Content() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
- getBaseURI() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getBody() - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
Returns the SOAPBody object associated with this SOAPEnvelope
object.
- getChildElements(QName) - Method in class org.apache.axis2.saaj.DetailEntryImpl
-
- getChildElements(QName) - Method in class org.apache.axis2.saaj.DetailImpl
-
- getChildElements(QName) - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- getChildElements(Name) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- getChildElements(QName) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- getChildElements() - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- getChildElements() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Returns an iterator over all the immediate content of this element.
- getChildElements(Name) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getChildElements(QName) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getChildElements(Name) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
- getChildElements() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
- getChildElements(Name) - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- getChildElements() - Method in class org.apache.axis2.saaj.SOAPHeaderImpl
-
- getChildNodes() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getChildNodes() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
A NodeList that contains all children of this node.
- getContent() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Gets the content of this AttachmentPart object as a Java object.
- getContent() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Returns the content of the SOAPEnvelope as a JAXP Source object.
- getContentDescription() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Retrieves a description of this SOAPMessage object's content.
- getContentType() - Method in class org.apache.axis2.saaj.util.SAAJDataSource
-
- getData() - Method in class org.apache.axis2.saaj.TextImplEx
-
The character data of the node that implements this interface.
- getDataHandler() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Gets the DataHandler object for this AttachmentPart object.
- getDetail() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
- getDetailEntries() - Method in class org.apache.axis2.saaj.DetailImpl
-
Gets a list of the detail entries in this Detail object.
- getDiskCacheFile() - Method in class org.apache.axis2.saaj.util.SAAJDataSource
-
get the filename of the content if it is cached to disk.
- getDoctype() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The Document Type Declaration (see DocumentType) associated with this document.
- getDocumentElement() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
This is a convenience attribute that allows direct access to the child node that is the root
element of the document.
- getDocumentFromSOAPEnvelope(SOAPEnvelope) - Static method in class org.apache.axis2.saaj.util.SAAJUtil
-
Create a DOM Document using the org.apache.axiom.soap.SOAPEnvelope
- getDocumentURI() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getDomConfig() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getElement() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getElementById(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Returns the Element whose ID is given by elementId.
- getElementName() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getElementQName() - Method in class org.apache.axis2.saaj.DetailEntryImpl
-
- getElementQName() - Method in class org.apache.axis2.saaj.DetailImpl
-
- getElementQName() - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- getElementQName() - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- getElementQName() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getElementsByTagName(String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getElementsByTagName(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Returns a NodeList of all the Elements with a given tag name in the
order in which they are encountered in a preorder traversal of the Document
tree.
- getElementsByTagNameNS(String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Returns a NodeList of all the Elements with a given local name and
namespace URI in the order in which they are encountered in a preorder traversal of the
Document tree.
- getEncodingStyle() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getEnvelope() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Gets the SOAPEnvelope object associated with this SOAPPart object.
- getFault() - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
Returns the SOAPFault object in this SOAPBody object.
- getFaultActor() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
- getFaultCode() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Gets the fault code for this SOAPFault object.
- getFaultCodeAsName() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
- getFaultCodeAsQName() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Gets the fault code for this SOAPFault object as a QName object.
- getFaultNode() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Returns the optional Node element value for this SOAPFault object.
- getFaultReasonLocales() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Returns an Iterator over a distinct sequence of Locales for which there are associated Reason
Text items.
- getFaultReasonText(Locale) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Returns the Reason Text associated with the given Locale.
- getFaultReasonTexts() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Returns an Iterator over a sequence of String objects containing all of the Reason Text items
for this SOAPFault.
- getFaultRole() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Returns the optional Role element value for this SOAPFault object.
- getFaultString() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
- getFaultStringLocale() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Gets the locale of the fault string for this SOAPFault object.
- getFaultSubcodes() - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Gets the Subcodes for this SOAPFault as an iterator over QNames.
- getFeature(String, String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getFirstChild() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getFirstChild() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The first child of this node.
- getHeader() - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
Returns the SOAPHeader object for this SOAPEnvelope object.
- getImplementation() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The DOMImplementation object that handles this document.
- getInputEncoding() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getInputStream() - Method in class org.apache.axis2.saaj.util.SAAJDataSource
-
- getLastChild() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Method getLastChild
- getLastChild() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The last child of this node.
- getLength() - Method in class org.apache.axis2.saaj.NodeListImpl
-
The number of nodes in the list.
- getLocalName() - Method in class org.apache.axis2.saaj.PrefixedQName
-
Gets the local name part of the XML name that this Name object represents.
- getLocalName() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getLocalName() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Returns the local part of the qualified name of this node.
- getMatchingMimeHeaders(String[]) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Retrieves all MimeHeader objects that match a name in the given array.
- getMatchingMimeHeaders(String[]) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Retrieves all MimeHeader objects that match a name in the given array.
- getMimeHeader(String) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Gets all the values of the header identified by the given String.
- getMimeHeader(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Gets all the values of the MimeHeader object in this SOAPPart
object that is identified by the given String.
- getMimeHeaders() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Returns all the transport-specific MIME headers for this SOAPMessage object in a
transport-independent fashion.
- getMustUnderstand() - Method in class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
Returns whether the mustUnderstand attribute for this SOAPHeaderElement object
is turned on.
- getName() - Method in class org.apache.axis2.saaj.util.SAAJDataSource
-
- getNamespacePrefixes() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getNamespaceURI() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getNamespaceURI(String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getNamespaceURI() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The namespace URI of this node, or null if it is unspecified.
- getNextSibling() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
dom Node method
- getNextSibling() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The node immediately following this node.
- getNextSibling() - Method in class org.apache.axis2.saaj.TextImplEx
-
- getNodeName() - Method in class org.apache.axis2.saaj.CommentImpl
-
- getNodeName() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getNodeName() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The name of this node, depending on its type; see the table above.
- getNodeName() - Method in class org.apache.axis2.saaj.TextImplEx
-
The name of this node, depending on its type; see the table above.
- getNodeType() - Method in class org.apache.axis2.saaj.CommentImpl
-
- getNodeType() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getNodeType() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
A code representing the type of the underlying object, as defined above.
- getNodeType() - Method in class org.apache.axis2.saaj.TextImplEx
-
A code representing the type of the underlying object, as defined above.
- getNodeValue() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The value of this node, depending on its type; see the table above.
- getNodeValue() - Method in class org.apache.axis2.saaj.TextImplEx
-
- getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Retrieves all MimeHeader objects whose name does not match a name in the given
array.
- getNonMatchingMimeHeaders(String[]) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Retrieves all MimeHeader objects whose name does not match a name in the given
array.
- getOMEnvelope() - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
- getOMText() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Retrieve the OMText
- getOutputStream() - Method in class org.apache.axis2.saaj.util.SAAJDataSource
-
- getOwnerDocument() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Find the Document that this Node belongs to (the document in whose context the Node was
created).
- getOwnerDocument() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The Document object associated with this node.
- getParent() - Method in class org.apache.axis2.saaj.NodeImplEx
-
- getParent() - Method in class org.apache.axis2.saaj.TextImplEx
-
- getParentElement() - Method in class org.apache.axis2.saaj.NodeImplEx
-
Removes this Node object from the tree.
- getParentElement() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Returns the parent element of this Node object.
- getParentElement() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getParentNode() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getParentNode() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The parent of this node.
- getPrefix() - Method in class org.apache.axis2.saaj.PrefixedQName
-
Returns the prefix associated with the namespace for the XML name that this Name
object represents.
- getPrefix() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getPrefix() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The namespace prefix of this node, or null if it is unspecified.
- getPreviousSibling() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getPreviousSibling() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The node immediately preceding this node.
- getPreviousSibling() - Method in class org.apache.axis2.saaj.TextImplEx
-
- getProperty(String) - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Retrieves value of the specified property.
- getQualifiedName() - Method in class org.apache.axis2.saaj.PrefixedQName
-
Gets the namespace-qualified name of the XML name that this Name object
represents.
- getRawContent() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Gets the content of this AttachmentPart object as an InputStream as if a call had been made
to getContent and no DataContentHandler had been registered for the content-type of this
AttachmentPart.Note that reading from the returned InputStream would result in consuming the
data in the stream.
- getRawContentBytes() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Gets the content of this AttachmentPart object as a byte[] array as if a call had been made
to getContent and no DataContentHandler had been registered for the content-type of this
AttachmentPart.
- getRelay() - Method in class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
- getRole() - Method in class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
- getSchemaTypeInfo() - Method in class org.apache.axis2.saaj.NodeImplEx
-
- getSize() - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Returns the number of bytes in this AttachmentPart object.
- getSOAPBody() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Gets the SOAP Body contained in this SOAPMessage object.
- getSOAPEnvelopeFromDOOMDocument(Document) - Static method in class org.apache.axis2.saaj.util.SAAJUtil
-
- getSOAPHeader() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Gets the SOAP Header contained in this SOAPMessage object.
- getSoapMessage() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
Obtain the SOAPMessage
- getSOAPPart() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Gets the SOAP part of this SOAPMessage object.
- getStrictErrorChecking() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getTagName() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getText(DocumentImpl) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
- getTextContent() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getTextContent() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getType() - Method in class org.apache.axis2.saaj.NodeImplEx
-
- getURI() - Method in class org.apache.axis2.saaj.PrefixedQName
-
Returns the URI of the namespace for the XML name that this Name object
represents.
- getUserData(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getValue() - Method in class org.apache.axis2.saaj.NodeImplEx
-
Returns the the value of the immediate child of this Node object if a child
exists and its valu e is text.
- getValue() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Returns the the value of the immediate child of this Node object if a child
exists and its value is text.
- getValue() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getValue() - Method in class org.apache.axis2.saaj.TextImplEx
-
Retrieve the text value (data) of this
- getVisibleNamespacePrefixes() - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- getWholeText() - Method in class org.apache.axis2.saaj.TextImplEx
-
- getXmlEncoding() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getXmlStandalone() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- getXmlVersion() - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- SAAJDataSource - Class in org.apache.axis2.saaj.util
-
- SAAJDataSource() - Constructor for class org.apache.axis2.saaj.util.SAAJDataSource
-
Constructor SAAJDataSource.
- SAAJDataSource(InputStream, int, String) - Constructor for class org.apache.axis2.saaj.util.SAAJDataSource
-
Create a new boundary stream.
- SAAJDataSource(InputStream, int, String, boolean) - Constructor for class org.apache.axis2.saaj.util.SAAJDataSource
-
Create a new boundary stream.
- SAAJMetaFactoryImpl - Class in org.apache.axis2.saaj
-
- SAAJMetaFactoryImpl() - Constructor for class org.apache.axis2.saaj.SAAJMetaFactoryImpl
-
- SAAJUtil - Class in org.apache.axis2.saaj.util
-
Utility class for the Axis2-WSS4J Module
- SAAJUtil() - Constructor for class org.apache.axis2.saaj.util.SAAJUtil
-
- saveChanges() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Updates this SOAPMessage object with all the changes that have been made to it.
- saveRequired() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
- SESSION_ID_BYTES - Static variable in class org.apache.axis2.saaj.util.IDGenerator
-
The number of random bytes to include when generating a session identifier.
- setActor(String) - Method in class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
Sets the actor associated with this SOAPHeaderElement object to the specified
actor.
- setAttachmentFile(String) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Set the filename of this attachment part.
- setAttachmentReferenced(boolean) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
- setAttribute(String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- setAttributeNode(Attr) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- setAttributeNodeNS(Attr) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- setAttributeNS(String, String, String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- setBase64Content(InputStream, String) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Sets the content of this attachment part from the Base64 source InputStream and sets the
value of the Content-Type header to the value contained in contentType, This method would
first decode the base64 input and write the resulting raw bytes to the attachment.
- setContent(Object, String) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Sets the content of this attachment part to that of the given Object and sets
the value of the Content-Type header to the given type.
- setContent(Source) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setContentDescription(String) - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Sets the description of this SOAPMessage object's content with the given
description.
- setData(String) - Method in class org.apache.axis2.saaj.TextImplEx
-
The character data of the node that implements this interface.
- setDataHandler(DataHandler) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Sets the given DataHandler object as the data handler for this
AttachmentPart object.
- setDocumentURI(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setElementQName(QName) - Method in class org.apache.axis2.saaj.DetailEntryImpl
-
- setElementQName(QName) - Method in class org.apache.axis2.saaj.DetailImpl
-
- setElementQName(QName) - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- setElementQName(QName) - Method in class org.apache.axis2.saaj.SOAPBodyImpl
-
- setElementQName(QName) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- setEncodingStyle(String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
Sets the encoding style for this SOAPElement object to one specified.
- setFaultActor(String) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Sets this SOAPFault object with the given fault actor.The fault actor is the recipient in the
message path who caused the fault to happen.
- setFaultCode(String) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Sets this SOAPFault object with the given fault code.
- setFaultCode(Name) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Sets this SOAPFault object with the given fault code.Fault codes, which give information
about the fault, are defined in the SOAP 1.1 specification.
- setFaultCode(QName) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Sets this SOAPFault object with the given fault code.
- setFaultNode(String) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Creates or replaces any existing Node element value for this SOAPFault object.
- setFaultRole(String) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Creates or replaces any existing Role element value for this SOAPFault object.
- setFaultString(String) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Sets the fault string for this SOAPFault object to the given string.
- setFaultString(String, Locale) - Method in class org.apache.axis2.saaj.SOAPFaultImpl
-
Sets the fault string for this SOAPFault object to the given string.
- setIdAttribute(String, boolean) - Method in class org.apache.axis2.saaj.NodeImplEx
-
- setIdAttributeNode(Attr, boolean) - Method in class org.apache.axis2.saaj.NodeImplEx
-
- setIdAttributeNS(String, String, boolean) - Method in class org.apache.axis2.saaj.NodeImplEx
-
- setMessage(SOAPMessageImpl) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setMimeHeader(String, String) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
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.axis2.saaj.SOAPPartImpl
-
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 class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be on or
off.
- setNextSibling(Node) - Method in class org.apache.axis2.saaj.TextImplEx
-
- setNodeValue(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The value of this node, depending on its type; see the table above.
- setNodeValue(String) - Method in class org.apache.axis2.saaj.TextImplEx
-
- setOwnerDocument(Document) - Method in class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
- setParent(OMContainer) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- setParent(OMContainer) - Method in class org.apache.axis2.saaj.TextImplEx
-
- setParentElement(SOAPElement) - Method in class org.apache.axis2.saaj.NodeImplEx
-
Sets the parent of this Node object to the given SOAPElement
object.
- setParentElement(SOAPElement) - Method in class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- setParentElement(SOAPElement) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
- setParentElement(SOAPElement) - Method in class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
- setParentElement(SOAPElement) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setPrefix(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
The namespace prefix of this node, or null if it is unspecified.
- setPreviousSibling(Node) - Method in class org.apache.axis2.saaj.TextImplEx
-
- setProcessMTOM(boolean) - Method in class org.apache.axis2.saaj.MessageFactoryImpl
-
Specify whether MTOM messages should be processed or parsed literally.
- setProperty(String, Object) - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
Associates the specified value with the specified property.
- setRawContent(InputStream, String) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Sets the content of this attachment part to that contained by the InputStream content and
sets the value of the Content-Type header to the value contained in contentType.A subsequent
call to getSize() may not be an exact measure of the content size.
- setRawContentBytes(byte[], int, int, String) - Method in class org.apache.axis2.saaj.AttachmentPartImpl
-
Sets the content of this attachment part to that contained by the byte[] array content and
sets the value of the Content-Type header to the value contained in contentType.
- setRelay(boolean) - Method in class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
Sets the relay attribute for this SOAPHeaderElement to be either true or false.
- setRole(String) - Method in class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
Sets the Role associated with this SOAPHeaderElement object to the specified Role.
- setSaveRequired() - Method in class org.apache.axis2.saaj.SOAPMessageImpl
-
- setSOAPVersion(String) - Method in class org.apache.axis2.saaj.MessageFactoryImpl
-
- setSOAPVersion(String) - Method in class org.apache.axis2.saaj.SOAPFactoryImpl
-
- setStrictErrorChecking(boolean) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setTextContent(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setType(int) - Method in class org.apache.axis2.saaj.NodeImplEx
-
- setUserData(String, Object, UserDataHandler) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setValue(String) - Method in class org.apache.axis2.saaj.SOAPElementImpl
-
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.
- setValue(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setValue(String) - Method in class org.apache.axis2.saaj.TextImplEx
-
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.
- setXmlStandalone(boolean) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- setXmlVersion(String) - Method in class org.apache.axis2.saaj.SOAPPartImpl
-
- SOAPBodyElementImpl - Class in org.apache.axis2.saaj
-
- SOAPBodyElementImpl(ElementImpl) - Constructor for class org.apache.axis2.saaj.SOAPBodyElementImpl
-
- SOAPBodyImpl - Class in org.apache.axis2.saaj
-
- SOAPBodyImpl(SOAPBody) - Constructor for class org.apache.axis2.saaj.SOAPBodyImpl
-
- SOAPConnectionFactoryImpl - Class in org.apache.axis2.saaj
-
- SOAPConnectionFactoryImpl() - Constructor for class org.apache.axis2.saaj.SOAPConnectionFactoryImpl
-
- SOAPConnectionImpl - Class in org.apache.axis2.saaj
-
- SOAPElementImpl - Class in org.apache.axis2.saaj
-
- SOAPElementImpl(ElementImpl) - Constructor for class org.apache.axis2.saaj.SOAPElementImpl
-
- SOAPEnvelopeImpl - Class in org.apache.axis2.saaj
-
- SOAPEnvelopeImpl(SOAPEnvelopeImpl) - Constructor for class org.apache.axis2.saaj.SOAPEnvelopeImpl
-
- SOAPFactoryImpl - Class in org.apache.axis2.saaj
-
- SOAPFactoryImpl() - Constructor for class org.apache.axis2.saaj.SOAPFactoryImpl
-
- SOAPFaultElementImpl - Class in org.apache.axis2.saaj
-
- SOAPFaultElementImpl(ElementImpl) - Constructor for class org.apache.axis2.saaj.SOAPFaultElementImpl
-
- SOAPFaultImpl - Class in org.apache.axis2.saaj
-
- SOAPFaultImpl(SOAPFault) - Constructor for class org.apache.axis2.saaj.SOAPFaultImpl
-
- SOAPHeaderElementImpl - Class in org.apache.axis2.saaj
-
- SOAPHeaderElementImpl(SOAPHeaderBlock) - Constructor for class org.apache.axis2.saaj.SOAPHeaderElementImpl
-
- SOAPHeaderImpl - Class in org.apache.axis2.saaj
-
- SOAPHeaderImpl(SOAPHeader) - Constructor for class org.apache.axis2.saaj.SOAPHeaderImpl
-
Constructor
- SOAPMessageImpl - Class in org.apache.axis2.saaj
-
- SOAPMessageImpl(SOAPEnvelopeImpl) - Constructor for class org.apache.axis2.saaj.SOAPMessageImpl
-
- SOAPMessageImpl(InputStream, MimeHeaders, boolean) - Constructor for class org.apache.axis2.saaj.SOAPMessageImpl
-
- SOAPPartImpl - Class in org.apache.axis2.saaj
-
- SOAPPartImpl(SOAPMessageImpl, SOAPEnvelopeImpl) - Constructor for class org.apache.axis2.saaj.SOAPPartImpl
-
- SOAPPartImpl(SOAPMessageImpl, InputStream, MimeHeaders, Attachments) - Constructor for class org.apache.axis2.saaj.SOAPPartImpl
-
Construct a SOAP part from the given input stream.
- soapVersion - Variable in class org.apache.axis2.saaj.MessageFactoryImpl
-
- soapVersion - Variable in class org.apache.axis2.saaj.SOAPFactoryImpl
-
- splitText(int) - Method in class org.apache.axis2.saaj.TextImplEx
-
Breaks this node into two nodes at the specified offset, keeping both in the
tree as siblings.
- substringData(int, int) - Method in class org.apache.axis2.saaj.TextImplEx
-
Extracts a range of data from the node.