Modifier and Type | Interface and Description |
---|---|
interface |
ClusteringAgent
This is the main interface in the Axis2 clustering implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NodeManager
This interface is responsible for handling configuration management.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StateManager
This interface is responsible for handling context replication.
|
Modifier and Type | Method and Description |
---|---|
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,
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) |
Modifier and Type | Class and 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 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
|
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
|
Modifier and Type | Field and Description |
---|---|
protected ParameterInclude |
TransportOutDescription.paramInclude
Field paramInclude
|
protected ParameterInclude |
TransportInDescription.paramInclude
Field paramInclude
|
Modifier and Type | Method and Description |
---|---|
ParameterInclude |
HandlerDescription.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
HandlerDescription.setParent(ParameterInclude parent) |
Constructor and Description |
---|
ModuleConfiguration(String moduleName,
ParameterInclude parent) |
Modifier and Type | Interface and Description |
---|---|
interface |
AxisObserver |
Modifier and Type | Class and Description |
---|---|
class |
AxisConfiguration
Class AxisConfiguration
|
Constructor and Description |
---|
TransactionConfiguration(ParameterInclude transactionParameters) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.