Uses of Interface
org.apache.axis2.om.OMElement

Packages that use OMElement
org.apache.axis2   
org.apache.axis2.addressing   
org.apache.axis2.client   
org.apache.axis2.databinding   
org.apache.axis2.deployment   
org.apache.axis2.deployment.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.om   
org.apache.axis2.om.impl.dom   
org.apache.axis2.om.impl.dom.factory   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.builder   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.om.impl.llom.traverse   
org.apache.axis2.om.impl.llom.util   
org.apache.axis2.om.util   
org.apache.axis2.rpc   
org.apache.axis2.rpc.client   
org.apache.axis2.rpc.receivers   
org.apache.axis2.rpc.typemapper   
org.apache.axis2.saaj   
org.apache.axis2.security.trust.service   
org.apache.axis2.security.trust.token   
org.apache.axis2.security.util   
org.apache.axis2.soap   
org.apache.axis2.soap.impl.dom   
org.apache.axis2.soap.impl.dom.soap11   
org.apache.axis2.soap.impl.dom.soap12   
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   
org.apache.axis2.util   
 

Uses of OMElement in org.apache.axis2
 

Methods in org.apache.axis2 that return OMElement
 OMElement AxisFault.getDetail()
          Get the current fault detail
 

Methods in org.apache.axis2 with parameters of type OMElement
 void AxisFault.setDetail(OMElement detail)
          Set the entire detail element of the fault
 

Uses of OMElement in org.apache.axis2.addressing
 

Methods in org.apache.axis2.addressing that return OMElement
 OMElement EndpointReference.getPolicies()
           
 

Methods in org.apache.axis2.addressing with parameters of type OMElement
 void EndpointReference.setPolicies(OMElement policies)
           
 void MessageInformationHeaders.addReferenceParameter(OMElement referenceParameter)
           
 

Uses of OMElement in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return OMElement
 OMElement RESTCall.invokeBlocking()
           
 OMElement Call.invokeBlocking(java.lang.String axisop, OMElement toSend)
          Invokes the blocking/synchronous call.
protected  OMElement Stub.getElementFromReader(javax.xml.stream.XMLStreamReader reader)
           
protected  OMElement Stub.getElement(SOAPEnvelope env, java.lang.String type)
          A util method that extracts the correct element.
 

Methods in org.apache.axis2.client with parameters of type OMElement
 void MessageSender.send(java.lang.String opName, OMElement toSend)
          Sends a SOAP elvelope created from an OMElement.
 OMElement Call.invokeBlocking(java.lang.String axisop, OMElement toSend)
          Invokes the blocking/synchronous call.
 void Call.invokeNonBlocking(java.lang.String axisop, OMElement toSend, Callback callback)
          Invokes the nonblocking/asynchronous call
protected  void Stub.setValueDoc(SOAPEnvelope env, OMElement value)
           
protected  void Stub.setValueDoc(SOAPEnvelope env, OMElement value, boolean isHeader)
           
protected  MessageContext MEPClient.prepareTheSOAPEnvelope(OMElement toSend)
          Prepares the SOAPEnvelope using the payload.
 void MEPClient.addSOAPHeader(OMElement soapHeaderBlock)
          Allows users to add a SOAP header block.
 

Uses of OMElement in org.apache.axis2.databinding
 

Methods in org.apache.axis2.databinding that return OMElement
 OMElement DeserializationContext.getMultiref(java.lang.String id)
           
 

Methods in org.apache.axis2.databinding with parameters of type OMElement
 void DeserializationContext.addMultiref(java.lang.String id, OMElement element)
           
 void DeserializationContext.idFound(java.lang.String id, OMElement element)
           
 void DeserializationContext.processRest(OMElement rpcElement)
           
 RPCValues DeserializationContext.deserializeRPCElement(RPCMethod method, OMElement rpcElement)
           
 

Uses of OMElement in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return OMElement
 OMElement DescriptionBuilder.buildOM()
          This will creat OMElemnt for a given descrition document (axis2.xml , services.xml and module.xml)
 

Methods in org.apache.axis2.deployment with parameters of type OMElement
 AxisService ServiceBuilder.populateService(OMElement service_element)
          top most method that used to populate service from corresponding OM
protected  Flow DescriptionBuilder.processFlow(OMElement flowelement, ParameterInclude parent)
          To process Flow elements in services.xml
protected  HandlerDescription DescriptionBuilder.processHandler(OMElement handler_element, ParameterInclude parent)
          To process Handler element
