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 |
MessageContext.getConfigurationContext() |
ConfigurationContext |
ServiceContext.getConfigurationContext() |
ConfigurationContext |
OperationContext.getConfigurationContext()
Returns the EngineContext in which the parent ServiceContext lives.
|
ConfigurationContext |
MessageContext.getRootContext() |
ConfigurationContext |
ServiceGroupContext.getRootContext() |
ConfigurationContext |
ConfigurationContext.getRootContext() |
ConfigurationContext |
ServiceContext.getRootContext() |
ConfigurationContext |
SessionContext.getRootContext() |
abstract ConfigurationContext |
AbstractContext.getRootContext() |
ConfigurationContext |
OperationContext.getRootContext() |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
OperationContext.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 |
Deployer.init(ConfigurationContext configCtx)
Initialize the Deployer
|
void |
POJODeployer.init(ConfigurationContext configCtx) |
void |
TransportDeployer.init(ConfigurationContext configCtx) |
void |
ModuleDeployer.init(ConfigurationContext configCtx) |
void |
ServiceDeployer.init(ConfigurationContext configCtx) |
static AxisServiceGroup |
DeploymentEngine.loadServiceGroup(File serviceFile,
ConfigurationContext configCtx) |
void |
DeploymentLifeCycleListener.postDeploy(ConfigurationContext configurationContext)
calls after starting the configuration context to resume any activity.
|
void |
WarBasedAxisConfigurator.setConfigContext(ConfigurationContext configContext) |
void |
DeploymentEngine.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 | Field and Description |
---|---|
protected ConfigurationContext |
AxisServlet.configContext |
protected ConfigurationContext |
AbstractAgent.configContext |
protected ConfigurationContext |
SimpleHTTPServer.configurationContext |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
SimpleHTTPServer.getConfigurationContext()
Method getConfigurationContext
|
protected ConfigurationContext |
AxisServlet.initConfigContext(javax.servlet.ServletConfig config)
Initialize the Axis configuration context
|
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.soap.SOAPEnvelope |
HTTPTransportUtils.createEnvelopeFromGetRequest(String requestUrl,
Map map,
ConfigurationContext configCtx)
Deprecated.
This was used only by the now deprecated processHTTPGetRequest() method.
|
static EndpointReference[] |
HTTPTransportUtils.getEPRsForService(ConfigurationContext configurationContext,
TransportInDescription trpInDesc,
String serviceName,
String ip,
int port) |
static String |
HTTPTransportReceiver.getServicesHTML(ConfigurationContext configurationContext)
Returns the HTML text for the list of services deployed.
|
void |
SimpleHTTPServer.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
init method in TransportListener
|
void |
AxisServletListener.init(ConfigurationContext configurationContext,
TransportInDescription transportInDescription) |
void |
CommonsHTTPTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
static String |
HTTPTransportReceiver.printServiceHTML(String serviceName,
ConfigurationContext configurationContext) |
static boolean |
HTTPTransportUtils.processHTTPGetRequest(MessageContext msgContext,
OutputStream out,
String soapAction,
String requestURI,
ConfigurationContext configurationContext,
Map requestParameters)
Deprecated.
use RESTUtil.processURLRequest(MessageContext msgContext, OutputStream out, String contentType) instead
|
Constructor and Description |
---|
AbstractAgent(ConfigurationContext aConfigContext) |
ListingAgent(ConfigurationContext aConfigContext) |
SimpleHTTPServer(ConfigurationContext configurationContext,
int port)
Create a SimpleHTTPServer using default HttpFactory settings
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
HttpFactory.getConfigurationContext()
Getter for configurationContext
|
Constructor and Description |
---|
AxisHttpService(org.apache.http.protocol.HttpProcessor httpProcessor,
org.apache.http.ConnectionReuseStrategy connStrategy,
org.apache.http.HttpResponseFactory responseFactory,
ConfigurationContext configurationContext,
Worker worker) |
DefaultHttpConnectionManager(ConfigurationContext configurationContext,
Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params) |
DefaultHttpConnectionManager(ConfigurationContext configurationContext,
Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params,
HttpFactory httpFactory) |
HttpFactory(ConfigurationContext configurationContext)
Create and configure a new HttpFactory
|
HttpFactory(ConfigurationContext configurationContext,
int port)
Create and configure a new HttpFactory
|
HttpFactory(ConfigurationContext configurationContext,
int port,
WorkerFactory requestWorkerFactory)
Create and configure a new HttpFactory
|
SimpleHttpServer(ConfigurationContext configurationContext,
WorkerFactory workerFactory,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
JavaTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
Modifier and Type | Field and Description |
---|---|
static ConfigurationContext |
LocalTransportReceiver.CONFIG_CONTEXT |
Modifier and Type | Method and Description |
---|---|
void |
LocalResponder.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
void |
LocalTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
void |
LocalTransportReceiver.processMessage(ConfigurationContext configurationContext,
InputStream in,
EndpointReference to,
String action,
OutputStream response) |
Constructor and Description |
---|
LocalTransportReceiver(ConfigurationContext configContext) |
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–2015 The Apache Software Foundation. All rights reserved.