Uses of Interface
org.apache.axis2.description.ParameterInclude
-
Packages that use ParameterInclude Package Description org.apache.axis2.clustering org.apache.axis2.clustering.management org.apache.axis2.clustering.state org.apache.axis2.clustering.tribes org.apache.axis2.deployment org.apache.axis2.description org.apache.axis2.engine org.apache.axis2.transaction org.apache.axis2.transport.base org.apache.axis2.transport.base.datagram Base classes for datagram transports.org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.mail org.apache.axis2.transport.tcp org.apache.axis2.transport.udp Transport implementation for the UDP protocol. -
-
Uses of ParameterInclude in org.apache.axis2.clustering
Subinterfaces of ParameterInclude in org.apache.axis2.clustering Modifier and Type Interface Description interface
ClusteringAgent
This 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.management Modifier and Type Interface Description interface
NodeManager
This interface is responsible for handling configuration management.Classes in org.apache.axis2.clustering.management that implement ParameterInclude Modifier and Type Class Description class
DefaultNodeManager
-
Uses of ParameterInclude in org.apache.axis2.clustering.state
Subinterfaces of ParameterInclude in org.apache.axis2.clustering.state Modifier and Type Interface Description interface
StateManager
This interface is responsible for handling context replication.Classes in org.apache.axis2.clustering.state that implement ParameterInclude Modifier and Type Class Description class
DefaultStateManager
This class is the defaut StateManager of the Apache Tribes based clustering implementation -
Uses of ParameterInclude in org.apache.axis2.clustering.tribes
Classes in org.apache.axis2.clustering.tribes that implement ParameterInclude Modifier and Type Class Description class
TribesAxisObserver
AxisObserver which specifically handles setting of service & module classloaders for message deserialization by Tribesclass
TribesClusteringAgent
The main ClusteringAgent class for the Tribes based clustering implementation -
Uses of ParameterInclude in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment with parameters of type ParameterInclude Modifier and Type Method Description protected Flow
DescriptionBuilder. processFlow(OMElement flowelement, ParameterInclude parent)
Processes flow elements in services.xml .protected HandlerDescription
DescriptionBuilder. processHandler(OMElement handler_element, ParameterInclude parent)
protected HandlerDescription
DescriptionBuilder. processHandler(OMElement handler_element, ParameterInclude parent, String containingPhase)
Processes Handler element.protected void
AxisConfigBuilder. processModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisConfiguration config)
protected void
ServiceBuilder. processOperationModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisOperation operation)
protected void
DescriptionBuilder. processParameters(Iterator parameters, ParameterInclude parameterInclude, ParameterInclude parent)
Gets the Parameter object from the OM.protected void
ServiceBuilder. processServiceModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisService service)
protected void
ServiceGroupBuilder. processServiceModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisServiceGroup axisService)
-
Uses of ParameterInclude in org.apache.axis2.description
Classes in org.apache.axis2.description that implement ParameterInclude Modifier and Type Class Description 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 AxisServiceclass
AxisServiceGroup
class
HandlerDescription
Represents the deployment information about the handlerclass
InOnlyAxisOperation
class
InOutAxisOperation
class
ModuleConfiguration
This is to store deployment time data , described by.... class
OutInAxisOperation
class
OutOnlyAxisOperation
class
ParameterIncludeImpl
Class ParameterIncludeImplclass
RobustOutOnlyAxisOperation
class
TransportInDescription
Represents an incoming transport deployed in Axis2.class
TransportOutDescription
Represents a transport deployed in AXis2class
TwoChannelAxisOperation
This class is to keep common methods and properties in InOut and OutIn axisOperationFields in org.apache.axis2.description declared as ParameterInclude Modifier and Type Field Description protected ParameterInclude
TransportInDescription. paramInclude
Field paramIncludeprotected ParameterInclude
TransportOutDescription. paramInclude
Field paramIncludeMethods in org.apache.axis2.description that return ParameterInclude Modifier and Type Method Description ParameterInclude
HandlerDescription. getParent()
Methods in org.apache.axis2.description with parameters of type ParameterInclude Modifier and Type Method Description void
HandlerDescription. setParent(ParameterInclude parent)
Constructors in org.apache.axis2.description with parameters of type ParameterInclude Constructor Description ModuleConfiguration(String moduleName, ParameterInclude parent)
-
Uses of ParameterInclude in org.apache.axis2.engine
Subinterfaces of ParameterInclude in org.apache.axis2.engine Modifier and Type Interface Description interface
AxisObserver
Classes in org.apache.axis2.engine that implement ParameterInclude Modifier and Type Class Description class
AxisConfiguration
Class AxisConfiguration -
Uses of ParameterInclude in org.apache.axis2.transaction
Constructors in org.apache.axis2.transaction with parameters of type ParameterInclude Constructor Description TransactionConfiguration(ParameterInclude transactionParameters)
-
Uses of ParameterInclude in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base with parameters of type ParameterInclude Modifier and Type Method Description static String
ParamUtils. getOptionalParam(ParameterInclude paramInclude, String paramName)
static boolean
ParamUtils. getOptionalParamBoolean(ParameterInclude paramInclude, String paramName, boolean defaultValue)
static Integer
ParamUtils. getOptionalParamInt(ParameterInclude paramInclude, String paramName)
static int
ParamUtils. getOptionalParamInt(ParameterInclude paramInclude, String paramName, int defaultValue)
static String
ParamUtils. getRequiredParam(ParameterInclude paramInclude, String paramName)
static int
ParamUtils. getRequiredParamInt(ParameterInclude paramInclude, String paramName)
boolean
AbstractPollTableEntry. loadConfiguration(ParameterInclude params)
abstract boolean
ProtocolEndpoint. loadConfiguration(ParameterInclude params)
Configure the endpoint based on the provided parameters. -
Uses of ParameterInclude in org.apache.axis2.transport.base.datagram
Methods in org.apache.axis2.transport.base.datagram with parameters of type ParameterInclude Modifier and Type Method Description boolean
DatagramEndpoint. loadConfiguration(ParameterInclude params)
-
Uses of ParameterInclude in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms with parameters of type ParameterInclude Modifier and Type Method Description boolean
JMSEndpoint. loadConfiguration(ParameterInclude params)
Constructors in org.apache.axis2.transport.jms with parameters of type ParameterInclude Constructor Description JMSConnectionFactoryManager(ParameterInclude trpInDesc)
Construct a Connection factory manager for the JMS transport sender or receiver -
Uses of ParameterInclude in org.apache.axis2.transport.mail
Methods in org.apache.axis2.transport.mail with parameters of type ParameterInclude Modifier and Type Method Description boolean
PollTableEntry. loadConfiguration(ParameterInclude paramIncl)
static void
MailUtils. setupLogging(javax.mail.Session session, org.apache.commons.logging.Log log, ParameterInclude params)
-
Uses of ParameterInclude in org.apache.axis2.transport.tcp
Methods in org.apache.axis2.transport.tcp with parameters of type ParameterInclude Modifier and Type Method Description boolean
TCPEndpoint. loadConfiguration(ParameterInclude params)
-
Uses of ParameterInclude in org.apache.axis2.transport.udp
Methods in org.apache.axis2.transport.udp with parameters of type ParameterInclude Modifier and Type Method Description boolean
Endpoint. loadConfiguration(ParameterInclude params)
-