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 Location
Location. fromOM(OMElement element)
Metadata
Metadata. fromOM(OMElement inElement)
Populates an Metadata object based on theOMElement
passed.MetadataReference
MetadataReference. fromOM(OMElement element)
Populates an MetadataReference object based on the endpoint reference typeOMElement
passed.MetadataSection
MetadataSection. fromOM(OMElement element)
Populates an MetadataSection object based on theOMElement
passed.void
MetadataReference. setEPR(OMElement element)
Set EPRvoid
MetadataReference. setEPR(EndpointReference endRef)
Set EPROMElement
AnyURIType. toOM()
Convert object content to the OMElement representation.OMElement
IMexOM. toOM()
OMElement
Metadata. toOM()
OMElement
MetadataReference. toOM()
Convert MetadatReference object content to the OMElement representation.OMElement
MetadataSection. toOM()
Convert MetadatSection content to the OMElement representation.OMElement
MexOM. 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
-