Skip navigation links
A C D E F G I L M N O P R S T V 

A

addMetadatSection(MetadataSection) - Method in class org.apache.axis2.mex.om.Metadata
 
addMetadatSections(List) - Method in class org.apache.axis2.mex.om.Metadata
 
allSupportedOutputForms() - Static method in class org.apache.axis2.mex.util.MexUtil
 
AnyURIType - Class in org.apache.axis2.mex.om
Base Class implemented for element(s) that of type='xs:anyURI' defined in the WS-MEX spec.
AnyURIType(OMFactory, String, String) - Constructor for class org.apache.axis2.mex.om.AnyURIType
 
applyPolicy(Policy, AxisDescription) - Method in class org.apache.axis2.mex.MetadataExchangeModule
 

C

canSupportAssertion(Assertion) - Method in class org.apache.axis2.mex.MetadataExchangeModule
 

D

DELIMITER - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 
determineOutputForm(String, Parameter, Parameter) - Static method in class org.apache.axis2.mex.util.MexUtil
Determine output forms for specified dialect based on "metadataexchange" configured in axis2.xml and services.xml.
DIALECT - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
Dialect - Class in org.apache.axis2.mex.om
Class implemented for Dialect element defined in the WS-MEX spec.
Dialect(OMFactory, String, String) - Constructor for class org.apache.axis2.mex.om.Dialect
Constructor
Dialect(OMFactory, String) - Constructor for class org.apache.axis2.mex.om.Dialect
Constructor with default namespace
DIALECT_PARM - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 
DIALECT_TYPE_MEX - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
DIALECT_TYPE_POLICY - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
DIALECT_TYPE_SCHEMA - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
DIALECT_TYPE_WSDL - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 

E

ENABLE_MEX - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 
engageNotify(AxisDescription) - Method in class org.apache.axis2.mex.MetadataExchangeModule
 

F

FORMS_PARM - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 
fromEPR(EndpointReference) - Static method in class org.apache.axis2.mex.util.MexUtil
 
fromOM(OMElement) - Method in class org.apache.axis2.mex.om.Location
 
fromOM(OMElement) - Method in class org.apache.axis2.mex.om.Metadata
Populates an Metadata object based on the OMElement passed.
fromOM(OMElement) - Method in class org.apache.axis2.mex.om.MetadataReference
Populates an MetadataReference object based on the endpoint reference type OMElement passed.
fromOM(OMElement) - Method in class org.apache.axis2.mex.om.MetadataSection
Populates an MetadataSection object based on the OMElement passed.
fromOM(OMElement) - Static method in class org.apache.axis2.mex.util.MexUtil
API to map mex:Metadata element to a Metadata object representation.
fromOM(OMElement, String) - Static method in class org.apache.axis2.mex.util.MexUtil
API to map mex:Metadata element to a Metadata object representation.

G

GET_METADATA - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
GET_METADATA_REQUEST - Static variable in interface org.apache.axis2.mex.MexConstants.Spec_2004_09.Actions
 
GET_METADATA_RESPONSE - Static variable in interface org.apache.axis2.mex.MexConstants.Spec_2004_09.Actions
 
getAddressingNameSpace(OMElement) - Static method in class org.apache.axis2.mex.util.MexUtil
Answers WS-Addressing namespace
getanyAttribute() - Method in class org.apache.axis2.mex.om.MetadataSection
 
getDialect() - Method in class org.apache.axis2.mex.om.MetadataSection
 
getElementName() - Method in class org.apache.axis2.mex.om.AnyURIType
 
getElementName() - Method in class org.apache.axis2.mex.om.Dialect
 
getElementName() - Method in class org.apache.axis2.mex.om.Identifier
 
getElementName() - Method in class org.apache.axis2.mex.om.Location
 
getEPR() - Method in class org.apache.axis2.mex.om.MetadataReference
 
getEPRElement() - Method in class org.apache.axis2.mex.om.MetadataReference
 
getIdentifier() - Method in class org.apache.axis2.mex.om.MetadataSection
 
getInlineData() - Method in class org.apache.axis2.mex.om.MetadataSection
Return metadata unit in inline form such as WSDL definitions, XML schema document, etc.
getLocation() - Method in class org.apache.axis2.mex.om.MetadataSection
Return metadata unit in URL form i.e.
getMetadataReference() - Method in class org.apache.axis2.mex.om.MetadataSection
Return metadata unit in endpoint reference form i.e.
getMetadataSection(String, String) - Method in class org.apache.axis2.mex.om.Metadata
 
