Uses of Interface
org.apache.axis2.description.ParameterInclude

Packages that use ParameterInclude
org.apache.axis2.deployment   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.storage   
org.apache.axis2.storage.impl   
 

Uses of ParameterInclude in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment with parameters of type ParameterInclude
protected  Flow DescriptionBuilder.processFlow(OMElement flowelement, ParameterInclude parent)
          To process Flow elements in services.xml
protected  HandlerDescription DescriptionBuilder.processHandler(OMElement handler_element, ParameterInclude parent)
          To process Handler element
protected  void DescriptionBuilder.processParameters(java.util.Iterator paramters, ParameterInclude parameterInclude, ParameterInclude parent)
          To get the Paramter object out from the OM
protected  void ServiceBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, ServiceDescription service)
           
protected  void ServiceBuilder.processOperationModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, OperationDescription opeartion)
           
protected  void AxisConfigBuilder.processModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, AxisConfiguration config)
           
protected  void ServiceGroupBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, ServiceGroupDescription service)
           
 

Uses of ParameterInclude in org.apache.axis2.description
 

Classes in org.apache.axis2.description that implement ParameterInclude
 class HandlerDescription
          represent the deployment information about the handler
 class ModuleConfiguration
          This is to store deployment time data , described by .... for the initilal stage this just keep set of paramters , but when the time bean will be store more
 class ModuleDescription
          This holds the information about a Module.
 class OperationDescription
           
 class ParameterIncludeImpl
          Class ParameterIncludeImpl
 class ServiceDescription
          Class ServiceDescription
 class ServiceGroupDescription
           
 class TransportInDescription
          Represents a incoming transport deployed in AXis2
 class TransportOutDescription
          Represents a transport deployed in AXis2
 

Fields in org.apache.axis2.description declared as ParameterInclude
protected  ParameterInclude ServiceGroupDescription.paramInclude
           
protected  ParameterInclude TransportOutDescription.paramInclude
          Field paramInclude
protected  ParameterInclude TransportInDescription.paramInclude
          Field paramInclude
 

Methods in org.apache.axis2.description that return ParameterInclude
 ParameterInclude HandlerDescription.getParent()
           
 

Methods in org.apache.axis2.description with parameters of type ParameterInclude
 void HandlerDescription.setParent(ParameterInclude parent)
           
 

Constructors in org.apache.axis2.description with parameters of type ParameterInclude
ModuleConfiguration(javax.xml.namespace.QName moduleName, ParameterInclude parent)
           
 

Uses of ParameterInclude in org.apache.axis2.engine
 

Subinterfaces of ParameterInclude in org.apache.axis2.engine
 interface AxisConfiguration
          The palce where all the Global states of Axis is kept.
 interface AxisObserver
           
 

Classes in org.apache.axis2.engine that implement ParameterInclude
 class AxisConfigurationImpl
          Class EngineRegistryImpl
 

Fields in org.apache.axis2.engine declared as ParameterInclude
protected  ParameterInclude AxisConfigurationImpl.paramInclude
          Field paramInclude
 

Uses of ParameterInclude in org.apache.axis2.storage
 

Subinterfaces of ParameterInclude in org.apache.axis2.storage
 interface AxisStorage
           
 

Uses of ParameterInclude in org.apache.axis2.storage.impl
 

Classes in org.apache.axis2.storage.impl that implement ParameterInclude
 class AbstractStorage
           
 class AxisFileStorage
           
 class AxisMemoryStorage