protected  MessageReceiver DescriptionBuilder.loadMessageReceiver(java.lang.ClassLoader loader, OMElement reciverElement)
           
 

Constructors in org.apache.axis2.deployment with parameters of type OMElement
ServiceGroupBuilder(OMElement servcice, java.util.HashMap wsdlServices, AxisConfiguration axisConfig)
           
 

Uses of OMElement in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util with parameters of type OMElement
 Phase PhasesInfo.makePhase(OMElement phaseElement)
           
 

Uses of OMElement in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return OMElement
 OMElement ParameterImpl.getParameterElement()
           
 OMElement Parameter.getParameterElement()
          To get the whole paramter element
 

Methods in org.apache.axis2.description with parameters of type OMElement
 void ParameterImpl.setParameterElement(OMElement element)
           
 void ParameterIncludeImpl.deserializeParameters(OMElement paramters)
          At the run time it can be able to change paramters , and system can save at any time and to get the original state this method can be used
 void AxisMessage.deserializeParameters(OMElement parameterElement)
           
 void AxisOperation.deserializeParameters(OMElement parameterElement)
           
 void HandlerDescription.deserializeParameters(OMElement parameterElement)
           
 void ModuleConfiguration.deserializeParameters(OMElement parameterElement)
           
 void Parameter.setParameterElement(OMElement element)
          Paramter can be any thing it can be XML element with number of child elements , so if some one wants to access the XML elemet we need to store that , at the deployment time , to store the XMLelment of the parameter can use this method it will store whole org.apache.axis2.sample.echo.EchoImpl element
 void TransportOutDescription.deserializeParameters(OMElement parameterElement)
           
 void TransportInDescription.deserializeParameters(OMElement parameterElement)
           
 void AxisService.deserializeParameters(OMElement parameterElement)
           
 void AxisServiceGroup.deserializeParameters(OMElement parameterElement)
           
 void ModuleDescription.deserializeParameters(OMElement parameterElement)
           
 void ParameterInclude.deserializeParameters(OMElement parameterElement)
           
 

Uses of OMElement in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine with parameters of type OMElement
 void AxisConfiguration.deserializeParameters(OMElement paramters)
           
 

Uses of OMElement in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return OMElement
 OMElement OMDocument.getOMDocumentElement()
          Returns the document element
 OMElement OMContainer.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Returns the first child in document order that matches the given QName criteria.
 OMElement OMElement.getFirstElement()
          Returns the first child element of the element.
 OMElement OMElement.cloneOMElement()
          This method will clone this element.
 OMElement OMXMLParserWrapper.getDocumentElement()
           
 OMElement OMFactory.createOMElement(java.lang.String localName, OMNamespace ns)
           
 OMElement OMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
           
 OMElement OMFactory.createOMElement(java.lang.String localName, java.lang.String namespaceURI, java.lang.String namespacePrefix)
          This is almost the same as as createOMElement(localName,OMNamespace) method above.
 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)
 

Methods in org.apache.axis2.om with parameters of type OMElement
 void OMDocument.setOMDocumentElement(OMElement rootElement)
          Sets the document element of the XML document
 void OMXMLParserWrapper.discard(OMElement el)
          Discard the current element This should remove the given element and its decendants.
 OMText OMFactory.createText(OMElement parent, java.lang.String text)
           
 OMText OMFactory.createText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
           
 OMText OMFactory.createText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 

Uses of OMElement in org.apache.axis2.om.impl.dom
 

Classes in org.apache.axis2.om.impl.dom that implement OMElement
 class ElementImpl
          Implementation of the org.w3c.dom.Element and org.apache.axis2.om.Element interfaces.
 

Methods in org.apache.axis2.om.impl.dom that return OMElement
 OMElement ElementImpl.getFirstElement()
          Returns the first Element node
 OMElement ElementImpl.cloneOMElement()
           
 OMElement ParentNode.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Return the first OMElement child node
 OMElement DocumentImpl.getOMDocumentElement()
          Returns the document element
 

Methods in org.apache.axis2.om.impl.dom with parameters of type OMElement
 void DocumentImpl.setOMDocumentElement(OMElement rootElement)
           
 

Constructors in org.apache.axis2.om.impl.dom with parameters of type OMElement
TextImpl(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
DOMStAXWrapper(OMXMLParserWrapper builder, OMElement startNode)
          When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the OMXMLparserWrapper of the input) and the Element Node to start parsing.
