Uses of Class
org.apache.axis2.context.ConfigurationContext
-
-
Uses of ConfigurationContext in org.apache.axis2.client
Methods in org.apache.axis2.client with parameters of type ConfigurationContext Modifier and Type Method 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.Constructors in org.apache.axis2.client with parameters of type ConfigurationContext Constructor Description 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.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 awareServiceClient(ConfigurationContext configContext, AxisService axisService)
Create a service client configured to work with a specific AxisService.WSDLBasedPolicyProcessor(ConfigurationContext configctx)
-
Uses of ConfigurationContext in org.apache.axis2.clustering
Methods in org.apache.axis2.clustering with parameters of type ConfigurationContext Modifier and Type Method Description abstract void
ClusteringCommand. execute(ConfigurationContext configContext)
static void
ClusteringUtils. loadServiceGroup(String serviceGroupName, ConfigurationContext configCtx, String tempDirectory)
Load a ServiceGroup having nameserviceGroupName
void
ClusteringAgent. setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context. -
Uses of ConfigurationContext in org.apache.axis2.clustering.control
Methods in org.apache.axis2.clustering.control with parameters of type ConfigurationContext Modifier and Type Method Description abstract void
ControlCommand. execute(ConfigurationContext configurationContext)
Execute this commandvoid
GetConfigurationCommand. execute(ConfigurationContext configCtx)
void
GetConfigurationResponseCommand. execute(ConfigurationContext configContext)
void
GetStateCommand. execute(ConfigurationContext configCtx)
void
GetStateResponseCommand. execute(ConfigurationContext configContext)
-
Uses of ConfigurationContext in org.apache.axis2.clustering.control.wka
Methods in org.apache.axis2.clustering.control.wka with parameters of type ConfigurationContext Modifier and Type Method Description void
JoinGroupCommand. execute(ConfigurationContext configurationContext)
void
MemberJoinedCommand. execute(ConfigurationContext configurationContext)
void
MemberListCommand. execute(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.clustering.management
Methods in org.apache.axis2.clustering.management with parameters of type ConfigurationContext Modifier and Type Method Description void
DefaultNodeManager. setConfigurationContext(ConfigurationContext configurationContext)
void
NodeManager. setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context. -
Uses of ConfigurationContext in org.apache.axis2.clustering.management.commands
Methods in org.apache.axis2.clustering.management.commands with parameters of type ConfigurationContext Modifier and Type Method Description void
ShutdownMemberCommand. execute(ConfigurationContext configContext)
-
Uses of ConfigurationContext in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state with parameters of type ConfigurationContext Modifier and Type Method Description void
DefaultStateManager. setConfigurationContext(ConfigurationContext configurationContext)
void
StateManager. setConfigurationContext(ConfigurationContext configurationContext)
Set the system's configuration context. -
Uses of ConfigurationContext in org.apache.axis2.clustering.state.commands
Methods in org.apache.axis2.clustering.state.commands with parameters of type ConfigurationContext Modifier and Type Method Description void
DeleteServiceGroupStateCommand. execute(ConfigurationContext configurationContext)
void
DeleteServiceStateCommand. execute(ConfigurationContext configurationContext)
void
StateClusteringCommandCollection. execute(ConfigurationContext configContext)
void
UpdateConfigurationStateCommand. execute(ConfigurationContext configurationContext)
void
UpdateServiceGroupStateCommand. execute(ConfigurationContext configContext)
void
UpdateServiceStateCommand. execute(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes with parameters of type ConfigurationContext Modifier and Type Method Description void
Axis2ChannelListener. setConfigurationContext(ConfigurationContext configurationContext)
void
RpcInitializationRequestHandler. setConfigurationContext(ConfigurationContext configurationContext)
void
RpcMessagingHandler. setConfigurationContext(ConfigurationContext configurationContext)
void
TribesClusteringAgent. setConfigurationContext(ConfigurationContext configurationContext)
Constructors in org.apache.axis2.clustering.tribes with parameters of type ConfigurationContext Constructor Description Axis2ChannelListener(ConfigurationContext configurationContext, DefaultNodeManager nodeManager, DefaultStateManager stateManager)
MembershipManager(ConfigurationContext configContext)
RpcInitializationRequestHandler(ConfigurationContext configurationContext)
RpcMessagingHandler(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.context
Methods in org.apache.axis2.context that return ConfigurationContext Modifier and Type Method 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 classpathstatic ConfigurationContext
ConfigurationContextFactory. createEmptyConfigurationContext()
creates an empty configuration context.ConfigurationContext
MessageContext. getConfigurationContext()
ConfigurationContext
OperationContext. getConfigurationContext()
Returns the EngineContext in which the parent ServiceContext lives.ConfigurationContext
ServiceContext. getConfigurationContext()
abstract ConfigurationContext
AbstractContext. getRootContext()
ConfigurationContext
ConfigurationContext. getRootContext()
ConfigurationContext
MessageContext. getRootContext()
ConfigurationContext
OperationContext. getRootContext()
ConfigurationContext
ServiceContext. getRootContext()
ConfigurationContext
ServiceGroupContext. getRootContext()
ConfigurationContext
SessionContext. getRootContext()
Methods in org.apache.axis2.context with parameters of type ConfigurationContext Modifier and Type Method 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
OperationContext. activate(ConfigurationContext cc)
This method checks to see if additional work needs to be done in order to complete the object reconstitution.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
ServiceGroupContext. activate(ConfigurationContext cc)
Some parts of the object restored from the readExternal deserialization work cannot be completed until we have a configurationContext.void
MessageContext. setConfigurationContext(ConfigurationContext context)
Constructors in org.apache.axis2.context with parameters of type ConfigurationContext Constructor Description ServiceGroupContext(ConfigurationContext parent, AxisServiceGroup axisServiceGroup)
-
Uses of ConfigurationContext in org.apache.axis2.dataretrieval.client
Constructors in org.apache.axis2.dataretrieval.client with parameters of type ConfigurationContext Constructor Description MexClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)
MexClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, QName wsdlServiceName, String portName)
MexClient(ConfigurationContext configContext, AxisService axisService)
-
Uses of ConfigurationContext in org.apache.axis2.deployment
Fields in org.apache.axis2.deployment declared as ConfigurationContext Modifier and Type Field Description protected ConfigurationContext
DeploymentEngine. configContext
protected ConfigurationContext
DescriptionBuilder. configCtx
Methods in org.apache.axis2.deployment that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
AbstractServiceBuilderExtension. getConfigurationContext()
Gets the configuration context.Methods in org.apache.axis2.deployment with parameters of type ConfigurationContext Modifier and Type Method 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<String,AxisService> wsdlServices)
To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfigprotected Map<String,AxisService>
AbstractDeployer. executeServiceBuilderExtensions(DeploymentFileData deploymentFileData, ConfigurationContext configurationContext)
This method executes ServiceBuilderExtensions associated with this Deployer instance and return a list AxisService instances.void
AbstractServiceBuilderExtension. init(ConfigurationContext configurationContext)
void
Deployer. init(ConfigurationContext configCtx)
Initialize the Deployervoid
ModuleDeployer. init(ConfigurationContext configCtx)
void
POJODeployer. init(ConfigurationContext configCtx)
void
ServiceBuilderExtension. init(ConfigurationContext configurationContext)
Initialize ServiceBuilderExtension instance.void
ServiceDeployer. init(ConfigurationContext configCtx)
void
TransportDeployer. 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
DeploymentEngine. setConfigContext(ConfigurationContext configContext)
void
WarBasedAxisConfigurator. setConfigContext(ConfigurationContext configContext)
Constructors in org.apache.axis2.deployment with parameters of type ConfigurationContext Constructor Description DescriptionBuilder(InputStream serviceInputStream, ConfigurationContext configCtx)
ServiceBuilder(InputStream serviceInputStream, ConfigurationContext configCtx, AxisService service)
ServiceBuilder(ConfigurationContext configCtx, AxisService service)
ServiceGroupBuilder(OMElement service, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)
-
Uses of ConfigurationContext in org.apache.axis2.deployment.repository.util
-
Uses of ConfigurationContext in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util with parameters of type ConfigurationContext Modifier and Type Method Description static void
Utils. deployModuleServices(AxisModule module, ConfigurationContext configCtx)
Modules can contain services in some cases. -
Uses of ConfigurationContext in org.apache.axis2.engine
Fields in org.apache.axis2.engine declared as ConfigurationContext Modifier and Type Field Description protected ConfigurationContext
AxisServer. configContext
Methods in org.apache.axis2.engine that return ConfigurationContext Modifier and Type Method Description protected ConfigurationContext
AxisServer. createDefaultConfigurationContext()
Users extending this class can override this method to supply a custom ConfigurationContextConfigurationContext
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 setConfigurationContextMethods in org.apache.axis2.engine with parameters of type ConfigurationContext Modifier and Type Method Description void
ListenerManager. init(ConfigurationContext configCtx)
Initializes the listener manager and the defined transports in theAxisConfiguration
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. irrespective of the service scope this method will be calledvoid
ListenerManager. startSystem(ConfigurationContext configurationContext)
void
ServiceLifeCycle. startUp(ConfigurationContext configctx, AxisService service)
this will be called during the deployement time of the service. irrespective of the service scope this method will be called -
Uses of ConfigurationContext in org.apache.axis2.handlers.addressing
Methods in org.apache.axis2.handlers.addressing with parameters of type ConfigurationContext Modifier and Type Method Description void
Addressing. init(ConfigurationContext configContext, AxisModule module)
void
Addressing. shutdown(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.handlers.soapmonitor
Methods in org.apache.axis2.handlers.soapmonitor with parameters of type ConfigurationContext Modifier and Type Method Description void
SOAPMonitorModule. init(ConfigurationContext configContext, AxisModule module)
void
SOAPMonitorModule. shutdown(ConfigurationContext configContext)
-
Uses of ConfigurationContext in org.apache.axis2.jaxws
Methods in org.apache.axis2.jaxws that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
ClientConfigurationFactory. getClientConfigurationContext()
Loads up a ConfigurationContext object using the configuration builder. -
Uses of ConfigurationContext in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
ServiceDescription. getAxisConfigContext()
ConfigurationContext
DescriptionKey. getConfigContext()
Methods in org.apache.axis2.jaxws.description with parameters of type ConfigurationContext Modifier and Type Method 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)
Constructors in org.apache.axis2.jaxws.description with parameters of type ConfigurationContext Constructor Description DescriptionKey(QName serviceName, URL wsdlUrl, Class serviceClass, ConfigurationContext configContext, String serviceRefName)
-
Uses of ConfigurationContext in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
DescriptionBuilderComposite. getConfigurationContext()
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type ConfigurationContext Constructor Description DescriptionBuilderComposite(ConfigurationContext configContext)
-
Uses of ConfigurationContext in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
ServiceDescriptionImpl. getAxisConfigContext()
Methods in org.apache.axis2.jaxws.description.impl with parameters of type ConfigurationContext Modifier and Type Method 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)
-
Uses of ConfigurationContext in org.apache.axis2.jaxws.framework
Fields in org.apache.axis2.jaxws.framework declared as ConfigurationContext Modifier and Type Field Description protected ConfigurationContext
JAXWSDeployer. configCtx
Methods in org.apache.axis2.jaxws.framework that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
JAXWSDeployerSupport. getConfigurationContext()
Gets the configuration context.Methods in org.apache.axis2.jaxws.framework with parameters of type ConfigurationContext Modifier and Type Method Description void
JAXWSDeployer. init(ConfigurationContext configCtx)
void
JAXWSDeployerSupport. setConfigurationContext(ConfigurationContext configurationContext)
Sets the configuration context.Constructors in org.apache.axis2.jaxws.framework with parameters of type ConfigurationContext Constructor Description JAXWSDeployerSupport(ConfigurationContext configurationContext)
Instantiates a new jAXWS deployer support.JAXWSDeployerSupport(ConfigurationContext configurationContext, String directory)
Instantiates a new jAXWS deployer support. -
Uses of ConfigurationContext in org.apache.axis2.jaxws.module
Methods in org.apache.axis2.jaxws.module with parameters of type ConfigurationContext Modifier and Type Method Description void
JAXWSModule. init(ConfigurationContext configurationContext, AxisModule module)
void
JAXWSModule. shutdown(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.jaxws.spi.migrator
Methods in org.apache.axis2.jaxws.spi.migrator with parameters of type ConfigurationContext Modifier and Type Method Description static void
ApplicationContextMigratorUtil. addApplicationContextMigrator(ConfigurationContext configurationContext, String contextMigratorListID, ApplicationContextMigrator migrator)
Register a new ContextPropertyMigrator. -
Uses of ConfigurationContext in org.apache.axis2.jaxws.util
Methods in org.apache.axis2.jaxws.util with parameters of type ConfigurationContext Modifier and Type Method Description static void
WSDLExtensionValidatorUtil. addWSDLExtensionValidator(ConfigurationContext configurationContext, WSDLExtensionValidator validator)
Register a new WSDLExtensionValidatorConstructors in org.apache.axis2.jaxws.util with parameters of type ConfigurationContext Constructor Description WSDL4JWrapper(URL wsdlURL, javax.wsdl.Definition wsdlDefinition, ConfigurationContext configContext)
ConstructorWSDL4JWrapper(URL wsdlURL, javax.wsdl.Definition wsdlDefinition, ConfigurationContext configContext, JAXWSCatalogManager catalogManager)
ConstructorWSDL4JWrapper(URL wsdlURL, ConfigurationContext configContext)
WSDL4JWrapper(URL wsdlURL, ConfigurationContext configContext, JAXWSCatalogManager catalogManager)
WSDL4JWrapper(javax.wsdl.Definition wsdlDefinition, ConfigurationContext configContext)
Constructor -
Uses of ConfigurationContext in org.apache.axis2.json.gson
Methods in org.apache.axis2.json.gson with parameters of type ConfigurationContext Modifier and Type Method Description void
GsonXMLStreamReader. initXmlStreamReader(QName elementQname, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext configContext)
Constructors in org.apache.axis2.json.gson with parameters of type ConfigurationContext Constructor Description GsonXMLStreamReader(com.google.gson.stream.JsonReader jsonReader, QName elementQname, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext configContext)
GsonXMLStreamWriter(com.google.gson.stream.JsonWriter jsonWriter, QName elementQName, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext context)
-
Uses of ConfigurationContext in org.apache.axis2.json.moshi
Methods in org.apache.axis2.json.moshi with parameters of type ConfigurationContext Modifier and Type Method Description void
MoshiXMLStreamReader. initXmlStreamReader(QName elementQname, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext configContext)
Constructors in org.apache.axis2.json.moshi with parameters of type ConfigurationContext Constructor Description MoshiXMLStreamReader(com.squareup.moshi.JsonReader jsonReader, QName elementQname, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext configContext)
MoshiXMLStreamWriter(com.squareup.moshi.JsonWriter jsonWriter, QName elementQName, List<org.apache.ws.commons.schema.XmlSchema> xmlSchemaList, ConfigurationContext context)
-
Uses of ConfigurationContext in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel with parameters of type ConfigurationContext Modifier and Type Method Description void
TransportListener. init(ConfigurationContext axisConf, TransportInDescription transprtIn)
void
TransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
Initialize -
Uses of ConfigurationContext in org.apache.axis2.mex
Methods in org.apache.axis2.mex with parameters of type ConfigurationContext Modifier and Type Method Description void
MetadataExchangeModule. init(ConfigurationContext configContext, AxisModule module)
void
MetadataExchangeModule. shutdown(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.modules
Methods in org.apache.axis2.modules with parameters of type ConfigurationContext Modifier and Type Method Description void
Module. init(ConfigurationContext configContext, AxisModule module)
void
Module. shutdown(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.mtompolicy
Methods in org.apache.axis2.mtompolicy with parameters of type ConfigurationContext Modifier and Type Method Description void
MTOMPolicy. init(ConfigurationContext configContext, AxisModule module)
void
MTOMPolicy. shutdown(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.rpc.client
Constructors in org.apache.axis2.rpc.client with parameters of type ConfigurationContext Constructor Description RPCServiceClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)
RPCServiceClient(ConfigurationContext configContext, AxisService service)
-
Uses of ConfigurationContext in org.apache.axis2.scripting
Methods in org.apache.axis2.scripting with parameters of type ConfigurationContext Modifier and Type Method Description void
ScriptModule. init(ConfigurationContext configContext, AxisModule module)
Init by creating and deploying AxisServices for each scriptvoid
ScriptModule. shutdown(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.transport
Methods in org.apache.axis2.transport that return ConfigurationContext Modifier and Type Method Description protected ConfigurationContext
AbstractTransportTest. getClientCfgCtx()
Get the default axis2 configuration context for a clientConfigurationContext
UtilsTransportServer. getConfigurationContext()
-
Uses of ConfigurationContext in org.apache.axis2.transport.base
Fields in org.apache.axis2.transport.base declared as ConfigurationContext Modifier and Type Field Description protected ConfigurationContext
AbstractTransportListener. cfgCtx
the axis2 configuration contextprotected ConfigurationContext
AbstractTransportSender. cfgCtx
the axis2 configuration contextMethods in org.apache.axis2.transport.base that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
AbstractTransportListener. getConfigurationContext()
protected ConfigurationContext
ProtocolEndpoint. getConfigurationContext()
Get the Axis2 configuration context.Methods in org.apache.axis2.transport.base with parameters of type ConfigurationContext Modifier and Type Method Description void
AbstractTransportListener. init(ConfigurationContext cfgCtx, TransportInDescription transportIn)
Initialize the generic transport.void
AbstractTransportListenerEx. init(ConfigurationContext cfgCtx, TransportInDescription transportIn)
void
AbstractTransportSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the generic transport sender. -
Uses of ConfigurationContext in org.apache.axis2.transport.http
Fields in org.apache.axis2.transport.http declared as ConfigurationContext Modifier and Type Field Description protected ConfigurationContext
AbstractAgent. configContext
protected ConfigurationContext
AxisServlet. configContext
protected ConfigurationContext
SimpleHTTPServer. configurationContext
Methods in org.apache.axis2.transport.http that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
SimpleHTTPServer. getConfigurationContext()
Method getConfigurationContextprotected ConfigurationContext
AxisServlet. initConfigContext(javax.servlet.ServletConfig config)
Initialize the Axis configuration contextMethods in org.apache.axis2.transport.http with parameters of type ConfigurationContext Modifier and Type Method Description static 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
AbstractHTTPTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
void
AxisServletListener. init(ConfigurationContext configurationContext, TransportInDescription transportInDescription)
void
SimpleHTTPServer. init(ConfigurationContext axisConf, TransportInDescription transprtIn)
init method in TransportListenerstatic 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) insteadvoid
AbstractHTTPTransportSender. setHTTPClientVersion(ConfigurationContext configurationContext)
void
HTTPTransportSender. setHTTPClientVersion(ConfigurationContext configurationContext)
Constructors in org.apache.axis2.transport.http with parameters of type ConfigurationContext Constructor Description AbstractAgent(ConfigurationContext aConfigContext)
ListingAgent(ConfigurationContext aConfigContext)
SimpleHTTPServer(ConfigurationContext configurationContext, int port)
Create a SimpleHTTPServer using default HttpFactory settings -
Uses of ConfigurationContext in org.apache.axis2.transport.http.impl.httpclient4
Methods in org.apache.axis2.transport.http.impl.httpclient4 with parameters of type ConfigurationContext Modifier and Type Method Description void
HTTPClient4TransportSender. setHTTPClientVersion(ConfigurationContext configurationContext)
-
Uses of ConfigurationContext in org.apache.axis2.transport.http.server
Methods in org.apache.axis2.transport.http.server that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
HttpFactory. getConfigurationContext()
Getter for configurationContextConstructors in org.apache.axis2.transport.http.server with parameters of type ConfigurationContext Constructor 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 HttpFactoryHttpFactory(ConfigurationContext configurationContext, int port)
Create and configure a new HttpFactoryHttpFactory(ConfigurationContext configurationContext, int port, WorkerFactory requestWorkerFactory)
Create and configure a new HttpFactorySimpleHttpServer(ConfigurationContext configurationContext, WorkerFactory workerFactory, int port)
-
Uses of ConfigurationContext in org.apache.axis2.transport.java
Methods in org.apache.axis2.transport.java with parameters of type ConfigurationContext Modifier and Type Method Description void
JavaTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
-
Uses of ConfigurationContext in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms with parameters of type ConfigurationContext Modifier and Type Method Description void
JMSSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for outgoing messages. -
Uses of ConfigurationContext in org.apache.axis2.transport.local
Fields in org.apache.axis2.transport.local declared as ConfigurationContext Modifier and Type Field Description static ConfigurationContext
LocalTransportReceiver. CONFIG_CONTEXT
Methods in org.apache.axis2.transport.local with parameters of type ConfigurationContext Modifier and Type Method 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)
Constructors in org.apache.axis2.transport.local with parameters of type ConfigurationContext Constructor Description LocalTransportReceiver(ConfigurationContext configContext)
-
Uses of ConfigurationContext in org.apache.axis2.transport.mail
Methods in org.apache.axis2.transport.mail with parameters of type ConfigurationContext Modifier and Type Method Description void
MailTransportSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the Mail sender and be ready to send messages -
Uses of ConfigurationContext in org.apache.axis2.transport.testkit.axis2.client
Methods in org.apache.axis2.transport.testkit.axis2.client that return ConfigurationContext Modifier and Type Method Description ConfigurationContext
AxisTestClientContext. getConfigurationContext()
-
Uses of ConfigurationContext in org.apache.axis2.transport.testkit.util
Methods in org.apache.axis2.transport.testkit.util with parameters of type ConfigurationContext Modifier and Type Method Description void
LifecycleFixTransportListenerProxy. init(ConfigurationContext arg0, TransportInDescription arg1)
-
Uses of ConfigurationContext in org.apache.axis2.transport.udp
Methods in org.apache.axis2.transport.udp with parameters of type ConfigurationContext Modifier and Type Method Description void
UDPSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
-
Uses of ConfigurationContext in org.apache.axis2.transport.xmpp
Methods in org.apache.axis2.transport.xmpp with parameters of type ConfigurationContext Modifier and Type Method 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. -
Uses of ConfigurationContext in org.apache.axis2.transport.xmpp.util
Constructors in org.apache.axis2.transport.xmpp.util with parameters of type ConfigurationContext Constructor Description XMPPPacketListener(XMPPConnectionFactory xmppConnectionFactory, ConfigurationContext configurationContext, Executor workerPool)
-
Uses of ConfigurationContext in org.apache.axis2.util
Methods in org.apache.axis2.util that return ConfigurationContext Modifier and Type Method Description static ConfigurationContext
Utils. getNewConfigurationContext(String repositry)
Methods in org.apache.axis2.util with parameters of type ConfigurationContext Modifier and Type Method Description static void
ThreadContextMigratorUtil. addThreadContextMigrator(ConfigurationContext configurationContext, String threadContextMigratorListID, ThreadContextMigrator migrator)
Register a new ThreadContextMigrator.static ServiceContext
Utils. fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)
-