org.apache.axis2.mex
Class MetadataExchangeModule
java.lang.Object
org.apache.axis2.mex.MetadataExchangeModule
- All Implemented Interfaces:
- Module
public class MetadataExchangeModule
- extends java.lang.Object
- implements Module
Metadata Exchange Module to support WS-MEX specification
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataExchangeModule
public MetadataExchangeModule()
engageNotify
public void engageNotify(AxisDescription axisDescription)
throws AxisFault
- Specified by:
engageNotify in interface Module
- Throws:
AxisFault
init
public void init(ConfigurationContext configContext,
AxisModule module)
throws AxisFault
- Specified by:
init in interface Module
- Throws:
AxisFault
shutdown
public void shutdown(ConfigurationContext configurationContext)
throws AxisFault
- Specified by:
shutdown in interface Module
- Throws:
AxisFault
applyPolicy
public void applyPolicy(org.apache.neethi.Policy policy,
AxisDescription axisDescription)
throws AxisFault
- Specified by:
applyPolicy in interface Module
- Throws:
AxisFault
canSupportAssertion
public boolean canSupportAssertion(org.apache.neethi.Assertion assertion)
- Specified by:
canSupportAssertion in interface Module
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.