org.apache.axis2.mtompolicy
Class MTOMPolicy

java.lang.Object
  extended by org.apache.axis2.mtompolicy.MTOMPolicy
All Implemented Interfaces:
Module

public class MTOMPolicy
extends java.lang.Object
implements Module

The module implementation class for the MTOM module.


Constructor Summary
MTOMPolicy()
           
 
Method Summary
 void applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
           
 boolean canSupportAssertion(org.apache.neethi.Assertion assertion)
           
 void engageNotify(AxisDescription axisDescription)
           
 void init(ConfigurationContext configContext, AxisModule module)
           
 void shutdown(ConfigurationContext configurationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTOMPolicy

public MTOMPolicy()
Method Detail

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

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


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