|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMException in org.apache.axis2.attachments |
Methods in org.apache.axis2.attachments that throw OMException | |
InputStream |
MIMEHelper.getSOAPPartInputStream()
|
javax.activation.DataHandler |
MIMEHelper.getDataHandler(String blobContentID)
|
Constructors in org.apache.axis2.attachments that throw OMException | |
MIMEHelper(InputStream inStream,
String contentTypeString,
boolean fileCacheEnable,
String attachmentRepoDir,
String fileThreshold)
Moves the pointer to the beginning of the first MIME part. |
|
MIMEHelper(InputStream inStream,
String contentTypeString)
Sets file cache to false. |
Uses of OMException in org.apache.axis2.databinding |
Methods in org.apache.axis2.databinding that throw OMException | |
int |
ADBSOAPModelBuilder.next()
|
Uses of OMException in org.apache.axis2.om |
Subclasses of OMException in org.apache.axis2.om | |
class |
OMFactoryException
Class OMFactoryException |
Methods in org.apache.axis2.om that throw OMException | |
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMFactory.createOMElement(QName qname,
OMContainer parent)
QName(localPart), QName(namespaceURI, localPart) - a prefix will be assigned to this QName(namespaceURI, localPart, prefix) |
OMNode |
OMNode.getNextOMSibling()
Returns the next sibling in document order. |
OMNode |
OMNode.detach()
Removes a node (and all of its children) from its containing parent. |
void |
OMNode.discard()
Discards a node. |
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. |
Iterator |
OMElement.getAllDeclaredNamespaces()
Returns an iterator for all of the namespaces declared on this element. |
OMNamespace |
OMElement.getNamespace()
|
OMElement |
OMContainer.getFirstChildWithName(QName elementQName)
Returns the first child in document order that matches the given QName criteria. |
int |
OMXMLParserWrapper.next()
Proceed the parser one step and return the event value. |
void |
OMXMLParserWrapper.discard(OMElement el)
Discards the current element. |
void |
OMXMLParserWrapper.setCache(boolean b)
|
Uses of OMException in org.apache.axis2.om.impl |
Methods in org.apache.axis2.om.impl that throw OMException | |
void |
OMNodeEx.setType(int nodeType)
|
Uses of OMException in org.apache.axis2.om.impl.dom |
Subclasses of OMException in org.apache.axis2.om.impl.dom | |
class |
OMDOMException
OMDOM specific exception |
Methods in org.apache.axis2.om.impl.dom that throw OMException | |
OMNode |
AttrImpl.detach()
Not supported: Cannot detach attributes. |
void |
AttrImpl.discard()
Not supported: Cannot discard attributes. |
void |
AttrImpl.setType(int nodeType)
Sets the type. |
OMNode |
ChildNode.getNextOMSibling()
|
OMContainer |
ChildNode.getParent()
|
OMNode |
ChildNode.detach()
|
void |
ChildNode.discard()
|
void |
ChildNode.insertSiblingAfter(OMNode sibling)
Inserts the given sibling next to this item. |
void |
ChildNode.insertSiblingBefore(OMNode sibling)
Inserts the given sibling before this item. |
void |
CommentImpl.setType(int nodeType)
|
int |
DocumentFragmentimpl.getType()
|
void |
DocumentFragmentimpl.setType(int nodeType)
|
int |
ElementImpl.getType()
|
void |
ElementImpl.setType(int nodeType)
|
OMNamespace |
ElementImpl.getNamespace()
Returns the namespace of this element. |
Iterator |
ElementImpl.getAllDeclaredNamespaces()
|
OMNode |
ElementImpl.getNextOMSibling()
|
void |
ElementImpl.discard()
|
OMContainer |
NodeImpl.getParent()
|
void |
NodeImpl.insertSiblingAfter(OMNode sibling)
|
void |
NodeImpl.insertSiblingBefore(OMNode sibling)
|
int |
TextImpl.getType()
|
void |
TextImpl.setType(int nodeType)
|
void |
TextImpl.discard()
|
InputStream |
TextImpl.getInputStream()
|
void |
DocumentImpl.setType(int nodeType)
|
int |
DocumentImpl.getType()
|
OMNode |
DocumentImpl.getNextOMSibling()
|
OMContainer |
DocumentImpl.getParent()
|
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. |
Uses of OMException in org.apache.axis2.om.impl.dom.factory |
Methods in org.apache.axis2.om.impl.dom.factory that throw OMException | |
OMElement |
OMDOMFactory.createOMElement(QName qname,
OMContainer parent)
Creates a new OMDOM Element node and adds it to the given parent. |
Uses of OMException in org.apache.axis2.om.impl.llom |
Methods in org.apache.axis2.om.impl.llom that throw OMException | |
void |
OMProcessingInstructionImpl.discard()
Discards this node. |
void |
OMDocTypeImpl.discard()
Discards this node. |
void |
OMCommentImpl.discard()
Discards this node. |
String |
OMTextImpl.getText()
Returns the value. |
InputStream |
OMTextImpl.getInputStream()
|
void |
OMTextImpl.discard()
A slightly different implementation of the discard method. |
OMElement |
OMDocumentImpl.getFirstChildWithName(QName elementQName)
Method getFirstChildWithName. |
OMNode |
OMNodeImpl.getNextOMSibling()
Returns the next sibling. |
OMNode |
OMNodeImpl.detach()
Removes this information item and its children, from the model completely. |
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. |
void |
OMNodeImpl.build()
Parses this node and builds the object structure in memory. |
OMElement |
OMElementImpl.getFirstChildWithName(QName elementQName)
Method getFirstChildWithName. |
OMNode |
OMElementImpl.getNextOMSibling()
Gets the next sibling. |
OMNode |
OMElementImpl.detach()
Removes this information item and its children, from the model completely. |
OMNamespace |
OMElementImpl.getNamespace()
Method getNamespace. |
void |
OMElementImpl.discard()
Method discard. |
Constructors in org.apache.axis2.om.impl.llom that throw OMException | |
OMElementImpl(QName qname,
OMContainer parent)
It is assumed that the QName passed contains, at least, the localName for this element. |
Uses of OMException in org.apache.axis2.om.impl.llom.builder |
Methods in org.apache.axis2.om.impl.llom.builder that throw OMException | |
protected OMElement |
SAXOMBuilder.createNextElement(String localName)
|
protected OMNode |
StAXBuilder.createOMText(int textType)
Method createOMText. |
void |
StAXBuilder.reset(OMNode node)
Method reset. |
void |
StAXBuilder.discard(OMElement el)
Method discard. |
String |
StAXBuilder.getText()
Method getText. |
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.getName()
Method getName. |
String |
StAXBuilder.getPrefix()
Method getPrefix. |
int |
StAXBuilder.getAttributeCount()
Method getAttributeCount. |
String |
StAXBuilder.getAttributeNamespace(int arg)
Method getAttributeNamespace. |
String |
StAXBuilder.getAttributeName(int arg)
Method getAttributeName. |
String |
StAXBuilder.getAttributePrefix(int arg)
Method getAttributePrefix. |
protected abstract OMNode |
StAXBuilder.createOMElement()
This method is called with the XMLStreamConstants.START_ELEMENT event. |
abstract int |
StAXBuilder.next()
Forwards the parser one step further, if parser is not completed yet. |
protected OMNode |
StAXOMBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
StAXOMBuilder.createComment()
Method createOMText. |
protected OMNode |
StAXOMBuilder.createDTD()
Method createDTD. |
protected OMNode |
StAXOMBuilder.createPI()
Method createPI. |
int |
StAXOMBuilder.next()
Method next. |
Uses of OMException in org.apache.axis2.om.impl.llom.exception |
Subclasses of OMException in org.apache.axis2.om.impl.llom.exception | |
class |
OMBuilderException
Class OMBuilderException |
class |
OMStreamingException
Class OMStreamingException |
Uses of OMException in org.apache.axis2.om.impl.llom.factory |
Methods in org.apache.axis2.om.impl.llom.factory that throw OMException | |
OMElement |
OMLinkedListImplFactory.createOMElement(QName qname,
OMContainer parent)
Method createOMElement. |
Uses of OMException in org.apache.axis2.om.impl.llom.mtom |
Methods in org.apache.axis2.om.impl.llom.mtom that throw OMException | |
protected OMNode |
MTOMStAXSOAPModelBuilder.createOMElement()
|
javax.activation.DataHandler |
MTOMStAXSOAPModelBuilder.getDataHandler(String blobContentID)
|
Uses of OMException in org.apache.axis2.saaj |
Methods in org.apache.axis2.saaj that throw OMException | |
void |
TextImplEx.discard()
|
void |
NodeImplEx.setType(int nodeType)
|
void |
SOAPElementImpl.discard()
|
Uses of OMException in org.apache.axis2.soap |
Subclasses of OMException in org.apache.axis2.soap | |
class |
SOAPProcessingException
|
Methods in org.apache.axis2.soap that throw OMException | |
Exception |
SOAPFault.getException()
Returns Exception if there is one in the SOAP fault. |
void |
SOAPFault.setException(Exception e)
|
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. |
SOAPHeader |
SOAPEnvelope.getHeader()
Returns the SOAPHeader object for this
SOAPEnvelope object. |
SOAPBody |
SOAPEnvelope.getBody()
Returns the SOAPBody object associated with
this SOAPEnvelope object. |
Uses of OMException in org.apache.axis2.soap.impl.dom |
Methods in org.apache.axis2.soap.impl.dom that throw OMException | |
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. |
SOAPHeader |
SOAPEnvelopeImpl.getHeader()
Returns the SOAPHeader object for this SOAPEnvelope
object. |
SOAPBody |
SOAPEnvelopeImpl.getBody()
Returns the SOAPBody object associated with this SOAPEnvelope
object. |
OMNode |
SOAPEnvelopeImpl.detach()
Method detach |
Exception |
SOAPFaultImpl.getException()
If exception detailElement is not there we will return null |
abstract SOAPFault |
SOAPBodyImpl.addFault(Exception e)
Creates a new SOAPFault object and adds it to
this SOAPBody object. |
void |
SOAPBodyImpl.addFault(SOAPFault soapFault)
|
OMNode |
SOAPBodyImpl.detach()
|
Uses of OMException in org.apache.axis2.soap.impl.dom.soap11 |
Methods in org.apache.axis2.soap.impl.dom.soap11 that throw OMException | |
SOAPFault |
SOAP11BodyImpl.addFault(Exception e)
|
SOAPHeaderBlock |
SOAP11HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
|
Uses of OMException in org.apache.axis2.soap.impl.dom.soap12 |
Methods in org.apache.axis2.soap.impl.dom.soap12 that throw OMException | |
SOAPFault |
SOAP12BodyImpl.addFault(Exception e)
|
SOAPHeaderBlock |
SOAP12HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
|
Uses of OMException in org.apache.axis2.soap.impl.llom |
Methods in org.apache.axis2.soap.impl.llom that throw OMException | |
SOAPHeader |
SOAPEnvelopeImpl.getHeader()
Returns the SOAPHeader object for this
SOAPEnvelope object. |
SOAPBody |
SOAPEnvelopeImpl.getBody()
Returns the SOAPBody object associated with this
SOAPEnvelope object. |
OMNode |
SOAPEnvelopeImpl.detach()
Method detach |
abstract SOAPFault |
SOAPBodyImpl.addFault(Exception e)
Creates a new SOAPFault object and adds it to
this SOAPBody object. |
void |
SOAPBodyImpl.addFault(SOAPFault soapFault)
|
OMNode |
SOAPBodyImpl.detach()
|
Exception |
SOAPFaultImpl.getException()
If exception detailElement is not there we will return null |
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. |
Uses of OMException in org.apache.axis2.soap.impl.llom.builder |
Methods in org.apache.axis2.soap.impl.llom.builder that throw OMException | |
SOAPEnvelope |
StAXSOAPModelBuilder.getSOAPEnvelope()
Method getSOAPEnvelope. |
protected OMNode |
StAXSOAPModelBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
StAXSOAPModelBuilder.createDTD()
Method createDTD. |
protected OMNode |
StAXSOAPModelBuilder.createPI()
Method createPI. |
Uses of OMException in org.apache.axis2.soap.impl.llom.soap11 |
Methods in org.apache.axis2.soap.impl.llom.soap11 that throw OMException | |
SOAPFault |
SOAP11BodyImpl.addFault(Exception e)
|
SOAPHeaderBlock |
SOAP11HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
|
Uses of OMException in org.apache.axis2.soap.impl.llom.soap12 |
Methods in org.apache.axis2.soap.impl.llom.soap12 that throw OMException | |
SOAPFault |
SOAP12BodyImpl.addFault(Exception e)
|
SOAPHeaderBlock |
SOAP12HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
|
Uses of OMException in org.apache.axis2.transport |
Methods in org.apache.axis2.transport that throw OMException | |
static StAXBuilder |
TransportUtils.selectBuilderForMIME(MessageContext msgContext,
InputStream inStream,
String contentTypeString)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |