Uses of Class
org.apache.axis2.mex.MexException
-
Packages that use MexException Package Description org.apache.axis2.mex org.apache.axis2.mex.om org.apache.axis2.mex.util -
-
Uses of MexException in org.apache.axis2.mex
Subclasses of MexException in org.apache.axis2.mex Modifier and Type Class Description class
MexDisabledException
Methods in org.apache.axis2.mex that throw MexException Modifier and Type Method Description Metadata
MexMessageReceiver. processRequest(List metadata_request_list, MessageContext msgContext, OMElement aReq)
-
Uses of MexException in org.apache.axis2.mex.om
Subclasses of MexException in org.apache.axis2.mex.om Modifier and Type Class Description class
MexOMException
An Exception to report problem from implementation classes for the WS-MetadataExchange data elements.Constructors in org.apache.axis2.mex.om that throw MexException Constructor Description Location(String uri)
Metadata()
ConstructorMetadataReference()
ConstructorMetadataSection()
Constructor -
Uses of MexException in org.apache.axis2.mex.util
Methods in org.apache.axis2.mex.util that throw MexException Modifier and Type Method Description static Metadata
MexUtil. fromEPR(EndpointReference epr)
static Metadata
MexUtil. fromOM(OMElement omElement)
API to map mex:Metadata element to a Metadata object representation.static Metadata
MexUtil. fromOM(OMElement omElement, String mexNamespaceValue)
API to map mex:Metadata element to a Metadata object representation.static OMNamespace
MexUtil. getAddressingNameSpace(OMElement toAddress)
Answers WS-Addressing namespacestatic SOAPFactory
MexUtil. getSOAPFactory(String soapNameSpaceURI)
Answer SOAPFactory corresponding to specified SOAP namespace URIstatic int
MexUtil. getSOAPVersion(SOAPEnvelope envelope)
Answer SOAPVersion for specified envelope
-