DOMStAXWrapper(OMXMLParserWrapper builder, OMElement startNode, boolean cache)
          Constructor OMStAXWrapper
 

Uses of OMElement in org.apache.axis2.om.impl.dom.factory
 

Methods in org.apache.axis2.om.impl.dom.factory that return OMElement
 OMElement OMDOMFactory.createOMElement(java.lang.String localName, OMNamespace ns)
           
 OMElement OMDOMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMDOMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Creating an OMElement with the builder
 OMElement OMDOMFactory.createOMElement(java.lang.String localName, java.lang.String namespaceURI, java.lang.String namespacePrefix)
          Create an OMElement
 OMElement OMDOMFactory.createOMElement(javax.xml.namespace.QName qname, OMContainer parent)
          Create a new OMDOM Element node and add it to the given parent
 

Methods in org.apache.axis2.om.impl.dom.factory with parameters of type OMElement
 OMText OMDOMFactory.createText(OMElement parent, java.lang.String text)
          Create a new OMDOM Text node with the given value and append it to the given parent element
 OMText OMDOMFactory.createText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
          Create an OMDOM Text node, add it to the give parent element and return it
 OMText OMDOMFactory.createText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 

Uses of OMElement in org.apache.axis2.om.impl.llom
 

Classes in org.apache.axis2.om.impl.llom that implement OMElement
 class OMElementImpl
          Class OMElementImpl
 

Fields in org.apache.axis2.om.impl.llom declared as OMElement
protected  OMElement OMDocumentImpl.rootElement
          Field rootElement
 

Methods in org.apache.axis2.om.impl.llom that return OMElement
 OMElement OMDocumentImpl.getOMDocumentElement()
          Method getRootElement
 OMElement OMDocumentImpl.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Method getFirstChildWithName
 OMElement OMElementImpl.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Method getFirstChildWithName
 OMElement OMElementImpl.getFirstElement()
          Get first element
 OMElement OMElementImpl.cloneOMElement()
           
 

Methods in org.apache.axis2.om.impl.llom with parameters of type OMElement
static void OMSerializerUtil.serializeStartpart(OMElement element, OMOutputImpl omOutput)
          Method serializeStartpart
static void OMSerializerUtil.serializeNamespaces(OMElement element, OMOutputImpl omOutput)
           
static void OMSerializerUtil.serializeAttributes(OMElement element, OMOutputImpl omOutput)
           
static void OMSerializerUtil.serializeNormal(OMElement element, OMOutputImpl omOutput, boolean cache)
          Method serializeNormal
static void OMSerializerUtil.serializeByPullStream(OMElement element, OMOutputImpl omOutput)
           
static void OMSerializerUtil.serializeByPullStream(OMElement element, OMOutputImpl omOutput, boolean cache)
           
 void OMDocumentImpl.setOMDocumentElement(OMElement rootElement)
          Method setRootElement
 

Constructors in org.apache.axis2.om.impl.llom with parameters of type OMElement
OMStAXWrapper(OMXMLParserWrapper builder, OMElement startNode)
          When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the OMXMLparserWrapper of the input) and the Element Node to start parsing.
OMStAXWrapper(OMXMLParserWrapper builder, OMElement startNode, boolean cache)
          Constructor OMStAXWrapper
OMTextImpl(OMElement parent, java.lang.String text)
          Constructor OMTextImpl
OMTextImpl(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
           
OMTextImpl(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
OMDocumentImpl(OMElement rootElement, OMXMLParserWrapper parserWrapper)
           
 

Uses of OMElement in org.apache.axis2.om.impl.llom.builder
 

Methods in org.apache.axis2.om.impl.llom.builder that return OMElement
protected  OMElement SAXOMBuilder.createNextElement(java.lang.String localName)
           
 OMElement SAXOMBuilder.getRootElement()
           
 OMElement StAXOMBuilder.getDocumentElement()
          Method getDocumentElement
 

Methods in org.apache.axis2.om.impl.llom.builder with parameters of type OMElement
protected abstract  void StAXBuilder.processNamespaceData(OMElement node, boolean isSOAPElement)
          Method processNamespaceData
protected  void StAXBuilder.processAttributes(OMElement node)
          Method processAttributes
 void StAXBuilder.discard(OMElement el)
          Method discard
protected  void StAXOMBuilder.processNamespaceData(OMElement node, boolean isSOAPElement)
          Method processNamespaceData
 

Uses of OMElement in org.apache.axis2.om.impl.llom.factory
 

Methods in org.apache.axis2.om.impl.llom.factory that return OMElement
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, OMNamespace ns)
          Method createOMElement
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Method createOMElement
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, java.lang.String namespaceURI, java.lang.String namespacePrefix)
          Method createOMElement
 OMElement OMLinkedListImplFactory.createOMElement(javax.xml.namespace.QName qname, OMContainer parent)
          Method createOMElement
 

