Uses of Class
org.apache.axis2.mex.om.MexOMException

Packages that use MexOMException
org.apache.axis2.mex.om   
 

Uses of MexOMException in org.apache.axis2.mex.om
 

Methods in org.apache.axis2.mex.om that throw MexOMException
 Location Location.fromOM(org.apache.axiom.om.OMElement element)
           
 Metadata Metadata.fromOM(org.apache.axiom.om.OMElement inElement)
          Populates an Metadata object based on the OMElement passed.
 MetadataReference MetadataReference.fromOM(org.apache.axiom.om.OMElement element)
          Populates an MetadataReference object based on the endpoint reference type OMElement passed.
 MetadataSection MetadataSection.fromOM(org.apache.axiom.om.OMElement element)
          Populates an MetadataSection object based on the OMElement passed.
 void MetadataReference.setEPR(EndpointReference endRef)
          Set EPR
 void MetadataReference.setEPR(org.apache.axiom.om.OMElement element)
          Set EPR
 org.apache.axiom.om.OMElement Metadata.toOM()
           
 org.apache.axiom.om.OMElement MetadataReference.toOM()
          Convert MetadatReference object content to the OMElement representation.
 org.apache.axiom.om.OMElement AnyURIType.toOM()
          Convert object content to the OMElement representation.
 org.apache.axiom.om.OMElement IMexOM.toOM()
           
 org.apache.axiom.om.OMElement MetadataSection.toOM()
          Convert MetadatSection content to the OMElement representation.
 org.apache.axiom.om.OMElement MexOM.toOM()
           
 

Constructors in org.apache.axis2.mex.om that throw MexOMException
AnyURIType(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue, String uri)
           
Dialect(org.apache.axiom.om.OMFactory defaultFactory, String dialect)
          Constructor with default namespace
Dialect(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue, String dialect)
          Constructor
Identifier(org.apache.axiom.om.OMFactory defaultFactory, String uri)
           
Identifier(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue, String uri)
           
Location(org.apache.axiom.om.OMFactory defaultFactory, String uri)
           
Location(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue, String uri)
           
Metadata(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue)
           
MetadataReference(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue)
          Constructor
MetadataSection(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue)
          Constructor
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.