|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMException in org.apache.axiom.attachments |
---|
Methods in org.apache.axiom.attachments that throw OMException | |
---|---|
private javax.activation.DataHandler |
Attachments.getNextPartDataHandler()
|
abstract IncomingAttachmentInputStream |
IncomingAttachmentStreams.getNextStream()
Returns the next attachment stream in sequence. |
IncomingAttachmentInputStream |
MultipartAttachmentStreams.getNextStream()
|
private Part |
Attachments.getPart()
|
java.io.InputStream |
Attachments.getSOAPPartInputStream()
|
Constructors in org.apache.axiom.attachments that throw OMException | |
---|---|
Attachments(java.io.InputStream inStream,
java.lang.String contentTypeString)
Sets file cache to false. |
|
Attachments(java.io.InputStream inStream,
java.lang.String contentTypeString,
boolean fileCacheEnable,
java.lang.String attachmentRepoDir,
java.lang.String fileThreshold)
Moves the pointer to the beginning of the first MIME part. |
|
Attachments(java.io.InputStream inStream,
java.lang.String contentTypeString,
boolean fileCacheEnable,
java.lang.String attachmentRepoDir,
java.lang.String fileThreshold,
int contentLength)
Moves the pointer to the beginning of the first MIME part. |
|
Attachments(LifecycleManager manager,
java.io.InputStream inStream,
java.lang.String contentTypeString,
boolean fileCacheEnable,
java.lang.String attachmentRepoDir,
java.lang.String fileThreshold)
Moves the pointer to the beginning of the first MIME part. |
|
Attachments(LifecycleManager manager,
java.io.InputStream inStream,
java.lang.String contentTypeString,
boolean fileCacheEnable,
java.lang.String attachmentRepoDir,
java.lang.String fileThreshold,
int contentLength)
Moves the pointer to the beginning of the first MIME part. |
|
BoundaryDelimitedStream(java.io.InputStream is,
byte[] boundary,
int readbufsz)
Create a new boundary stream. |
|
MultipartAttachmentStreams(BoundaryDelimitedStream delimitedStream)
|
Uses of OMException in org.apache.axiom.attachments.impl |
---|
Methods in org.apache.axiom.attachments.impl that throw OMException | |
---|---|
static Part |
PartFactory.createPart(LifecycleManager manager,
MIMEBodyPartInputStream in,
boolean isSOAPPart,
int threshholdSize,
java.lang.String attachmentDir,
int messageContentLength)
Creates a part from the input stream. |
private static java.io.InputStream |
BufferUtils.getInputStream(javax.activation.DataHandler dataHandlerObject)
|
Uses of OMException in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that throw OMException | |
---|---|
OMElement |
OMFactory.createOMElement(javax.xml.namespace.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 |
OMFactory.createOMElement(javax.xml.namespace.QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent. |
OMElement |
OMFactory.createOMElement(java.lang.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. |
java.util.Iterator |
OMElement.getAllDeclaredNamespaces()
Returns an iterator for all of the namespaces declared on this element. |
OMElement |
OMContainer.getFirstChildWithName(javax.xml.namespace.QName elementQName)
Returns the first child in document order that matches the given QName |
OMNamespace |
OMElement.getNamespace()
|
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)
|
Uses of OMException in org.apache.axiom.om.ds.custombuilder |
---|
Methods in org.apache.axiom.om.ds.custombuilder that throw OMException | |
---|---|
OMElement |
ByteArrayCustomBuilder.create(java.lang.String namespace,
java.lang.String localPart,
OMContainer parent,
javax.xml.stream.XMLStreamReader reader,
OMFactory factory)
|
Uses of OMException in org.apache.axiom.om.impl |
---|
Methods in org.apache.axiom.om.impl that throw OMException | |
---|---|
void |
OMNodeEx.setType(int nodeType)
|
Uses of OMException in org.apache.axiom.om.impl.builder |
---|
Methods in org.apache.axiom.om.impl.builder that throw OMException | |
---|---|
OMElement |
CustomBuilder.create(java.lang.String namespace,
java.lang.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(java.lang.String localName)
|
protected abstract OMNode |
StAXBuilder.createOMElement()
This method is called with the XMLStreamConstants.START_ELEMENT event. |
protected OMNode |
StAXOMBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
XOPAwareStAXOMBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
StAXBuilder.createOMText(int textType)
Method createOMText. |
protected OMNode |
StAXOMBuilder.createPI()
Method createPI. |
void |
StAXBuilder.discard(OMElement element)
Method discard. |
int |
StAXBuilder.getAttributeCount()
Method getAttributeCount. |
java.lang.String |
StAXBuilder.getAttributeName(int arg)
Method getAttributeName. |
java.lang.String |
StAXBuilder.getAttributeNamespace(int arg)
Method getAttributeNamespace. |
java.lang.String |
StAXBuilder.getAttributePrefix(int arg)
Method getAttributePrefix. |
javax.activation.DataHandler |
XOPAwareStAXOMBuilder.getDataHandler(java.lang.String blobContentID)
|
javax.activation.DataHandler |
XOPBuilder.getDataHandler(java.lang.String blobContentID)
|
java.lang.String |
StAXBuilder.getName()
Method getName. |
java.lang.String |
StAXBuilder.getNamespace()
Method getNamespace. |
int |
StAXBuilder.getNamespaceCount()
Method getNamespaceCount. |
java.lang.String |
StAXBuilder.getNamespacePrefix(int index)
Method getNamespacePrefix. |
java.lang.String |
StAXBuilder.getNamespaceUri(int index)
Method getNamespaceUri. |
java.lang.String |
StAXBuilder.getPrefix()
Method getPrefix. |
java.lang.String |
StAXBuilder.getText()
Method getText. |
void |
StAXBuilder.init(java.io.InputStream inputStream,
java.lang.String charSetEncoding,
java.lang.String url,
java.lang.String contentType)
Deprecated. Not used anywhere |
abstract int |
StAXBuilder.next()
Forwards the parser one step further, if parser is not completed yet. |
int |
StAXOMBuilder.next()
Method next. |
void |
StAXBuilder.reset(OMNode node)
Method reset. |
Uses of OMException in org.apache.axiom.om.impl.exception |
---|
Subclasses of OMException in org.apache.axiom.om.impl.exception | |
---|---|
class |
OMBuilderException
Class OMBuilderException |
class |
OMStreamingException
Class OMStreamingException |
Uses of OMException in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util that throw OMException | |
---|---|
byte[] |
DigestGenerator.getDigest(OMAttribute attribute,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMAttribute |
byte[] |
DigestGenerator.getDigest(OMDocument document,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMDocument |
byte[] |
DigestGenerator.getDigest(OMElement element,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMElement |
byte[] |
DigestGenerator.getDigest(OMProcessingInstruction pi,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMProcessingInstruction |
byte[] |
DigestGenerator.getDigest(OMText text,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMText |
Uses of OMException in org.apache.axiom.soap |
---|
Subclasses of OMException in org.apache.axiom.soap | |
---|---|
class |
SOAPProcessingException
|
Methods in org.apache.axiom.soap that throw OMException | |
---|---|
SOAPFault |
SOAPBody.addFault(java.lang.Exception e)
Creates a new SOAPFault object and adds it to this SOAPBody
object. |
void |
SOAPBody.addFault(SOAPFault soapFault)
|
SOAPHeaderBlock |
SOAPHeader.addHeaderBlock(java.lang.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. |
java.lang.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(java.lang.Exception e)
|
Uses of OMException in org.apache.axiom.soap.impl.builder |
---|
Methods in org.apache.axiom.soap.impl.builder that throw OMException | |
---|---|
protected OMNode |
StAXSOAPModelBuilder.createDTD()
Method createDTD. |
protected OMNode |
MTOMStAXSOAPModelBuilder.createOMElement()
|
protected OMNode |
StAXSOAPModelBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
StAXSOAPModelBuilder.createPI()
Method createPI. |
javax.activation.DataHandler |
MTOMStAXSOAPModelBuilder.getDataHandler(java.lang.String blobContentID)
|
SOAPEnvelope |
StAXSOAPModelBuilder.getSOAPEnvelope()
Method getSOAPEnvelope. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |