org.apache.axis2.addressing
Class AddressingModule

java.lang.Object
  extended byorg.apache.axis2.addressing.AddressingModule
All Implemented Interfaces:
org.apache.axis2.modules.Module

public class AddressingModule
extends java.lang.Object
implements org.apache.axis2.modules.Module


Constructor Summary
AddressingModule()
           
 
Method Summary
 void applyPolicy(org.apache.neethi.Policy arg0, org.apache.axis2.description.AxisDescription arg1)
           
 boolean canSupportAssertion(org.apache.neethi.Assertion arg0)
           
 void engageNotify(org.apache.axis2.description.AxisDescription arg0)
           
 void init(org.apache.axis2.context.ConfigurationContext arg0, org.apache.axis2.description.AxisModule arg1)
           
 void shutdown(org.apache.axis2.context.ConfigurationContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressingModule

public AddressingModule()
Method Detail

init

public void init(org.apache.axis2.context.ConfigurationContext arg0,
                 org.apache.axis2.description.AxisModule arg1)
          throws org.apache.axis2.AxisFault
Specified by:
init in interface org.apache.axis2.modules.Module
Throws:
org.apache.axis2.AxisFault

engageNotify

public void engageNotify(org.apache.axis2.description.AxisDescription arg0)
                  throws org.apache.axis2.AxisFault
Specified by:
engageNotify in interface org.apache.axis2.modules.Module
Throws:
org.apache.axis2.AxisFault

canSupportAssertion

public boolean canSupportAssertion(org.apache.neethi.Assertion arg0)
Specified by:
canSupportAssertion in interface org.apache.axis2.modules.Module

applyPolicy

public void applyPolicy(org.apache.neethi.Policy arg0,
                        org.apache.axis2.description.AxisDescription arg1)
                 throws org.apache.axis2.AxisFault
Specified by:
applyPolicy in interface org.apache.axis2.modules.Module
Throws:
org.apache.axis2.AxisFault

shutdown

public void shutdown(org.apache.axis2.context.ConfigurationContext arg0)
              throws org.apache.axis2.AxisFault
Specified by:
shutdown in interface org.apache.axis2.modules.Module
Throws:
org.apache.axis2.AxisFault


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.