Methods in org.apache.axis2.om.impl.llom.factory with parameters of type OMElement
 OMText OMLinkedListImplFactory.createText(OMElement parent, java.lang.String text)
          Method createText
 OMText OMLinkedListImplFactory.createText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 OMText OMLinkedListImplFactory.createText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
          create text
 

Uses of OMElement in org.apache.axis2.om.impl.llom.traverse
 

Constructors in org.apache.axis2.om.impl.llom.traverse with parameters of type OMElement
OMChildElementIterator(OMElement currentChild)
          Constructor OMChildrenIterator
 

Uses of OMElement in org.apache.axis2.om.impl.llom.util
 

Methods in org.apache.axis2.om.impl.llom.util with parameters of type OMElement
 boolean XMLComparator.compare(OMElement elementOne, OMElement elementTwo)
           
 

Uses of OMElement in org.apache.axis2.om.util
 

Methods in org.apache.axis2.om.util that return OMElement
static OMElement ElementHelper.getChildWithName(OMElement parent, java.lang.String childName)
           
 

Methods in org.apache.axis2.om.util with parameters of type OMElement
static void ElementHelper.setNewElement(OMElement parent, OMElement myElement, OMElement newElement)
           
static OMElement ElementHelper.getChildWithName(OMElement parent, java.lang.String childName)
           
 

Constructors in org.apache.axis2.om.util with parameters of type OMElement
ElementHelper(OMElement element)
          construct and bind to an element
 

Uses of OMElement in org.apache.axis2.rpc
 

Classes in org.apache.axis2.rpc that implement OMElement
 class RPCRequestElement
          RPCResponseElement
 class RPCResponseElement
          RPCResponseElement
 

Constructors in org.apache.axis2.rpc with parameters of type OMElement
RPCResponseElement(RPCMethod method, RPCValues values, OMElement parent)
           
RPCRequestElement(RPCMethod method, RPCValues values, OMElement parent)
           
 

Uses of OMElement in org.apache.axis2.rpc.client
 

Methods in org.apache.axis2.rpc.client that return OMElement
 OMElement RPCCall.invokeBlocking(javax.xml.namespace.QName opName, java.lang.Object[] args)
          Return value can be a single a object or an object array (itself an object) , but it is difficulty to figure the return object correctly unless we have TyepMapping in the client side too.
static OMElement StubSupporter.createRPCMappedElement(java.lang.String elementName, OMNamespace ns, java.lang.Object value, OMFactory fac)
           
 OMElement RPCRequest.toOM()
           
 

Methods in org.apache.axis2.rpc.client with parameters of type OMElement
static java.lang.Object StubSupporter.getRPCMappedElementValue(OMElement elt, java.lang.Class outputTypeClass)
           
 

Uses of OMElement in org.apache.axis2.rpc.receivers
 

Methods in org.apache.axis2.rpc.receivers with parameters of type OMElement
static java.lang.Object SimpleTypeMapper.getSimpleTypeObject(java.lang.Class paramter, OMElement value)
           
static java.util.ArrayList SimpleTypeMapper.getArrayList(OMElement element, java.lang.String localName)
           
static java.util.ArrayList SimpleTypeMapper.getArrayList(OMElement element)
           
 

Constructors in org.apache.axis2.rpc.receivers with parameters of type OMElement
BeanSerializer(java.lang.Class beanClass, OMElement beanElement)
           
 

Uses of OMElement in org.apache.axis2.rpc.typemapper
 

Methods in org.apache.axis2.rpc.typemapper that return OMElement
 OMElement TypeMapper.serialize(java.lang.Object obj)
           
 

Methods in org.apache.axis2.rpc.typemapper with parameters of type OMElement
 java.lang.Object TypeMapper.deserialize(OMElement element)
           
 

Uses of OMElement in org.apache.axis2.saaj
 

