Modifier and Type | Method and Description |
---|---|
abstract IncomingAttachmentInputStream |
IncomingAttachmentStreams.getNextStream()
Returns the next attachment stream in sequence.
|
IncomingAttachmentInputStream |
MultipartAttachmentStreams.getNextStream() |
InputStream |
Attachments.getSOAPPartInputStream() |
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.
|
MultipartAttachmentStreams(BoundaryDelimitedStream delimitedStream) |
Modifier and Type | Method and Description |
---|---|
static Part |
PartFactory.createPart(LifecycleManager manager,
MIMEBodyPartInputStream in,
boolean isSOAPPart,
int thresholdSize,
String attachmentDir,
int messageContentLength)
Creates a part from the input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
OMHierarchyException
Thrown if an object model operation would lead to a hierarchy that is not allowed in the
given object model implementation.
|
Modifier and Type | Method and Description |
---|---|
OMElement |
OMFactory.createOMElement(QName qname)
Create an element with the given
QName . |
OMElement |
OMFactory.createOMElement(QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent.
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer 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)
Discards the current element.
|
Iterator |
OMElement.getAllDeclaredNamespaces()
Returns an iterator for all of the namespaces declared on this element.
|
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 |
---|---|
void |
OMNodeEx.setType(int nodeType) |
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 OMElement |
SAXOMBuilder.createNextElement(String localName) |
protected OMNode |
StAXOMBuilder.createOMElement()
Method createOMElement.
|
protected abstract OMNode |
StAXBuilder.createOMElement()
This method is called with the XMLStreamConstants.START_ELEMENT event.
|
protected OMNode |
StAXBuilder.createOMText(int textType)
Method createOMText.
|
protected OMNode |
StAXOMBuilder.createPI()
Method createPI.
|
void |
SAXOMXMLParserWrapper.discard(OMElement el) |
void |
StAXBuilder.discard(OMElement element)
Method discard.
|
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 |
XOPBuilder.getDataHandler(String blobContentID) |
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.
|
int |
SAXOMXMLParserWrapper.next() |
abstract int |
StAXBuilder.next()
Forwards the parser one step further, if parser is not completed yet.
|
void |
StAXBuilder.reset(OMNode node)
Method reset.
|
void |
SAXOMXMLParserWrapper.setCache(boolean b) |
Modifier and Type | Class and Description |
---|---|
class |
OMDOMException
OMDOM specific exception
|
Modifier and Type | Method and Description |
---|---|
OMNode |
AttrImpl.detach()
Not supported: Cannot detach attributes.
|
OMNode |
ChildNode.detach() |
void |
AttrImpl.discard()
Not supported: Cannot discard attributes.
|
void |
TextNodeImpl.discard() |
void |
ElementImpl.discard() |
void |
ChildNode.discard() |
Iterator |
ElementImpl.getAllDeclaredNamespaces() |
Iterator |
ParentNode.getChildrenWithName(QName elementQName)
Returns an iterator of child nodes having a given qname.
|
OMElement |
ParentNode.getFirstChildWithName(QName elementQName)
Returns the first OMElement child node.
|
InputStream |
TextNodeImpl.getInputStream() |
OMNode |
ElementImpl.getNextOMSibling() |
OMNode |
DocumentImpl.getNextOMSibling() |
OMNode |
ChildNode.getNextOMSibling() |
OMContainer |
NodeImpl.getParent() |
OMContainer |
DocumentImpl.getParent() |
OMContainer |
ChildNode.getParent() |
int |
CDATASectionImpl.getType() |
int |
ElementImpl.getType() |
int |
DocumentImpl.getType() |
int |
TextImpl.getType() |
int |
DocumentFragmentImpl.getType() |
void |
NodeImpl.insertSiblingAfter(OMNode sibling) |
void |
ChildNode.insertSiblingAfter(OMNode sibling)
Inserts the given sibling next to this item.
|
void |
NodeImpl.insertSiblingBefore(OMNode sibling) |
void |
ChildNode.insertSiblingBefore(OMNode sibling)
Inserts the given sibling before this item.
|
void |
AttrImpl.setType(int nodeType)
Sets the type.
|
void |
CDATASectionImpl.setType(int nodeType) |
void |
CommentImpl.setType(int nodeType) |
void |
ElementImpl.setType(int nodeType) |
void |
DocumentImpl.setType(int nodeType) |
void |
TextImpl.setType(int nodeType) |
void |
DocumentTypeImpl.setType(int nodeType) |
void |
DocumentFragmentImpl.setType(int nodeType) |
void |
ProcessingInstructionImpl.setType(int nodeType) |
Modifier and Type | Method and Description |
---|---|
OMElement |
OMDOMFactory.createOMElement(QName qname)
Create an OMElement with the given QName
If the QName contains a prefix, we will ensure that an OMNamespace is created mapping the
given namespace to the given prefix.
|
OMElement |
OMDOMFactory.createOMElement(QName qname,
OMContainer parent)
Creates a new OMDOM Element node and adds it to the given parent.
|
Modifier and Type | Class and Description |
---|---|
class |
OMBuilderException
Class OMBuilderException
|
class |
OMStreamingException
Class OMStreamingException
|
Modifier and Type | Method and Description |
---|---|
void |
OMSourcedElementImpl.build() |
void |
OMElementImpl.build() |
void |
OMSerializableImpl.build()
Parses this node and builds the object structure in memory.
|
OMNode |
OMSourcedElementImpl.detach() |
OMNode |
OMNodeImpl.detach()
Removes this information item and its children, from the model completely.
|
OMNode |
OMElementImpl.detach()
Removes this information item and its children, from the model completely.
|
void |
OMSourcedElementImpl.discard() |
void |
OMProcessingInstructionImpl.discard()
Discards this node.
|
void |
OMTextImpl.discard()
A slightly different implementation of the discard method.
|
void |
OMCommentImpl.discard()
Discards this node.
|
void |
OMElementImpl.discard()
Method discard.
|
void |
OMDocTypeImpl.discard()
Discards this node.
|
Iterator |
OMSourcedElementImpl.getAllDeclaredNamespaces() |
OMElement |
OMSourcedElementImpl.getFirstChildWithName(QName elementQName) |
OMElement |
OMDocumentImpl.getFirstChildWithName(QName elementQName)
Method getFirstChildWithName.
|
OMElement |
OMElementImpl.getFirstChildWithName(QName elementQName)
Method getFirstChildWithName.
|
InputStream |
OMTextImpl.getInputStream() |
OMNamespace |
OMSourcedElementImpl.getNamespace() |
OMNode |
OMSourcedElementImpl.getNextOMSibling() |
OMNode |
OMNodeImpl.getNextOMSibling()
Returns the next sibling.
|
OMNode |
OMElementImpl.getNextOMSibling()
Gets the next sibling.
|
String |
OMTextImpl.getText()
Returns the value.
|
QName |
OMTextImpl.getTextAsQName()
Returns the value.
|
void |
OMNodeImpl.insertSiblingAfter(OMNode sibling)
Inserts a sibling just after the current information item.
|
void |
OMNodeImpl.insertSiblingBefore(OMNode sibling)
Inserts a sibling just before the current information item.
|
void |
OMNodeImpl.setType(int nodeType)
Method setType.
|
Constructor and Description |
---|
OMElementImpl(QName qname,
OMContainer parent,
OMFactory factory)
It is assumed that the QName passed contains, at least, the localName for this element.
|
Modifier and Type | Method and Description |
---|---|
OMElement |
OMLinkedListImplFactory.createOMElement(QName qname)
Create an OMElement with the given QName
If the QName contains a prefix, we will ensure that an OMNamespace is created mapping the
given namespace to the given prefix.
|
OMElement |
OMLinkedListImplFactory.createOMElement(QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent.
|
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(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.
|
SOAPHeader |
SOAPEnvelope.getHeader()
Returns the
SOAPHeader object for this SOAPEnvelope object. |
void |
SOAPFault.setException(Exception e) |
Modifier and Type | Method and Description |
---|---|
protected OMNode |
StAXSOAPModelBuilder.createDTD()
Method createDTD.
|
protected OMNode |
StAXSOAPModelBuilder.createOMElement()
Method createOMElement.
|
protected OMNode |
StAXSOAPModelBuilder.createPI()
Method createPI.
|
javax.activation.DataHandler |
MTOMStAXSOAPModelBuilder.getDataHandler(String blobContentID) |
SOAPEnvelope |
StAXSOAPModelBuilder.getSOAPEnvelope() |
Modifier and Type | Method and Description |
---|---|
abstract SOAPFault |
SOAPBodyImpl.addFault(Exception e)
Creates a new
SOAPFault object and adds it to this SOAPBody object. |
void |
SOAPBodyImpl.addFault(SOAPFault soapFault) |
abstract SOAPHeaderBlock |
SOAPHeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
Creates a new
SOAPHeaderBlock object initialized with the specified name and
adds it to this SOAPHeader object. |
OMNode |
SOAPEnvelopeImpl.detach()
Method detach
|
SOAPBody |
SOAPEnvelopeImpl.getBody()
Returns the
SOAPBody object associated with this SOAPEnvelope
object. |
Exception |
SOAPFaultImpl.getException()
If exception detailElement is not there we will return null
|
SOAPHeader |
SOAPEnvelopeImpl.getHeader()
Returns the
SOAPHeader object for this SOAPEnvelope object. |
OMNode |
SOAPEnvelopeImpl.getNextOMSibling() |
Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAP11BodyImpl.addFault(Exception e) |
SOAPHeaderBlock |
SOAP11HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns) |
Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAP12BodyImpl.addFault(Exception e) |
SOAPHeaderBlock |
SOAP12HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns) |
Modifier and Type | Method and Description |
---|---|
abstract SOAPFault |
SOAPBodyImpl.addFault(Exception e)
Creates a new
SOAPFault object and adds it to this SOAPBody
object. |
void |
SOAPBodyImpl.addFault(SOAPFault soapFault) |
abstract SOAPHeaderBlock |
SOAPHeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
Creates a new
SOAPHeaderBlock object initialized with the specified name and
adds it to this SOAPHeader object. |
OMNode |
SOAPEnvelopeImpl.detach()
Method detach
|
OMNode |
SOAPBodyImpl.detach() |
SOAPBody |
SOAPEnvelopeImpl.getBody()
Returns the
SOAPBody object associated with this SOAPEnvelope
object. |
Exception |
SOAPFaultImpl.getException()
If exception detailElement is not there we will return null
|
SOAPHeader |
SOAPEnvelopeImpl.getHeader()
Returns the
SOAPHeader object for this SOAPEnvelope object. |
Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAP11BodyImpl.addFault(Exception e) |
SOAPHeaderBlock |
SOAP11HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns) |
Modifier and Type | Method and Description |
---|---|
SOAPFault |
SOAP12BodyImpl.addFault(Exception e) |
SOAPHeaderBlock |
SOAP12HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.