Package | Description |
---|---|
org.apache.axiom.attachments | |
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.ds.custombuilder | |
org.apache.axiom.om.impl.builder | |
org.apache.axiom.om.impl.exception | |
org.apache.axiom.om.util | |
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
abstract IncomingAttachmentInputStream |
IncomingAttachmentStreams.getNextStream()
Returns the next attachment stream in sequence.
|
InputStream |
Attachments.getRootPartInputStream()
Get an input stream for the root part of the MIME message.
|
InputStream |
Attachments.getRootPartInputStream(boolean preserve)
Get an input stream for the root part of the MIME message.
|
InputStream |
Attachments.getSOAPPartInputStream()
Deprecated.
Use
Attachments.getRootPartInputStream() instead. |
Constructor and Description |
---|
Attachments(InputStream inStream,
String contentTypeString)
Sets file cache to false.
|
Attachments(InputStream inStream,
String contentTypeString,
boolean fileCacheEnable,
String attachmentRepoDir,
String fileThreshold)
Moves the pointer to the beginning of the first MIME part.
|
Attachments(InputStream inStream,
String contentTypeString,
boolean fileCacheEnable,
String attachmentRepoDir,
String fileThreshold,
int contentLength)
Moves the pointer to the beginning of the first MIME part.
|
Attachments(LifecycleManager manager,
InputStream inStream,
String contentTypeString,
boolean fileCacheEnable,
String attachmentRepoDir,
String fileThreshold)
Moves the pointer to the beginning of the first MIME part.
|
Attachments(LifecycleManager manager,
InputStream inStream,
String contentTypeString,
boolean fileCacheEnable,
String attachmentRepoDir,
String fileThreshold,
int contentLength)
Moves the pointer to the beginning of the first MIME part.
|
Modifier and Type | Class and Description |
---|---|
class |
DeferredParsingException
Exception indicating that an operation could not be completed because it needed to read
additional data from the underlying parser and that action failed.
|
class |
NodeUnavailableException
Exception indicating that a requested node cannot be returned because it is no longer available.
|
class |
OMHierarchyException
Thrown if an object model operation would lead to a hierarchy that is not allowed.
|
Modifier and Type | Method and Description |
---|---|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
Create an element with the given name and parent.
|
OMNode |
OMNode.detach()
Removes a node (and all of its children) from its containing parent.
|
void |
OMNode.discard()
Discards a node.
|
void |
OMXMLParserWrapper.discard(OMElement el)
Deprecated.
Use
OMNode.discard() to discard elements. |
OMElement |
OMContainer.getFirstChildWithName(QName qname)
Returns the first child in document order that matches the given QName.
|
OMNode |
OMNode.getNextOMSibling()
Returns the next sibling in document order.
|
void |
OMNode.insertSiblingAfter(OMNode sibling)
Inserts a new sibling after the current node.
|
void |
OMNode.insertSiblingBefore(OMNode sibling)
Inserts a sibling just before the current node.
|
int |
OMXMLParserWrapper.next()
Proceed the parser one step and return the event value.
|
void |
OMXMLParserWrapper.setCache(boolean b) |
Modifier and Type | Method and Description |
---|---|
OMElement |
ByteArrayCustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
javax.xml.stream.XMLStreamReader reader,
OMFactory factory) |
Modifier and Type | Method and Description |
---|---|
OMElement |
CustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
javax.xml.stream.XMLStreamReader reader,
OMFactory factory)
Create an OMElement for this whole subtree.
|
protected OMNode |
StAXOMBuilder.createComment()
Method createOMText.
|
protected OMNode |
StAXOMBuilder.createDTD()
Method createDTD.
|
protected OMNode |
StAXOMBuilder.createOMElement()
Method createOMElement.
|
protected abstract OMNode |
StAXBuilder.createOMElement()
This method is called with the XMLStreamConstants.START_ELEMENT event.
|
protected OMNode |
StAXOMBuilder.createPI()
Method createPI.
|
void |
StAXBuilder.detach() |
void |
Detachable.detach() |
void |
StAXBuilder.discard(OMContainer container) |
void |
StAXBuilder.discard(OMElement element) |
int |
StAXBuilder.getAttributeCount()
Method getAttributeCount.
|
String |
StAXBuilder.getAttributeName(int arg)
Method getAttributeName.
|
String |
StAXBuilder.getAttributeNamespace(int arg)
Method getAttributeNamespace.
|
String |
StAXBuilder.getAttributePrefix(int arg)
Method getAttributePrefix.
|
javax.activation.DataHandler |
XOPAwareStAXOMBuilder.getDataHandler(String blobContentID) |
String |
StAXBuilder.getName()
Method getName.
|
String |
StAXBuilder.getNamespace()
Method getNamespace.
|
int |
StAXBuilder.getNamespaceCount()
Method getNamespaceCount.
|
String |
StAXBuilder.getNamespacePrefix(int index)
Method getNamespacePrefix.
|
String |
StAXBuilder.getNamespaceUri(int index)
Method getNamespaceUri.
|
String |
StAXBuilder.getPrefix()
Method getPrefix.
|
String |
StAXBuilder.getText()
Method getText.
|
void |
StAXBuilder.init(InputStream inputStream,
String charSetEncoding,
String url,
String contentType)
Deprecated.
Not used anywhere
|
int |
StAXOMBuilder.next()
Method next.
|
abstract int |
StAXBuilder.next()
Forwards the parser one step further, if parser is not completed yet.
|
Modifier and Type | Class and Description |
---|---|
class |
OMBuilderException
Class OMBuilderException
|
Modifier and Type | Method and Description |
---|---|
byte[] |
DigestGenerator.getDigest(OMAttribute attribute,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMAttribute
|
byte[] |
DigestGenerator.getDigest(OMDocument document,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMDocument
|
byte[] |
DigestGenerator.getDigest(OMElement element,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMElement
|
byte[] |
DigestGenerator.getDigest(OMProcessingInstruction pi,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMProcessingInstruction
|
byte[] |
DigestGenerator.getDigest(OMText text,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMText
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPProcessingException |
Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAPBody.addFault(Exception e)
Creates a new
SOAPFault object and adds it to this SOAPBody
object. |
void |
SOAPBody.addFault(SOAPFault soapFault) |
SOAPHeaderBlock |
SOAPHeader.addHeaderBlock(QName qname)
Creates a new
SOAPHeaderBlock object initialized with the specified name and adds it
to this SOAPHeader object. |
SOAPHeaderBlock |
SOAPHeader.addHeaderBlock(String localName,
OMNamespace ns)
Creates a new
SOAPHeaderBlock object initialized with the specified name and adds it
to this SOAPHeader object. |
SOAPBody |
SOAPEnvelope.getBody()
Returns the
SOAPBody object associated with this SOAPEnvelope
object. |
Exception |
SOAPFault.getException()
Returns Exception if there is one in the SOAP fault.
|
void |
SOAPFault.setException(Exception e) |
Modifier and Type | Method and Description |
---|---|
protected OMNode |
StAXSOAPModelBuilder.createDTD()
Method createDTD.
|
protected OMNode |
StAXSOAPModelBuilder.createPI()
Method createPI.
|
javax.activation.DataHandler |
MTOMStAXSOAPModelBuilder.getDataHandler(String blobContentID) |
SOAPEnvelope |
StAXSOAPModelBuilder.getSOAPEnvelope() |
Copyright © The Apache Software Foundation. All Rights Reserved.