Uses of Class
org.apache.axis2.description.AxisDescription

Packages that use AxisDescription
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.modules   
org.apache.axis2.security   
 

Uses of AxisDescription in org.apache.axis2.description
 

Subclasses of AxisDescription in org.apache.axis2.description
 class AxisMessage
          This class represents the messages in WSDL.
 class AxisOperation
           
 class AxisService
          Class AxisService
 class AxisServiceGroup
           
 class InOnlyAxisOperation
          Author: Deepal Jayasinghe Date: Oct 3, 2005 Time: 2:06:31 PM
 class InOutAxisOperation
          Author: Deepal Jayasinghe Date: Oct 3, 2005 Time: 2:07:15 PM
 class OutInAxisOperation
          Author: Deepal Jayasinghe Date: Oct 3, 2005 Time: 6:01:33 PM
 class OutOnlyAxisOperation
           
 class RobustOutOnlyAxisOperation
           
 

Methods in org.apache.axis2.description that return AxisDescription
 AxisDescription PolicyInclude.getDescription()
           
 AxisDescription AxisDescription.getParent()
           
 AxisDescription AxisDescription.getChild(Object key)
           
 

Methods in org.apache.axis2.description with parameters of type AxisDescription
 void PolicyInclude.setDescription(AxisDescription description)
           
 void AxisDescription.setParent(AxisDescription parent)
           
 void AxisDescription.addChild(AxisDescription child)
           
 void AxisDescription.addChild(Object key, AxisDescription child)
           
 

Constructors in org.apache.axis2.description with parameters of type AxisDescription
PolicyInclude(AxisDescription axisDescription)
           
 

Uses of AxisDescription in org.apache.axis2.engine
 

Subclasses of AxisDescription in org.apache.axis2.engine
 class AxisConfiguration
          Class AxisConfigurationImpl
 

Uses of AxisDescription in org.apache.axis2.modules
 

Methods in org.apache.axis2.modules with parameters of type AxisDescription
 void Module.engageNotify(AxisDescription axisDescription)
          When engaging this module to some service or operation , module will be notify by calling this method there module autor can validate , add policy and do any thing that he want , and he can refuce the engage as well
 

Uses of AxisDescription in org.apache.axis2.security
 

Methods in org.apache.axis2.security with parameters of type AxisDescription
 void SecurityModule.engageNotify(AxisDescription axisDescription)