Modifier and Type | Method and Description |
---|---|
void |
Options.activate(ConfigurationContext cc)
This method checks to see if additional work needs to be
done in order to complete the object reconstitution.
|
protected void |
OperationClient.prepareMessageContext(ConfigurationContext configurationContext,
MessageContext mc)
prepareMessageContext gets a fresh new MessageContext ready to be sent.
|
Constructor and Description |
---|
ServiceClient(ConfigurationContext configContext,
AxisService axisService)
Create a service client configured to work with a specific AxisService.
|
ServiceClient(ConfigurationContext configContext,
javax.wsdl.Definition wsdl4jDefinition,
QName wsdlServiceName,
String portName)
This is WSDL4J based constructor to configure the Service Client/ TODO: make this policy
aware
|
ServiceClient(ConfigurationContext configContext,
URL wsdlURL,
QName wsdlServiceName,
String portName)
Create a service client for WSDL service identified by the QName of the wsdl:service element
in a WSDL document.
|
WSDLBasedPolicyProcessor(ConfigurationContext configctx) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ClusteringCommand.execute(ConfigurationContext configContext) |
void |
ClusteringAgent.setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeManager.setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context.
|
Modifier and Type | Method and Description |
---|---|
void |
StateManager.setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationContext |
ConfigurationContextFactory.createBasicConfigurationContext(String resourceName)
Creates configuration context using resource file found in the classpath.
|
static ConfigurationContext |
ConfigurationContextFactory.createConfigurationContext(AxisConfigurator axisConfigurator)
Creates a AxisConfiguration depending on the user requirement.
|
static ConfigurationContext |
ConfigurationContextFactory.createConfigurationContextFromFileSystem(String path) |
static ConfigurationContext |
ConfigurationContextFactory.createConfigurationContextFromFileSystem(String path,
String axis2xml)
To get a ConfigurationContext for given data , and underline implementation
is Axis2 default impl which is file system based deployment model to create
an AxisConfiguration.
|
static ConfigurationContext |
ConfigurationContextFactory.createConfigurationContextFromURIs(URL axis2xml,
URL repositoy) |
static ConfigurationContext |
ConfigurationContextFactory.createDefaultConfigurationContext()
Gets the default configuration context by using Axis2.xml in the classpath
|
static ConfigurationContext |
ConfigurationContextFactory.createEmptyConfigurationContext()
creates an empty configuration context.
|
ConfigurationContext |
OperationContext.getConfigurationContext()
Returns the EngineContext in which the parent ServiceContext lives.
|
ConfigurationContext |
ServiceContext.getConfigurationContext() |
ConfigurationContext |
MessageContext.getConfigurationContext() |
abstract ConfigurationContext |
AbstractContext.getRootContext() |
ConfigurationContext |
ConfigurationContext.getRootContext() |
ConfigurationContext |
OperationContext.getRootContext() |
ConfigurationContext |
ServiceGroupContext.getRootContext() |
ConfigurationContext |
ServiceContext.getRootContext() |
ConfigurationContext |
SessionContext.getRootContext() |
ConfigurationContext |
MessageContext.getRootContext() |
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.activate(ConfigurationContext cc)
This method checks to see if additional work needs to be
done in order to complete the object reconstitution.
|
void |
ServiceGroupContext.activate(ConfigurationContext cc)
Some parts of the object restored from the
readExternal deserialization work cannot be completed until
we have a configurationContext.
|
void |
ServiceContext.activate(ConfigurationContext cc)
This method checks to see if additional work needs to be
done in order to complete the object reconstitution.
|
void |
MessageContext.activate(ConfigurationContext cc)
This method checks to see if additional work needs to be
done in order to complete the object reconstitution.
|
void |
MessageContext.setConfigurationContext(ConfigurationContext context) |
Constructor and Description |
---|
ServiceGroupContext(ConfigurationContext parent,
AxisServiceGroup axisServiceGroup) |
Constructor and Description |
---|
MexClient(ConfigurationContext configContext,
AxisService axisService) |
MexClient(ConfigurationContext configContext,
javax.wsdl.Definition wsdl4jDefinition,
QName wsdlServiceName,
String portName) |
MexClient(ConfigurationContext configContext,
URL wsdlURL,
QName wsdlServiceName,
String portName) |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationContext |
DeploymentEngine.configContext |
protected ConfigurationContext |
DescriptionBuilder.configCtx |
Modifier and Type | Method and Description |
---|---|
static AxisService |
DeploymentEngine.buildService(InputStream serviceInputStream,
ConfigurationContext configCtx)
Fills an axisservice object using services.xml.
|
static AxisServiceGroup |
DeploymentEngine.buildServiceGroup(InputStream servicesxml,
ClassLoader classLoader,
String serviceGroupName,
ConfigurationContext configCtx,
ArchiveReader archiveReader,
HashMap wsdlServices)
To build a AxisServiceGroup for a given services.xml
You have to add the created group into AxisConfig
|
void |
POJODeployer.init(ConfigurationContext configCtx) |
void |
ModuleDeployer.init(ConfigurationContext configCtx) |
void |
TransportDeployer.init(ConfigurationContext configCtx) |
void |
ServiceDeployer.init(ConfigurationContext configCtx) |
void |
Deployer.init(ConfigurationContext configCtx)
Initialize the Deployer
|
static AxisServiceGroup |
DeploymentEngine.loadServiceGroup(File serviceFile,
ConfigurationContext configCtx) |
void |
DeploymentLifeCycleListener.postDeploy(ConfigurationContext configurationContext)
calls after starting the configuration context to resume any activity.
|
void |
DeploymentEngine.setConfigContext(ConfigurationContext configContext) |
void |
WarBasedAxisConfigurator.setConfigContext(ConfigurationContext configContext) |
Constructor and Description |
---|
DescriptionBuilder(InputStream serviceInputStream,
ConfigurationContext configCtx) |
ServiceBuilder(ConfigurationContext configCtx,
AxisService service) |
ServiceBuilder(InputStream serviceInputStream,
ConfigurationContext configCtx,
AxisService service) |
ServiceGroupBuilder(org.apache.axiom.om.OMElement service,
HashMap<String,AxisService> wsdlServices,
ConfigurationContext configCtx) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AxisService> |
ArchiveReader.buildServiceGroup(InputStream zin,
DeploymentFileData currentFile,
AxisServiceGroup axisServiceGroup,
HashMap<String,AxisService> wsdlServices,
ConfigurationContext configCtx) |
ArrayList<AxisService> |
ArchiveReader.processServiceGroup(String filename,
DeploymentFileData currentFile,
AxisServiceGroup axisServiceGroup,
boolean extractService,
HashMap<String,AxisService> wsdlServices,
ConfigurationContext configCtx)
Extracts Service XML files and builds the service groups.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utils.deployModuleServices(AxisModule module,
ConfigurationContext configCtx)
Modules can contain services in some cases.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigurationContext |
AxisServer.configContext |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationContext |
AxisServer.createDefaultConfigurationContext()
Users extending this class can override this method to supply a custom ConfigurationContext
|
ConfigurationContext |
ListenerManager.getConfigctx()
Returns the ConfigurationContext used for the initalization of the listener manager.
|
ConfigurationContext |
AxisServer.getConfigurationContext()
Creates a default configuration context if one is not set already via setConfigurationContext
|
Modifier and Type | Method and Description |
---|---|
void |
ListenerManager.init(ConfigurationContext configCtx)
Initializes the listener manager and the defined transports in the
AxisConfiguration |
void |
AxisServer.setConfigurationContext(ConfigurationContext configContext)
Set the configuration context.
|
void |
ServiceLifeCycle.shutDown(ConfigurationContext configctx,
AxisService service)
this will be called during the system shut down time.
|
void |
ListenerManager.startSystem(ConfigurationContext configurationContext) |
void |
ServiceLifeCycle.startUp(ConfigurationContext configctx,
AxisService service)
this will be called during the deployement time of the service.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.init(ConfigurationContext configContext,
AxisModule module) |
void |
Module.shutdown(ConfigurationContext configurationContext) |
Constructor and Description |
---|
RPCServiceClient(ConfigurationContext configContext,
AxisService service) |
RPCServiceClient(ConfigurationContext configContext,
URL wsdlURL,
QName wsdlServiceName,
String portName) |
Modifier and Type | Method and Description |
---|---|
void |
TransportListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn) |
void |
TransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize
|
Modifier and Type | Method and Description |
---|---|
void |
JavaTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
Modifier and Type | Method and Description |
---|---|
static ConfigurationContext |
Utils.getNewConfigurationContext(String repositry) |
Modifier and Type | Method and Description |
---|---|
static void |
ThreadContextMigratorUtil.addThreadContextMigrator(ConfigurationContext configurationContext,
String threadContextMigratorListID,
ThreadContextMigrator migrator)
Register a new ThreadContextMigrator.
|
static ServiceContext |
Utils.fillContextInformation(AxisService axisService,
ConfigurationContext configurationContext) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.