getMetadataSection(String, String, OutputForm) - Method in class org.apache.axis2.mex.om.Metadata
Answers the Metadata Sections that met the criteria specified in the dialect, identifier, and form.
getMetadatSections() - Method in class org.apache.axis2.mex.om.Metadata
 
getNamespaceValue() - Method in interface org.apache.axis2.mex.om.IMexOM
 
getNamespaceValue() - Method in class org.apache.axis2.mex.om.MexOM
 
getSOAPFactory(String) - Static method in class org.apache.axis2.mex.util.MexUtil
Answer SOAPFactory corresponding to specified SOAP namespace URI
getSOAPFactory(int) - Static method in class org.apache.axis2.mex.util.MexUtil
Answers SOAPFactory corresponding to specified SOAP Version
getSOAPVersion(SOAPEnvelope) - Static method in class org.apache.axis2.mex.util.MexUtil
Answer SOAPVersion for specified envelope
getURI() - Method in class org.apache.axis2.mex.om.AnyURIType
 

I

IDENTIFIER - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
Identifier - Class in org.apache.axis2.mex.om
Class implemented for Identifier element defined in the WS-MEX spec.
Identifier(OMFactory, String, String) - Constructor for class org.apache.axis2.mex.om.Identifier
 
Identifier(OMFactory, String) - Constructor for class org.apache.axis2.mex.om.Identifier
 
IMexOM - Interface in org.apache.axis2.mex.om
Base interface for objects implemented for elements defined in the WS-MEX spec.
init(ConfigurationContext, AxisModule) - Method in class org.apache.axis2.mex.MetadataExchangeModule
 
INLINE - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 
invokeBusinessLogic(MessageContext, MessageContext) - Method in class org.apache.axis2.mex.MexMessageReceiver
Process GetMetadata request
isMexDisabled(Parameter) - Static method in class org.apache.axis2.mex.util.MexUtil
Check if metadata exchange has been disabled for a service.
isNamespaceSupported(String) - Method in interface org.apache.axis2.mex.om.IMexOM
 
isNamespaceSupported(String) - Method in class org.apache.axis2.mex.om.MexOM
 

L

LOCATION - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 
LOCATION - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
Location - Class in org.apache.axis2.mex.om
Class implemented for Location element defined in the WS-MEX spec.
Location(String) - Constructor for class org.apache.axis2.mex.om.Location
 
Location(OMFactory, String, String) - Constructor for class org.apache.axis2.mex.om.Location
 
Location(OMFactory, String) - Constructor for class org.apache.axis2.mex.om.Location
 

M

METADATA - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
Metadata - Class in org.apache.axis2.mex.om
Class implementing mex:Metadata element
Metadata() - Constructor for class org.apache.axis2.mex.om.Metadata
Constructor
Metadata(OMFactory, String) - Constructor for class org.apache.axis2.mex.om.Metadata
 
METADATA_REFERENCE - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
METADATA_SECTION - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
MetadataExchangeModule - Class in org.apache.axis2.mex
Metadata Exchange Module to support WS-MEX specification
MetadataExchangeModule() - Constructor for class org.apache.axis2.mex.MetadataExchangeModule
 
MetadataReference - Class in org.apache.axis2.mex.om
Class implemented for MetadataReference element defined in the WS-MetadataExchange spec.
MetadataReference() - Constructor for class org.apache.axis2.mex.om.MetadataReference
Constructor
MetadataReference(OMFactory, String) - Constructor for class org.apache.axis2.mex.om.MetadataReference
Constructor
MetadataSection - Class in org.apache.axis2.mex.om
Class implemented for MetadataSection element defined in the WS-MEX spec.
MetadataSection() - Constructor for class org.apache.axis2.mex.om.MetadataSection
Constructor
MetadataSection(OMFactory, String) - Constructor for class org.apache.axis2.mex.om.MetadataSection
Constructor
MEX_PARM - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 
MexConstants - Interface in org.apache.axis2.mex
Contains all the MetadataExchange constants for WS-Mex.
MexConstants.MEX_CONFIG - Interface in org.apache.axis2.mex
MEX Configuration Sample mex configuration:
MexConstants.SOAPVersion - Interface in org.apache.axis2.mex
 
MexConstants.SPEC - Interface in org.apache.axis2.mex
 
MexConstants.Spec_2004_09 - Interface in org.apache.axis2.mex
 
