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) |
static void |
ClusteringUtils.loadServiceGroup(String serviceGroupName,
ConfigurationContext configCtx,
String tempDirectory)
Load a ServiceGroup having name
serviceGroupName |
void |
ClusteringAgent.setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context.
|
Modifier and Type | Method and Description |
---|---|
void |
GetStateResponseCommand.execute(ConfigurationContext configContext) |
void |
GetStateCommand.execute(ConfigurationContext configCtx) |
void |
GetConfigurationResponseCommand.execute(ConfigurationContext configContext) |
void |
GetConfigurationCommand.execute(ConfigurationContext configCtx) |
abstract void |
ControlCommand.execute(ConfigurationContext configurationContext)
Execute this command
|
Modifier and Type | Method and Description |
---|---|
void |
MemberListCommand.execute(ConfigurationContext configurationContext) |
void |
MemberJoinedCommand.execute(ConfigurationContext configurationContext) |
void |
JoinGroupCommand.execute(ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNodeManager.setConfigurationContext(ConfigurationContext configurationContext) |
void |
NodeManager.setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context.
|
Modifier and Type | Method and Description |
---|---|
void |
ShutdownMemberCommand.execute(ConfigurationContext configContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStateManager.setConfigurationContext(ConfigurationContext configurationContext) |
void |
StateManager.setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceStateCommand.execute(ConfigurationContext configurationContext) |
void |
UpdateServiceGroupStateCommand.execute(ConfigurationContext configContext) |
void |
UpdateConfigurationStateCommand.execute(ConfigurationContext configurationContext) |
void |
StateClusteringCommandCollection.execute(ConfigurationContext configContext) |
void |
DeleteServiceStateCommand.execute(ConfigurationContext configurationContext) |
void |
DeleteServiceGroupStateCommand.execute(ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
void |
TribesClusteringAgent.setConfigurationContext(ConfigurationContext configurationContext) |
void |
RpcMessagingHandler.setConfigurationContext(ConfigurationContext configurationContext) |
void |
RpcInitializationRequestHandler.setConfigurationContext(ConfigurationContext configurationContext) |
void |
Axis2ChannelListener.setConfigurationContext(ConfigurationContext configurationContext) |
Constructor and Description |
---|
Axis2ChannelListener(ConfigurationContext configurationContext,
DefaultNodeManager nodeManager,
DefaultStateManager stateManager) |
MembershipManager(ConfigurationContext configContext) |
RpcInitializationRequestHandler(ConfigurationContext configurationContext) |
RpcMessagingHandler(ConfigurationContext configurationContext) |
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 |
ServiceContext.getConfigurationContext() |
ConfigurationContext |
OperationContext.getConfigurationContext()
Returns the EngineContext in which the parent ServiceContext lives.
|
ConfigurationContext |
MessageContext.getConfigurationContext() |
ConfigurationContext |
SessionContext.getRootContext() |
ConfigurationContext |
ServiceGroupContext.getRootContext() |
ConfigurationContext |
ServiceContext.getRootContext() |
ConfigurationContext |
OperationContext.getRootContext() |
ConfigurationContext |
MessageContext.getRootContext() |
ConfigurationContext |
ConfigurationContext.getRootContext() |
abstract ConfigurationContext |
AbstractContext.getRootContext() |
Modifier and Type | Method and Description |
---|---|
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.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) |
Modifier and Type | Method and Description |
---|---|
void |
CorbaDeployer.init(ConfigurationContext configCtx) |
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 |
TransportDeployer.init(ConfigurationContext configCtx) |
void |
ServiceDeployer.init(ConfigurationContext configCtx) |
void |
POJODeployer.init(ConfigurationContext configCtx) |
void |
ModuleDeployer.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 |
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 |
Addressing.init(ConfigurationContext configContext,
AxisModule module) |
void |
Addressing.shutdown(ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPMonitorModule.init(ConfigurationContext configContext,
AxisModule module) |
void |
SOAPMonitorModule.shutdown(ConfigurationContext configContext) |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
ClientConfigurationFactory.getClientConfigurationContext()
Loads up a ConfigurationContext object using the configuration builder.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
ServiceDescription.getAxisConfigContext() |
ConfigurationContext |
DescriptionKey.getConfigContext() |
Modifier and Type | Method and Description |
---|---|
static AxisService |
DescriptionFactory.createAxisService(Class serviceImplClass,
ConfigurationContext configContext)
This provide very convenient way of creating an AxisService from an annotated java class.
|
static List<ServiceDescription> |
DescriptionFactory.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
ConfigurationContext configContext)
Create a full ServiceDescription hierarchy on the SERVER side for EACH service implementation
entry in the DescriptionBuilderComposite (DBC) map.
|
static List<ServiceDescription> |
DescriptionFactory.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
ConfigurationContext configContext,
boolean performVaidation)
Create a full ServiceDescription hierarchy on the SERVER side for EACH service implementation
entry in the DescriptionBuilderComposite (DBC) map.
|
void |
DescriptionKey.setConfigContext(ConfigurationContext configContext) |
Constructor and Description |
---|
DescriptionKey(QName serviceName,
URL wsdlUrl,
Class serviceClass,
ConfigurationContext configContext,
String serviceRefName) |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
DescriptionBuilderComposite.getConfigurationContext() |
Constructor and Description |
---|
DescriptionBuilderComposite(ConfigurationContext configContext) |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
ServiceDescriptionImpl.getAxisConfigContext() |
Modifier and Type | Method and Description |
---|---|
static void |
DescriptionFactoryImpl.clearServiceDescriptionCache(ConfigurationContext configContext)
Clears all the ServiceDescription objects in the cache associated with the specified
configuration context.
|
static ServiceDescription |
DescriptionFactoryImpl.createServiceDescription(Class serviceImplClass,
ConfigurationContext configContext) |
static List<ServiceDescription> |
DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
ConfigurationContext configContext) |
static List<ServiceDescription> |
DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
ConfigurationContext configContext,
boolean performVaidation) |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationContext |
JAXWSDeployer.configCtx |
Modifier and Type | Method and Description |
---|---|
void |
JAXWSDeployer.init(ConfigurationContext configCtx) |
Modifier and Type | Method and Description |
---|---|
void |
JAXWSModule.init(ConfigurationContext configurationContext,
AxisModule module) |
void |
JAXWSModule.shutdown(ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
static void |
ApplicationContextMigratorUtil.addApplicationContextMigrator(ConfigurationContext configurationContext,
String contextMigratorListID,
ApplicationContextMigrator migrator)
Register a new ContextPropertyMigrator.
|
Modifier and Type | Method and Description |
---|---|
static void |
WSDLExtensionValidatorUtil.addWSDLExtensionValidator(ConfigurationContext configurationContext,
WSDLExtensionValidator validator)
Register a new WSDLExtensionValidator
|
Constructor and Description |
---|
WSDL4JWrapper(javax.wsdl.Definition wsdlDefinition,
ConfigurationContext configContext)
Constructor
|
WSDL4JWrapper(URL wsdlURL,
ConfigurationContext configContext) |
WSDL4JWrapper(URL wsdlURL,
ConfigurationContext configContext,
JAXWSCatalogManager catalogManager) |
WSDL4JWrapper(URL wsdlURL,
javax.wsdl.Definition wsdlDefinition,
ConfigurationContext configContext)
Constructor
|
WSDL4JWrapper(URL wsdlURL,
javax.wsdl.Definition wsdlDefinition,
ConfigurationContext configContext,
JAXWSCatalogManager catalogManager)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataExchangeModule.init(ConfigurationContext configContext,
AxisModule module) |
void |
MetadataExchangeModule.shutdown(ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
void |
Module.init(ConfigurationContext configContext,
AxisModule module) |
void |
Module.shutdown(ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
void |
MTOMPolicy.init(ConfigurationContext configContext,
AxisModule module) |
void |
MTOMPolicy.shutdown(ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationContext |
OSGiAxisServlet.initConfigContext(ServletConfig config) |
Constructor and Description |
---|
OSGiAxisServlet(ConfigurationContext configurationContext) |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationContext |
AbstractRegistry.configCtx |
Constructor and Description |
---|
AbstractRegistry(org.osgi.framework.BundleContext context,
ConfigurationContext configCtx) |
ModuleRegistry(org.osgi.framework.BundleContext context,
ConfigurationContext configCtx,
Registry serviceRegistry) |
OSGiServiceBuilder(ConfigurationContext configCtx,
AxisService service) |
OSGiServiceBuilder(InputStream serviceInputStream,
ConfigurationContext configCtx,
AxisService service) |
OSGiServiceGroupBuilder(org.apache.axiom.om.OMElement serviceElement,
HashMap wsdlServices,
ConfigurationContext configCtx) |
ServiceRegistry(org.osgi.framework.BundleContext context,
ConfigurationContext configCtx) |
Constructor and Description |
---|
WSTracker(ConfigurationContext configCtx,
org.osgi.framework.BundleContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpListener.init(ConfigurationContext configCtx,
TransportInDescription transprtIn) |
Constructor and Description |
---|
RPCServiceClient(ConfigurationContext configContext,
AxisService service) |
RPCServiceClient(ConfigurationContext configContext,
URL wsdlURL,
QName wsdlServiceName,
String portName) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptModule.init(ConfigurationContext configContext,
AxisModule module)
Init by creating and deploying AxisServices for each script
|
void |
ScriptModule.shutdown(ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
protected ConfigurationContext |
AbstractTransportTest.getClientCfgCtx()
Get the default axis2 configuration context for a client
|
ConfigurationContext |
UtilsTransportServer.getConfigurationContext() |
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 |
AbstractTransportSender.cfgCtx
the axis2 configuration context
|
protected ConfigurationContext |
AbstractTransportListener.cfgCtx
the axis2 configuration context
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationContext |
ProtocolEndpoint.getConfigurationContext()
Get the Axis2 configuration context.
|
ConfigurationContext |
AbstractTransportListener.getConfigurationContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransportListenerEx.init(ConfigurationContext cfgCtx,
TransportInDescription transportIn) |
void |
AbstractTransportListener.init(ConfigurationContext cfgCtx,
TransportInDescription transportIn)
Initialize the generic transport.
|
void |
AbstractTransportSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut)
Initialize the generic transport sender.
|
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(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 | Method and Description |
---|---|
void |
JMSSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for
outgoing messages.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationContext |
LocalTransportReceiver.CONFIG_CONTEXT |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
void |
LocalResponder.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 |
---|---|
void |
MailTransportSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut)
Initialize the Mail sender and be ready to send messages
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
AxisTestClientContext.getConfigurationContext() |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleFixTransportListenerProxy.init(ConfigurationContext arg0,
TransportInDescription arg1) |
Modifier and Type | Method and Description |
---|---|
void |
UDPSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut) |
Modifier and Type | Method and Description |
---|---|
void |
XMPPListener.init(ConfigurationContext configurationCtx,
TransportInDescription transportIn)
Initializing the XMPPListener.
|
void |
XMPPSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for
outgoing messages.
|
Constructor and Description |
---|
XMPPPacketListener(XMPPConnectionFactory xmppConnectionFactory,
ConfigurationContext configurationContext,
Executor workerPool) |
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) |
Constructor and Description |
---|
AdminAgent(ConfigurationContext aConfigContext) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.