Uses of Class
org.apache.axis2.om.OMException

Packages that use OMException
org.apache.axis2.attachments   
org.apache.axis2.om   
org.apache.axis2.om.impl   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.builder   
org.apache.axis2.om.impl.llom.exception   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.om.impl.llom.mtom   
org.apache.axis2.soap   
org.apache.axis2.soap.impl.llom   
org.apache.axis2.soap.impl.llom.builder   
org.apache.axis2.soap.impl.llom.soap11   
org.apache.axis2.soap.impl.llom.soap12   
org.apache.axis2.transport.http   
 

Uses of OMException in org.apache.axis2.attachments
 

Methods in org.apache.axis2.attachments that throw OMException
 java.io.InputStream MIMEHelper.getSOAPPartInputStream()
           
 DataHandler MIMEHelper.getDataHandler(java.lang.String blobContentID)
           
 

Constructors in org.apache.axis2.attachments that throw OMException
MIMEHelper(java.io.InputStream inStream, java.lang.String contentTypeString, boolean fileCacheEnable, java.lang.String attachmentRepoDir, java.lang.String fileThreshold)
           
MIMEHelper(java.io.InputStream inStream, java.lang.String contentTypeString)
           
 

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(javax.xml.namespace.QName qname, OMContainer parent)
          QName(localPart), QName(namespaceURI, localPart) - a prefix will be assigned to this QName(namespaceURI, localPart, prefix)
 int OMXMLParserWrapper.next()
          Proceed the parser one step and return the event value
 void OMXMLParserWrapper.discard(OMElement el)
          Discard the current element This should remove the given element and its decendants.
 void OMXMLParserWrapper.setCache(boolean b)
           
 java.util.Iterator OMElement.getChildrenWithName(javax.xml.namespace.QName elementQName)
          This will search for children with a given QName and will return an iterator to traverse through the OMNodes.
 OMElement OMElement.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          This will return the first matched child, return null if none found
 OMNamespace OMElement.findNamespace(java.lang.String uri, java.lang.String prefix)
          This will find a namespace with the given uri and prefix, in the scope of the hierarchy.
 java.util.Iterator OMElement.getAllDeclaredNamespaces()
           
 OMAttribute OMElement.getFirstAttribute(javax.xml.namespace.QName qname)
          This will help to search for an attribute with a given QName within this Element
 OMNamespace OMElement.getNamespace()
           
 java.util.Iterator OMContainer.getChildrenWithName(javax.xml.namespace.QName elementQName)
           
 OMElement OMContainer.getFirstChildWithName(javax.xml.namespace.QName elementQName)
           
 OMContainer OMNode.getParent()
          This method should return the immediate parent of the node.
 OMNode OMNode.getNextSibling()
          This will give the next sibling.
 OMNode OMNode.detach()
          This will remove this information item and its children, from the model completely.
 void OMNode.discard()
          Discards a Node.
 void OMNode.insertSiblingAfter(OMNode sibling)
          This will insert a sibling just after the current information item.
 void OMNode.insertSiblingBefore(OMNode sibling)
          This will insert a sibling just before the current information item
 int OMNode.getType()
          This is to get the type of node, as this is the super class of all the nodes
 

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.llom
 

Methods in org.apache.axis2.om.impl.llom that throw OMException
 void OMProcessingInstructionImpl.discard()
          discard this node
 void OMDocTypeImpl.discard()
          discard this node
 void OMCommentImpl.discard()
          discard this node
 java.lang.String OMTextImpl.getText()
          Returns the value
 java.io.InputStream OMTextImpl.getInputStream()
           
 void OMTextImpl.discard()
          Slightly different implementation of the discard method
 java.util.Iterator OMDocumentImpl.getChildrenWithName(javax.xml.namespace.QName elementQName)
          This will search for children with a given QName and will return an iterator to traverse through the OMNodes.
 OMElement OMDocumentImpl.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Method getFirstChildWithName
 java.util.Iterator OMElementImpl.getChildrenWithName(javax.xml.namespace.QName elementQName)
          This will search for children with a given QName and will return an iterator to traverse through the OMNodes.
 OMElement OMElementImpl.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Method getFirstChildWithName
 OMNode OMElementImpl.getNextSibling()
          This will give the next sibling.
 OMNamespace OMElementImpl.findNamespace(java.lang.String uri, java.lang.String prefix)
          This will find a namespace with the given uri and prefix, in the scope of the docuemnt.
 OMAttribute OMElementImpl.getFirstAttribute(javax.xml.namespace.QName qname)
          This will help to search for an attribute with a given QName within this Element
 OMNode OMElementImpl.detach()
          This will remove this information item and its children, from the model completely
 int OMElementImpl.getType()
          This is to get the type of node, as this is the super class of all the nodes
 OMNamespace OMElementImpl.getNamespace()
          Method getNamespace
 void OMElementImpl.discard()
          Discard implementation
 OMContainer OMNodeImpl.getParent()
          This method should return the immediate parent of the node.
 OMNode OMNodeImpl.getNextSibling()
          This will give the next sibling.
 OMNode OMNodeImpl.detach()
          This will remove this information item and its children, from the model completely
 void OMNodeImpl.insertSiblingAfter(OMNode sibling)
          This will insert a sibling just after the current information item.
 void OMNodeImpl.insertSiblingBefore(OMNode sibling)
          This will insert a sibling just before the current information item
 int OMNodeImpl.getType()
          This is to get the type of node, as this is the super class of all the nodes
 void OMNodeImpl.setType(int nodeType)
          Method setType
 void OMNodeImpl.build()
          This will completely parse this node and build the object structure in the memory.
 