MexConstants.Spec_2004_09.Actions - Interface in org.apache.axis2.mex
 
MexConstants.SPEC_VERSIONS - Interface in org.apache.axis2.mex
 
MexDisabledException - Exception in org.apache.axis2.mex
 
MexDisabledException(String) - Constructor for exception org.apache.axis2.mex.MexDisabledException
 
MexException - Exception in org.apache.axis2.mex
Base Exception to report problem from implementation classes of WS-MetadataExchange.
MexException(String) - Constructor for exception org.apache.axis2.mex.MexException
 
MexException(Throwable) - Constructor for exception org.apache.axis2.mex.MexException
 
MexException(String, Throwable) - Constructor for exception org.apache.axis2.mex.MexException
 
MexMessageReceiver - Class in org.apache.axis2.mex
Message Receiver for processing WS-MEX GetMetadata request.
MexMessageReceiver() - Constructor for class org.apache.axis2.mex.MexMessageReceiver
 
MexOM - Class in org.apache.axis2.mex.om
Base class for objects implemented for elements defined in the WS-MEX spec.
MexOM() - Constructor for class org.apache.axis2.mex.om.MexOM
 
MexOMException - Exception in org.apache.axis2.mex.om
An Exception to report problem from implementation classes for the WS-MetadataExchange data elements.
MexOMException(String) - Constructor for exception org.apache.axis2.mex.om.MexOMException
 
MexOMException(Exception) - Constructor for exception org.apache.axis2.mex.om.MexOMException
 
MexOMException(String, Exception) - Constructor for exception org.apache.axis2.mex.om.MexOMException
 
MexUtil - Class in org.apache.axis2.mex.util
 
MexUtil() - Constructor for class org.apache.axis2.mex.util.MexUtil
 

N

NS_PREFIX - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 
NS_URI - Static variable in interface org.apache.axis2.mex.MexConstants.Spec_2004_09
 

O

org.apache.axis2.mex - package org.apache.axis2.mex
 
org.apache.axis2.mex.om - package org.apache.axis2.mex.om
 
org.apache.axis2.mex.util - package org.apache.axis2.mex.util
 
OUTPUT_FORM_PARM - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 

P

processRequest(List, MessageContext, OMElement) - Method in class org.apache.axis2.mex.MexMessageReceiver
 

R

REFERENCE - Static variable in interface org.apache.axis2.mex.MexConstants.MEX_CONFIG
 

S

setAttribute(OMAttribute) - Method in class org.apache.axis2.mex.om.Metadata
 
setDialect(String) - Method in class org.apache.axis2.mex.om.MetadataSection
 
setEPR(OMElement) - Method in class org.apache.axis2.mex.om.MetadataReference
Set EPR
setEPR(EndpointReference) - Method in class org.apache.axis2.mex.om.MetadataReference
Set EPR
setIdentifier(String) - Method in class org.apache.axis2.mex.om.MetadataSection
 
setinlineData(Object) - Method in class org.apache.axis2.mex.om.MetadataSection
 
setLocation(Location) - Method in class org.apache.axis2.mex.om.MetadataSection
 
setMetadataReference(MetadataReference) - Method in class org.apache.axis2.mex.om.MetadataSection
 
setMetadatSections(List) - Method in class org.apache.axis2.mex.om.Metadata
 
setURI(String) - Method in class org.apache.axis2.mex.om.AnyURIType
 
shutdown(ConfigurationContext) - Method in class org.apache.axis2.mex.MetadataExchangeModule
 

T

toOM() - Method in class org.apache.axis2.mex.om.AnyURIType
Convert object content to the OMElement representation.
toOM() - Method in interface org.apache.axis2.mex.om.IMexOM
 
toOM() - Method in class org.apache.axis2.mex.om.Metadata
 
toOM() - Method in class org.apache.axis2.mex.om.MetadataReference
Convert MetadatReference object content to the OMElement representation.
toOM() - Method in class org.apache.axis2.mex.om.MetadataSection
Convert MetadatSection content to the OMElement representation.
toOM() - Method in class org.apache.axis2.mex.om.MexOM
 
TYPE - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC
 

V

v1_0 - Static variable in interface org.apache.axis2.mex.MexConstants.SPEC_VERSIONS
 
v1_1 - Static variable in interface org.apache.axis2.mex.MexConstants.SOAPVersion
 
v1_2 - Static variable in interface org.apache.axis2.mex.MexConstants.SOAPVersion
 
A C D E F G I L M N O P R S T V 
Skip navigation links

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