Package | Description |
---|---|
org.apache.axis2.clustering | |
org.apache.axis2.clustering.management | |
org.apache.axis2.clustering.state | |
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.mail | |
org.apache.axis2.transport.tcp | |
org.apache.axis2.transport.udp |
Transport implementation for the UDP protocol.
|
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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DatagramEndpoint.loadConfiguration(ParameterInclude params) |
Modifier and Type | Method and Description |
---|---|
boolean |
PollTableEntry.loadConfiguration(ParameterInclude paramIncl) |
static void |
MailUtils.setupLogging(javax.mail.Session session,
org.apache.commons.logging.Log log,
ParameterInclude params) |
Modifier and Type | Method and Description |
---|---|
boolean |
TCPEndpoint.loadConfiguration(ParameterInclude params) |
Modifier and Type | Method and Description |
---|---|
boolean |
Endpoint.loadConfiguration(ParameterInclude params) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.