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

Packages that use ParameterInclude
org.apache.axis2.clustering   
org.apache.axis2.clustering.configuration   
org.apache.axis2.clustering.context   
org.apache.axis2.clustering.tribes   
org.apache.axis2.deployment   
org.apache.axis2.description   
org.apache.axis2.engine   
 

Uses of ParameterInclude in org.apache.axis2.clustering
 

Subinterfaces of ParameterInclude in org.apache.axis2.clustering
 interface ClusterManager
          This is the main interface in the Axis2 clustering implementation.
 

Uses of ParameterInclude in org.apache.axis2.clustering.configuration
 

Subinterfaces of ParameterInclude in org.apache.axis2.clustering.configuration
 interface ConfigurationManager
           
 

Classes in org.apache.axis2.clustering.configuration that implement ParameterInclude
 class DefaultConfigurationManager
           
 

Uses of ParameterInclude in org.apache.axis2.clustering.context
 

Subinterfaces of ParameterInclude in org.apache.axis2.clustering.context
 interface ContextManager
           
 

Classes in org.apache.axis2.clustering.context that implement ParameterInclude
 class DefaultContextManager
           
 

Uses of ParameterInclude in org.apache.axis2.clustering.tribes
 

Classes in org.apache.axis2.clustering.tribes that implement ParameterInclude
 class TribesClusterManager
           
 

Uses of ParameterInclude in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment with parameters of type ParameterInclude
protected  Flow DescriptionBuilder.processFlow(org.apache.axiom.om.OMElement flowelement, ParameterInclude parent)
          Processes flow elements in services.xml .
protected  HandlerDescription DescriptionBuilder.processHandler(org.apache.axiom.om.OMElement handler_element, ParameterInclude parent)
           
protected  HandlerDescription DescriptionBuilder.processHandler(org.apache.axiom.om.OMElement handler_element, ParameterInclude parent, java.lang.String containingPhase)
          Processes Handler element.
protected  void AxisConfigBuilder.processModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, AxisConfiguration config)
           
protected  void ServiceBuilder.processOperationModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, AxisOperation operation)
           
protected  void DescriptionBuilder.processParameters(java.util.Iterator parameters, ParameterInclude parameterInclude, ParameterInclude parent)
          Gets the Parameter object from the OM.
protected  void ServiceBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, AxisService service)
           
protected  void ServiceGroupBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, AxisServiceGroup axisService)
           
 

Uses of ParameterInclude in org.apache.axis2.description
 

Classes in org.apache.axis2.description that implement ParameterInclude
 class AxisBinding
          An AxisBinding represents a WSDL binding, and contains AxisBindingOperations.
 class AxisBindingMessage
           
 class AxisBindingOperation
          An AxisBindingOperation represents a WSDL <bindingOperation>
 class AxisDescription
           
 class AxisEndpoint
           
 class AxisMessage
          This class represents the messages in WSDL.
 class AxisModule
          This holds the information about a Module.
 class AxisOperation
           
 class AxisService
          Class AxisService
 class AxisServiceGroup
           
 class HandlerDescription
          Represents the deployment information about the handler
 class InOnlyAxisOperation
           
 class InOutAxisOperation
           
 class ModuleConfiguration
          This is to store deployment time data , described by ....

Right now this just keeps stores the set of parameters

 class OutInAxisOperation
           
 class OutOnlyAxisOperation
           
 class ParameterIncludeImpl
          Class ParameterIncludeImpl
 class RobustOutOnlyAxisOperation
           
 class TransportInDescription
          Represents an incoming transport deployed in Axis2.
 class TransportOutDescription
          Represents a transport deployed in AXis2
 class TwoChannelAxisOperation
          This class is to keep common methods and properties in InOut and OutIn axisOperation
 

Fields in org.apache.axis2.description declared as ParameterInclude
protected  ParameterInclude TransportInDescription.paramInclude
          Field paramInclude
protected  ParameterInclude TransportOutDescription.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(java.lang.String moduleName, ParameterInclude parent)
           
 

Uses of ParameterInclude in org.apache.axis2.engine
 

Subinterfaces of ParameterInclude in org.apache.axis2.engine
 interface AxisObserver
           
 

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



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