Fields in org.apache.axis2.saaj declared as OMElement
protected  OMElement SOAPElementImpl.omElement
          Field omElement The corresponding OM object for SOAPElement is OMElement, so we would have a datamember of type OMElement in this class
 

Methods in org.apache.axis2.saaj that return OMElement
 OMElement SOAPElementImpl.getOMElement()
          Method getOMElement getter method on the data member omElement
 

Methods in org.apache.axis2.saaj with parameters of type OMElement
protected  javax.xml.soap.DetailEntry DetailImpl.addDetailEntry(OMElement detailEntry)
          Method addDetailEntry
 

Constructors in org.apache.axis2.saaj with parameters of type OMElement
DetailEntryImpl(OMElement detailEntry)
          Constructor DetailEntryImpl
SOAPElementImpl(OMElement omElement)
          Constructor SOAPElementImpl The standard constructor for being able to create SOAPElement given a omElement
SOAPBodyElementImpl(OMElement bodyElement)
          Constructor SOAPBodeElementImpl
 

Uses of OMElement in org.apache.axis2.security.trust.service
 

Methods in org.apache.axis2.security.trust.service that return OMElement
 OMElement SecurityTokenService.requestSecurityToken(OMElement request)
           
 

Methods in org.apache.axis2.security.trust.service with parameters of type OMElement
 OMElement SecurityTokenService.requestSecurityToken(OMElement request)
           
 

Uses of OMElement in org.apache.axis2.security.trust.token
 

Fields in org.apache.axis2.security.trust.token declared as OMElement
protected  OMElement AbstractToken.tokenElement
           
 

Methods in org.apache.axis2.security.trust.token that return OMElement
 OMElement CancelTarget.getTargetToken()
          Returns the target token to be cancelled
 OMElement IssueRequestSecurityToken.getAppliesTo()
          Returns the first child of the AppliesTo element
 OMElement RequestSecurityToken.getToken(javax.xml.namespace.QName tokenQName)
          Returns the requested token if available
 OMElement RequestSecurityToken.getRequestElement()
           
 

Methods in org.apache.axis2.security.trust.token with parameters of type OMElement
protected  void Lifetime.deserializeChildElement(OMElement element)
           
 void CancelTarget.setCancelTarget(OMElement targetToken)
          Sets the cancel target element
protected  void CancelTarget.deserializeChildElement(OMElement element)
           
 void IssueRequestSecurityToken.setAppliesTo(OMElement value)
          Sets the value of the AppliesTo element
 void IssueRequestSecurityToken.setClaims(java.lang.String dialectURI, OMElement claimElement)
          Can be used when setting one claim in the Claims element
protected  void IssueRequestSecurityToken.handleSpecificChildren(OMElement element)
           
 void CancelRequestSecurityToken.setCancelTarget(OMElement targetToken)
          Sets the cancel target with the target token
protected  void CancelRequestSecurityToken.handleSpecificChildren(OMElement element)
           
protected  void RequestSecurityToken.deserializeChildElement(OMElement element)
           
 void RequestSecurityToken.addToken(OMElement childToken)
          This is provided as an extensibility mechanism to add any child element to the wst:RequestSecyrityToken element
protected abstract  void RequestSecurityToken.handleSpecificChildren(OMElement element)
           
protected  void Renewing.deserializeChildElement(OMElement element)
           
protected  void ValueToken.deserializeChildElement(OMElement element)
           
 void Claims.addToken(OMElement token)
          Add a token as a child This is provided as an extensibility mechanism to add any child element to the wst:Claims element
protected  void Claims.deserializeChildElement(OMElement element)
           
protected abstract  void AbstractToken.deserializeChildElement(OMElement element)
          This is called for each of the immediate child elements of type OMNode.ELEMENT_NODE of this token
protected  void RequestSecurityTokenResponse.deserializeChildElement(OMElement element)
           
 void AppliesTo.addToken(OMElement token)
          Add a token as a child This is provided as an extensibility mechanism to add any child element to the wsp:AppliesTo element
protected  void AppliesTo.deserializeChildElement(OMElement element)
           
protected  void Entropy.deserializeChildElement(OMElement element)
           
 

Constructors in org.apache.axis2.security.trust.token with parameters of type OMElement
Lifetime(OMElement elem)
           
CancelTarget(OMElement elem)
           
RequestType(OMElement elem)
           
BinarySecret(OMElement elem)
           
IssueRequestSecurityToken(OMElement elem)
           
