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

Packages that use AxisDescription
org.apache.axis2.addressing   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.handlers.soapmonitor   
org.apache.axis2.mex   
org.apache.axis2.modules   
org.apache.axis2.scripting   
org.apache.axis2.util   
 

Uses of AxisDescription in org.apache.axis2.addressing
 

Methods in org.apache.axis2.addressing with parameters of type AxisDescription
static java.lang.String AddressingHelper.getAddressingRequirementParemeterValue(AxisDescription axisDescription)
           
static void AddressingHelper.setAddressingRequirementParemeterValue(AxisDescription axisDescription, java.lang.String value)
           
 

Uses of AxisDescription in org.apache.axis2.description
 

Subclasses of AxisDescription in org.apache.axis2.description
 class AxisBinding
          An AxisBinding represents a WSDL binding, and contains AxisBindingOperations.
 class AxisBindingMessage
           
 class AxisBindingOperation
          An AxisBindingOperation represents a WSDL <bindingOperation>
 class AxisEndpoint
           
 class AxisMessage
          This class represents the messages in WSDL.
 class AxisOperation
           
 class AxisService
          Class AxisService
 class AxisServiceGroup
           
 class InOnlyAxisOperation
           
 class InOutAxisOperation
           
 class OutInAxisOperation
           
 class OutOnlyAxisOperation
           
 class RobustOutOnlyAxisOperation
           
 class TwoChannelAxisOperation
          This class is to keep common methods and properties in InOut and OutIn axisOperation
 

Fields in org.apache.axis2.description declared as AxisDescription
protected  AxisDescription AxisDescription.parent
           
 

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

Methods in org.apache.axis2.description with parameters of type AxisDescription
 void AxisDescription.addChild(AxisDescription child)
           
 void AxisDescription.addChild(java.lang.Object key, AxisDescription child)
           
 void AxisDescription.engageModule(AxisModule axisModule, AxisDescription source)
          Engage a Module at this level, keeping track of which level the engage was originally called from.
protected  void AxisServiceGroup.onEngage(AxisModule module, AxisDescription engager)
          When a module gets engaged on a ServiceGroup, we have to engage it for each Service.
 void AxisService.onEngage(AxisModule axisModule, AxisDescription engager)
          Engages a module.
 void AxisOperation.onEngage(AxisModule axisModule, AxisDescription engager)
          This is called when a module is engaged on this operation.
protected  void AxisDescription.onEngage(AxisModule module, AxisDescription engager)
           
 void AxisMessage.onEngage(AxisModule axisModule, AxisDescription engager)
          We do not support adding module operations when engaging a module to an AxisMessage
 void PolicyInclude.setDescription(AxisDescription description)
           
 void AxisDescription.setParent(AxisDescription parent)
           
 

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 AxisConfiguration
 

Methods in org.apache.axis2.engine with parameters of type AxisDescription
 void AxisConfiguration.onEngage(AxisModule module, AxisDescription engager)
           
 

Uses of AxisDescription in org.apache.axis2.handlers.soapmonitor
 

Methods in org.apache.axis2.handlers.soapmonitor with parameters of type AxisDescription
 void SOAPMonitorModule.applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
           
 void SOAPMonitorModule.engageNotify(AxisDescription axisDescription)
           
 

Uses of AxisDescription in org.apache.axis2.mex
 

Methods in org.apache.axis2.mex with parameters of type AxisDescription
 void MetadataExchangeModule.applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
           
 void MetadataExchangeModule.engageNotify(AxisDescription axisDescription)
           
 

Uses of AxisDescription in org.apache.axis2.modules
 

Methods in org.apache.axis2.modules with parameters of type AxisDescription
 void Module.applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
          Evaluates specified policy for the specified 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 author can validate , add policy and do any thing that he want , and he can refuse the engage as well
 

Uses of AxisDescription in org.apache.axis2.scripting
 

Methods in org.apache.axis2.scripting with parameters of type AxisDescription
 void ScriptModule.applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription)
           
 void ScriptModule.engageNotify(AxisDescription axisDescription)
           
 

Uses of AxisDescription in org.apache.axis2.util
 

Methods in org.apache.axis2.util with parameters of type AxisDescription
static void WSDLSerializationUtil.addPoliciesAsExtensibleElement(AxisDescription description, org.apache.axiom.om.OMElement descriptionElement)
           
static void WSDLSerializationUtil.addWSDLDocumentationElement(AxisDescription axisDescription, org.apache.axiom.om.OMElement omElement, org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsdl)
           
static java.lang.String PolicyUtil.generateId(AxisDescription description)
           
static org.apache.neethi.Policy PolicyUtil.getMergedPolicy(java.util.List policies, AxisDescription description)
           
 

Constructors in org.apache.axis2.util with parameters of type AxisDescription
AxisPolicyLocator(AxisDescription subject)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.