Uses of Class
org.apache.axis2.mex.om.MexOMException
-
Packages that use MexOMException Package Description org.apache.axis2.mex.om -
-
Uses of MexOMException in org.apache.axis2.mex.om
Methods in org.apache.axis2.mex.om that throw MexOMException Modifier and Type Method Description LocationLocation. fromOM(OMElement element)MetadataMetadata. fromOM(OMElement inElement)Populates an Metadata object based on theOMElementpassed.MetadataReferenceMetadataReference. fromOM(OMElement element)Populates an MetadataReference object based on the endpoint reference typeOMElementpassed.MetadataSectionMetadataSection. fromOM(OMElement element)Populates an MetadataSection object based on theOMElementpassed.voidMetadataReference. setEPR(OMElement element)Set EPRvoidMetadataReference. setEPR(EndpointReference endRef)Set EPROMElementAnyURIType. toOM()Convert object content to the OMElement representation.OMElementIMexOM. toOM()OMElementMetadata. toOM()OMElementMetadataReference. toOM()Convert MetadatReference object content to the OMElement representation.OMElementMetadataSection. toOM()Convert MetadatSection content to the OMElement representation.OMElementMexOM. toOM()Constructors in org.apache.axis2.mex.om that throw MexOMException Constructor Description AnyURIType(OMFactory defaultFactory, String namespaceValue, String uri)Dialect(OMFactory defaultFactory, String dialect)Constructor with default namespaceDialect(OMFactory defaultFactory, String namespaceValue, String dialect)ConstructorIdentifier(OMFactory defaultFactory, String uri)Identifier(OMFactory defaultFactory, String namespaceValue, String uri)Location(OMFactory defaultFactory, String uri)Location(OMFactory defaultFactory, String namespaceValue, String uri)Metadata(OMFactory defaultFactory, String namespaceValue)MetadataReference(OMFactory defaultFactory, String namespaceValue)ConstructorMetadataSection(OMFactory defaultFactory, String namespaceValue)Constructor
-