ComputedKey(OMElement elem)
           
CancelRequestSecurityToken(OMElement elem)
           
Reason(OMElement elem)
           
KeySize(OMElement elem)
           
TokenType(OMElement elem)
           
RequestSecurityToken(OMElement elem)
           
Expires(OMElement elem)
           
Renewing(OMElement elem)
           
ValueToken(OMElement elem)
           
Code(OMElement elem)
           
Claims(OMElement elem)
           
Created(OMElement elem)
           
AbstractToken(OMElement elem)
           
CompositeToken(OMElement elem)
           
RequestSecurityTokenResponse(OMElement elem)
           
AppliesTo(OMElement elem)
           
Entropy(OMElement elem)
           
 

Uses of OMElement in org.apache.axis2.security.util
 

Methods in org.apache.axis2.security.util that return OMElement
static OMElement Axis2Util.toOM(org.w3c.dom.Element element)
          Convert a given DOM Element to an OMElement
 

Methods in org.apache.axis2.security.util with parameters of type OMElement
static org.w3c.dom.Element Axis2Util.toDOM(OMElement element)
          Convert a given OMElement to a DOM Element
 

Uses of OMElement in org.apache.axis2.soap
 

Subinterfaces of OMElement in org.apache.axis2.soap
 interface SOAPBody
          An object that represents the contents of the SOAP body element in a SOAP message.
 interface SOAPEnvelope
          Interface SOAPEnvelope
 interface SOAPFault
          An element in the SOAPBody object that contains error and/or status information.
 interface SOAPFaultCode
           
 interface SOAPFaultDetail
          The Detail element information item is intended for carrying application specific error information related to the SOAP Body .
 interface SOAPFaultNode
           
 interface SOAPFaultReason
           
 interface SOAPFaultRole
          The Role element information item identifies the role the node was operating in at the point the fault occurred.
 interface SOAPFaultSubCode
           
 interface SOAPFaultText
           
 interface SOAPFaultValue
           
 interface SOAPHeader
          Interface SOAPHeader
 interface SOAPHeaderBlock
          An object representing the contents in the SOAP header part of the SOAP envelope.
 

Methods in org.apache.axis2.soap with parameters of type OMElement
 void SOAPFaultDetail.addDetailEntry(OMElement detailElement)
          Eran Chinthaka (chinthaka@apache.org)
 

Uses of OMElement in org.apache.axis2.soap.impl.dom
 

Classes in org.apache.axis2.soap.impl.dom that implement OMElement
 class SOAPBodyImpl
           
 class SOAPElement
           
 class SOAPEnvelopeImpl
           
 class SOAPFaultCodeImpl
           
 class SOAPFaultDetailImpl
           
 class SOAPFaultImpl
           
 class SOAPFaultNodeImpl
           
 class SOAPFaultReasonImpl
           
 class SOAPFaultRoleImpl
           
 class SOAPFaultSubCodeImpl
           
 class SOAPFaultTextImpl
           
 class SOAPFaultValueImpl
           
 class SOAPHeaderBlockImpl
           
 class SOAPHeaderImpl
           
 class SOAPTextImpl
           
 

Methods in org.apache.axis2.soap.impl.dom that return OMElement
protected  OMElement SOAPFaultImpl.getChildWithName(java.lang.String childName)
           
 

Methods in org.apache.axis2.soap.impl.dom with parameters of type OMElement
protected  void SOAPEnvelopeImpl.checkParent(OMElement parent)
           
protected  void SOAPBodyImpl.checkParent(OMElement parent)
           
 void SOAPFaultDetailImpl.addDetailEntry(OMElement detailElement)
           
protected  void SOAPFaultImpl.setNewElement(OMElement myElement, OMElement newElement)
           
protected  void SOAPHeaderImpl.checkParent(OMElement parent)
           
protected  void SOAPTextImpl.checkParent(OMElement parent)
           
protected abstract  void SOAPElement.checkParent(OMElement parent)
          This has to be implemented by all the derived classes to check for the correct parent.
 

Constructors in org.apache.axis2.soap.impl.dom with parameters of type OMElement
SOAPFaultReasonImpl(OMElement parent, boolean extractNamespaceFromParent)
           
SOAPFaultSubCodeImpl(OMElement parent, java.lang.String localName)
           
SOAPFaultSubCodeImpl(OMElement parent, java.lang.String localName, OMXMLParserWrapper builder)
           
