Uses of Interface
org.apache.axis2.description.ParameterInclude
Packages that use ParameterInclude
Package
Description
-
Uses of ParameterInclude in org.apache.axis2.clustering
Subinterfaces of ParameterInclude in org.apache.axis2.clusteringModifier and TypeInterfaceDescriptioninterfaceThis is the main interface in the Axis2 clustering implementation. -
Uses of ParameterInclude in org.apache.axis2.clustering.management
Subinterfaces of ParameterInclude in org.apache.axis2.clustering.managementModifier and TypeInterfaceDescriptioninterfaceThis interface is responsible for handling configuration management. -
Uses of ParameterInclude in org.apache.axis2.clustering.state
Subinterfaces of ParameterInclude in org.apache.axis2.clustering.stateModifier and TypeInterfaceDescriptioninterfaceThis interface is responsible for handling context replication. -
Uses of ParameterInclude in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment with parameters of type ParameterIncludeModifier and TypeMethodDescriptionprotected FlowDescriptionBuilder.processFlow(org.apache.axiom.om.OMElement flowelement, ParameterInclude parent) Processes flow elements in services.xml .protected HandlerDescriptionDescriptionBuilder.processHandler(org.apache.axiom.om.OMElement handler_element, ParameterInclude parent) protected HandlerDescriptionDescriptionBuilder.processHandler(org.apache.axiom.om.OMElement handler_element, ParameterInclude parent, String containingPhase) Processes Handler element.protected voidAxisConfigBuilder.processModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisConfiguration config) protected voidServiceBuilder.processOperationModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisOperation operation) protected voidDescriptionBuilder.processParameters(Iterator parameters, ParameterInclude parameterInclude, ParameterInclude parent) Gets the Parameter object from the OM.protected voidServiceBuilder.processServiceModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisService service) protected voidServiceGroupBuilder.processServiceModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisServiceGroup axisService) -
Uses of ParameterInclude in org.apache.axis2.description
Classes in org.apache.axis2.description that implement ParameterIncludeModifier and TypeClassDescriptionclassAn AxisBinding represents a WSDL binding, and contains AxisBindingOperations.classclassAn AxisBindingOperation represents a WSDL <bindingOperation>classclassclassThis class represents the messages in WSDL.classThis holds the information about a Module.classclassClass AxisServiceclassclassRepresents the deployment information about the handlerclassclassclassThis is to store deployment time data , described by.... classclassclassClass ParameterIncludeImplclassclassRepresents an incoming transport deployed in Axis2.classRepresents a transport deployed in AXis2classThis class is to keep common methods and properties in InOut and OutIn axisOperationFields in org.apache.axis2.description declared as ParameterIncludeModifier and TypeFieldDescriptionprotected final ParameterIncludeTransportInDescription.paramIncludeField paramIncludeprotected final ParameterIncludeTransportOutDescription.paramIncludeField paramIncludeMethods in org.apache.axis2.description that return ParameterIncludeMethods in org.apache.axis2.description with parameters of type ParameterIncludeConstructors in org.apache.axis2.description with parameters of type ParameterInclude -
Uses of ParameterInclude in org.apache.axis2.engine
Subinterfaces of ParameterInclude in org.apache.axis2.engineClasses in org.apache.axis2.engine that implement ParameterInclude -
Uses of ParameterInclude in org.apache.axis2.transaction
Constructors in org.apache.axis2.transaction with parameters of type ParameterInclude