Constructors in org.apache.axis2.om.impl.llom that throw OMException
OMElementImpl(javax.xml.namespace.QName qname, OMContainer parent)
          Here it is assumed that this QName passed, at least contains 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  OMNode StAXBuilder.createOMText(int textType)
          Method createOMText
 void StAXBuilder.reset(OMNode node)
          Method reset
 void StAXBuilder.discard(OMElement el)
          Method discard
 java.lang.String StAXBuilder.getText()
          Method getText
 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.getName()
          Method getName
 java.lang.String StAXBuilder.getPrefix()
          Method getPrefix
 int StAXBuilder.getAttributeCount()
          Method getAttributeCount
 java.lang.String StAXBuilder.getAttributeNamespace(int arg)
          Method getAttributeNamespace
 java.lang.String StAXBuilder.getAttributeName(int arg)
          Method getAttributeName
 java.lang.String StAXBuilder.getAttributePrefix(int arg)
          Method getAttributePrefix
protected abstract  OMNode StAXBuilder.createOMElement()
          This method will be called with the XMLStreamConstants.START_ELEMENT event
abstract  int StAXBuilder.next()
          This should proceed 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
protected  OMElement SAXOMBuilder.createNextElement(java.lang.String localName)
           
 

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(javax.xml.namespace.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()
           
 DataHandler MTOMStAXSOAPModelBuilder.getDataHandler(java.lang.String blobContentID)
           
 

Uses of OMException in org.apache.axis2.soap
 

Methods in org.apache.axis2.soap that throw OMException
 SOAPHeader SOAPEnvelope.getHeader()
          Returns the SOAPHeader object for this SOAPEnvelope object.
 SOAPHeaderBlock SOAPEnvelope.addHeader(java.lang.String namespaceURI, java.lang.String name)
          Convenience method to add a SOAP header to this envelope
 SOAPBody SOAPEnvelope.getBody()
          Returns the SOAPBody object associated with this SOAPEnvelope object.
 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.
 java.lang.Exception SOAPFault.getException()
          This will return if there is an exception in the SOAP fault.
 void SOAPFault.setException(java.lang.Exception e)
           
 

Uses of OMException in org.apache.axis2.soap.impl.llom
 

Subclasses of OMException in org.apache.axis2.soap.impl.llom
 class SOAPProcessingException
           
 

Methods in org.apache.axis2.soap.impl.llom that throw OMException
abstract  SOAPHeaderBlock SOAPHeaderImpl.addHeaderBlock(java.lang.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.
 SOAPHeaderBlock SOAPEnvelopeImpl.addHeader(java.lang.String namespaceURI, java.lang.String name)
          Convenience method to add a SOAP header to this envelope
 SOAPBody SOAPEnvelopeImpl.getBody()
          Returns the SOAPBody object associated with this SOAPEnvelope object.
 OMNode SOAPEnvelopeImpl.detach()
          Method detach
abstract  SOAPFault SOAPBodyImpl.addFault(java.lang.Exception e)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 void SOAPBodyImpl.addFault(SOAPFault soapFault)
           
 OMNode SOAPBodyImpl.detach()
           
 java.lang.Exception SOAPFaultImpl.getException()
          If exception detailElement is not there we will return null
 

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 Overriding the default behaviour as a SOAPMessage should not have a DTD
protected  OMNode StAXSOAPModelBuilder.createPI()
          Method createPI Overriding the default behaviour as a SOAP Message should not have a PI
 

Uses of OMException in org.apache.axis2.soap.impl.llom.soap11
 

Methods in org.apache.axis2.soap.impl.llom.soap11 that throw OMException
 SOAPHeaderBlock SOAP11HeaderImpl.addHeaderBlock(java.lang.String localName, OMNamespace ns)
           
 SOAPFault SOAP11BodyImpl.addFault(java.lang.Exception e)
           
 

Uses of OMException in org.apache.axis2.soap.impl.llom.soap12
 

Methods in org.apache.axis2.soap.impl.llom.soap12 that throw OMException
 SOAPHeaderBlock SOAP12HeaderImpl.addHeaderBlock(java.lang.String localName, OMNamespace ns)
           
 SOAPFault SOAP12BodyImpl.addFault(java.lang.Exception e)
           
 

Uses of OMException in org.apache.axis2.transport.http
 

Methods in org.apache.axis2.transport.http that throw OMException
static StAXBuilder HTTPTransportUtils.selectBuilderForMIME(MessageContext msgContext, java.io.InputStream inStream, java.lang.String contentTypeString)