SOAPTextImpl(OMElement parent)
           
SOAPTextImpl(OMElement parent, OMXMLParserWrapper builder)
           
SOAPFaultValueImpl(OMElement parent)
           
SOAPFaultValueImpl(OMElement parent, OMXMLParserWrapper builder)
           
SOAPHeaderBlockImpl(java.lang.String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl
SOAPElement(OMElement parent, java.lang.String localName, boolean extractNamespaceFromParent)
           
SOAPElement(OMElement parent, java.lang.String localName, OMXMLParserWrapper builder)
           
 

Uses of OMElement in org.apache.axis2.soap.impl.dom.soap11
 

Classes in org.apache.axis2.soap.impl.dom.soap11 that implement OMElement
 class SOAP11BodyImpl
           
 class SOAP11FaultCodeImpl
           
 class SOAP11FaultDetailImpl
           
 class SOAP11FaultImpl
           
 class SOAP11FaultNodeImpl
           
 class SOAP11FaultReasonImpl
           
 class SOAP11FaultRoleImpl
           
 class SOAP11FaultSubCodeImpl
           
 class SOAP11FaultTextImpl
           
 class SOAP11FaultValueImpl
           
 class SOAP11HeaderBlockImpl
           
 class SOAP11HeaderImpl
           
 

Methods in org.apache.axis2.soap.impl.dom.soap11 with parameters of type OMElement
protected  void SOAP11FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11HeaderBlockImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultValueImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.dom.soap11 with parameters of type OMElement
SOAP11HeaderBlockImpl(java.lang.String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl
SOAP11FaultValueImpl(OMElement parent)
           
SOAP11FaultValueImpl(OMElement parent, OMXMLParserWrapper builder)
           
 

Uses of OMElement in org.apache.axis2.soap.impl.dom.soap12
 

Classes in org.apache.axis2.soap.impl.dom.soap12 that implement OMElement
 class SOAP12BodyImpl
           
 class SOAP12FaultCodeImpl
           
 class SOAP12FaultDetailImpl
           
 class SOAP12FaultImpl
           
 class SOAP12FaultNodeImpl
           
 class SOAP12FaultReasonImpl
           
 class SOAP12FaultRoleImpl
           
 class SOAP12FaultSubCodeImpl
           
 class SOAP12FaultTextImpl
           
 class SOAP12FaultValueImpl
           
 class SOAP12HeaderBlockImpl
           
 class SOAP12HeaderImpl
           
 

Methods in org.apache.axis2.soap.impl.dom.soap12 with parameters of type OMElement
protected  void SOAP12FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12HeaderBlockImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultValueImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.dom.soap12 with parameters of type OMElement
SOAP12FaultValueImpl(OMElement parent)
           
SOAP12FaultValueImpl(OMElement parent, OMXMLParserWrapper builder)
           
 

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

Methods in org.apache.axis2.soap.impl.llom that return OMElement
protected  OMElement SOAPFaultImpl.getChildWithName(java.lang.String childName)
           
 

Methods in org.apache.axis2.soap.impl.llom with parameters of type OMElement
 void SOAPMessageImpl.setOMDocumentElement(OMElement rootElement)
           
protected  void SOAPEnvelopeImpl.checkParent(OMElement parent)
           
protected  void SOAPTextImpl.checkParent(OMElement parent)
           
 void SOAPFaultDetailImpl.addDetailEntry(OMElement detailElement)
           
protected  void SOAPBodyImpl.checkParent(OMElement parent)
           
protected  void SOAPFaultImpl.setNewElement(OMElement myElement, OMElement newElement)
           
protected abstract  void SOAPElement.checkParent(OMElement parent)
          This has to be implemented by all the derived classes to check for the correct parent.
protected  void SOAPHeaderImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.llom with parameters of type OMElement
SOAPTextImpl(OMElement parent)
           
SOAPTextImpl(OMElement parent, OMXMLParserWrapper builder)
           
SOAPFaultReasonImpl(OMElement parent, boolean extractNamespaceFromParent)
           
SOAPFaultSubCodeImpl(OMElement parent, java.lang.String localName)
           
SOAPFaultSubCodeImpl(OMElement parent, java.lang.String localName, OMXMLParserWrapper builder)
           
SOAPFaultValueImpl(OMElement parent)
           
SOAPFaultValueImpl(OMElement parent, OMXMLParserWrapper builder)
           
SOAPElement(OMElement parent, java.lang.String localName, boolean extractNamespaceFromParent)
           
SOAPElement(OMElement parent, java.lang.String localName, OMXMLParserWrapper builder)
           
SOAPHeaderBlockImpl(java.lang.String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl
 

Uses of OMElement in org.apache.axis2.soap.impl.llom.builder
 

Methods in org.apache.axis2.soap.impl.llom.builder that return OMElement
 OMElement SOAP11BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
protected  OMElement StAXSOAPModelBuilder.constructNode(OMElement parent, java.lang.String elementName, boolean isEnvelope)
          Method constructNode
 OMElement StAXSOAPModelBuilder.getDocumentElement()
          Method getDocumentElement
abstract  OMElement SOAPBuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement element, int elementLevel)
           
 OMElement SOAP12BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
 

Methods in org.apache.axis2.soap.impl.llom.builder with parameters of type OMElement
 OMElement SOAP11BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
protected  OMElement StAXSOAPModelBuilder.constructNode(OMElement parent, java.lang.String elementName, boolean isEnvelope)
          Method constructNode
protected  void StAXSOAPModelBuilder.processNamespaceData(OMElement node, boolean isSOAPElement)
          Method processNamespaceData
abstract  OMElement SOAPBuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement element, int elementLevel)
           
protected  void SOAPBuilderHelper.processNamespaceData(OMElement node, boolean isSOAPElement)
           
protected  void SOAPBuilderHelper.processAttributes(OMElement node)
           
 OMElement SOAP12BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
 

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

Methods in org.apache.axis2.soap.impl.llom.soap11 with parameters of type OMElement
protected  void SOAP11FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultValueImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP11HeaderBlockImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap11 with parameters of type OMElement
SOAP11FaultValueImpl(OMElement parent)
           
SOAP11FaultValueImpl(OMElement parent, OMXMLParserWrapper builder)
           
SOAP11HeaderBlockImpl(java.lang.String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder)
          Constructor SOAPHeaderBlockImpl
 

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

Methods in org.apache.axis2.soap.impl.llom.soap12 with parameters of type OMElement
protected  void SOAP12FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP12HeaderBlockImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultValueImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap12 with parameters of type OMElement
SOAP12FaultValueImpl(OMElement parent)
           
SOAP12FaultValueImpl(OMElement parent, OMXMLParserWrapper builder)
           
 

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

Fields in org.apache.axis2.transport.http declared as OMElement
protected  OMElement CommonsHTTPTransportSender.outputMessage
           
 

Methods in org.apache.axis2.transport.http with parameters of type OMElement
 void CommonsHTTPTransportSender.writeMessageWithCommons(MessageContext msgContext, EndpointReference toURL, OMElement dataout)
           
 

Constructors in org.apache.axis2.transport.http with parameters of type OMElement
CommonsHTTPTransportSender.AxisRequestEntity(OMElement element, boolean chuncked, MessageContext msgCtxt, java.lang.String charSetEncoding, java.lang.String soapActionString)
           
 

Uses of OMElement in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return OMElement
static OMElement BeanSerializerUtil.getOMElement(javax.xml.namespace.QName opName, java.lang.Object[] args)
           
 OMElement MultirefHelper.getOMElement(java.lang.String id)
           
 OMElement MultirefHelper.processOMElementRef(java.lang.String id)
           
 OMElement MultirefHelper.processElementforRefs(OMElement elemnts)
           
 

Methods in org.apache.axis2.util with parameters of type OMElement
static java.lang.Object BeanSerializerUtil.deserialize(java.lang.Class beanClass, OMElement beanElement)
           
static java.lang.Object BeanSerializerUtil.deserialize(java.lang.Class beanClass, OMElement beanElement, MultirefHelper helper)
           
static java.lang.Object[] BeanSerializerUtil.deserialize(OMElement response, java.lang.Object[] javaTypes)
          To get JavaObjects from XML elemnt , the element most of the time contains only one element in that case that element will be converted to the JavaType specified by the javaTypes array The algo is as follows, get the childerns of the response element , and if it conatian more than one element then check the retuen type of that element and conver that to corresponding JavaType
 OMElement MultirefHelper.processElementforRefs(OMElement elemnts)
           
static OMAttribute MultirefHelper.processRefAtt(OMElement omElement)
           
 

Constructors in org.apache.axis2.util with parameters of type OMElement
MultirefHelper(OMElement parent)