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 voidOptions. activate(ConfigurationContext cc)This method checks to see if additional work needs to be done in order to complete the object reconstitution.protected voidOperationClient. 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 voidClusteringCommand. execute(ConfigurationContext configContext)static voidClusteringUtils. loadServiceGroup(String serviceGroupName, ConfigurationContext configCtx, String tempDirectory)Load a ServiceGroup having nameserviceGroupNamevoidClusteringAgent. 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 voidControlCommand. execute(ConfigurationContext configurationContext)Execute this commandvoidGetConfigurationCommand. execute(ConfigurationContext configCtx)voidGetConfigurationResponseCommand. execute(ConfigurationContext configContext)voidGetStateCommand. execute(ConfigurationContext configCtx)voidGetStateResponseCommand. 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 voidJoinGroupCommand. execute(ConfigurationContext configurationContext)voidMemberJoinedCommand. execute(ConfigurationContext configurationContext)voidMemberListCommand. 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 voidDefaultNodeManager. setConfigurationContext(ConfigurationContext configurationContext)voidNodeManager. 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 voidShutdownMemberCommand. 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 voidDefaultStateManager. setConfigurationContext(ConfigurationContext configurationContext)voidStateManager. 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 voidDeleteServiceGroupStateCommand. execute(ConfigurationContext configurationContext)voidDeleteServiceStateCommand. execute(ConfigurationContext configurationContext)voidStateClusteringCommandCollection. execute(ConfigurationContext configContext)voidUpdateConfigurationStateCommand. execute(ConfigurationContext configurationContext)voidUpdateServiceGroupStateCommand. execute(ConfigurationContext configContext)voidUpdateServiceStateCommand. 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 voidAxis2ChannelListener. setConfigurationContext(ConfigurationContext configurationContext)voidRpcInitializationRequestHandler. setConfigurationContext(ConfigurationContext configurationContext)voidRpcMessagingHandler. setConfigurationContext(ConfigurationContext configurationContext)voidTribesClusteringAgent. 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 ConfigurationContextConfigurationContextFactory. createBasicConfigurationContext(String resourceName)Creates configuration context using resource file found in the classpath.static ConfigurationContextConfigurationContextFactory. createConfigurationContext(AxisConfigurator axisConfigurator)Creates a AxisConfiguration depending on the user requirement.static ConfigurationContextConfigurationContextFactory. createConfigurationContextFromFileSystem(String path)static ConfigurationContextConfigurationContextFactory. 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 ConfigurationContextConfigurationContextFactory. createConfigurationContextFromURIs(URL axis2xml, URL repositoy)static ConfigurationContextConfigurationContextFactory. createDefaultConfigurationContext()Gets the default configuration context by using Axis2.xml in the classpathstatic ConfigurationContextConfigurationContextFactory. createEmptyConfigurationContext()creates an empty configuration context.ConfigurationContextMessageContext. getConfigurationContext()ConfigurationContextOperationContext. getConfigurationContext()Returns the EngineContext in which the parent ServiceContext lives.ConfigurationContextServiceContext. getConfigurationContext()abstract ConfigurationContextAbstractContext. getRootContext()ConfigurationContextConfigurationContext. getRootContext()ConfigurationContextMessageContext. getRootContext()ConfigurationContextOperationContext. getRootContext()ConfigurationContextServiceContext. getRootContext()ConfigurationContextServiceGroupContext. getRootContext()ConfigurationContextSessionContext. getRootContext()Methods in org.apache.axis2.context with parameters of type ConfigurationContext Modifier and Type Method Description voidMessageContext. activate(ConfigurationContext cc)This method checks to see if additional work needs to be done in order to complete the object reconstitution.voidOperationContext. activate(ConfigurationContext cc)This method checks to see if additional work needs to be done in order to complete the object reconstitution.voidServiceContext. activate(ConfigurationContext cc)This method checks to see if additional work needs to be done in order to complete the object reconstitution.voidServiceGroupContext. activate(ConfigurationContext cc)Some parts of the object restored from the readExternal deserialization work cannot be completed until we have a configurationContext.voidMessageContext. 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 ConfigurationContextDeploymentEngine. configContextprotected ConfigurationContextDescriptionBuilder. configCtxMethods in org.apache.axis2.deployment that return ConfigurationContext Modifier and Type Method Description ConfigurationContextAbstractServiceBuilderExtension. getConfigurationContext()Gets the configuration context.Methods in org.apache.axis2.deployment with parameters of type ConfigurationContext Modifier and Type Method Description static AxisServiceDeploymentEngine. buildService(InputStream serviceInputStream, ConfigurationContext configCtx)Fills an axisservice object using services.xml.static AxisServiceGroupDeploymentEngine. 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.voidAbstractServiceBuilderExtension. init(ConfigurationContext configurationContext)voidDeployer. init(ConfigurationContext configCtx)Initialize the DeployervoidModuleDeployer. init(ConfigurationContext configCtx)voidPOJODeployer. init(ConfigurationContext configCtx)voidServiceBuilderExtension. init(ConfigurationContext configurationContext)Initialize ServiceBuilderExtension instance.voidServiceDeployer. init(ConfigurationContext configCtx)voidTransportDeployer. init(ConfigurationContext configCtx)static AxisServiceGroupDeploymentEngine. loadServiceGroup(File serviceFile, ConfigurationContext configCtx)voidDeploymentLifeCycleListener. postDeploy(ConfigurationContext configurationContext)calls after starting the configuration context to resume any activity.voidDeploymentEngine. setConfigContext(ConfigurationContext configContext)voidWarBasedAxisConfigurator. 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 voidUtils. 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 ConfigurationContextAxisServer. configContextMethods in org.apache.axis2.engine that return ConfigurationContext Modifier and Type Method Description protected ConfigurationContextAxisServer. createDefaultConfigurationContext()Users extending this class can override this method to supply a custom ConfigurationContextConfigurationContextListenerManager. getConfigctx()Returns the ConfigurationContext used for the initalization of the listener manager.ConfigurationContextAxisServer. 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 voidListenerManager. init(ConfigurationContext configCtx)Initializes the listener manager and the defined transports in theAxisConfigurationvoidAxisServer. setConfigurationContext(ConfigurationContext configContext)Set the configuration context.voidServiceLifeCycle. shutDown(ConfigurationContext configctx, AxisService service)this will be called during the system shut down time. irrespective of the service scope this method will be calledvoidListenerManager. startSystem(ConfigurationContext configurationContext)voidServiceLifeCycle. 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 voidAddressing. init(ConfigurationContext configContext, AxisModule module)voidAddressing. 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 voidSOAPMonitorModule. init(ConfigurationContext configContext, AxisModule module)voidSOAPMonitorModule. 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 ConfigurationContextClientConfigurationFactory. 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 ConfigurationContextServiceDescription. getAxisConfigContext()ConfigurationContextDescriptionKey. getConfigContext()Methods in org.apache.axis2.jaxws.description with parameters of type ConfigurationContext Modifier and Type Method Description static AxisServiceDescriptionFactory. 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.voidDescriptionKey. 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 ConfigurationContextDescriptionBuilderComposite. 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 ConfigurationContextServiceDescriptionImpl. getAxisConfigContext()Methods in org.apache.axis2.jaxws.description.impl with parameters of type ConfigurationContext Modifier and Type Method Description static voidDescriptionFactoryImpl. clearServiceDescriptionCache(ConfigurationContext configContext)Clears all the ServiceDescription objects in the cache associated with the specified configuration context.static ServiceDescriptionDescriptionFactoryImpl. 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 ConfigurationContextJAXWSDeployer. configCtxMethods in org.apache.axis2.jaxws.framework that return ConfigurationContext Modifier and Type Method Description ConfigurationContextJAXWSDeployerSupport. getConfigurationContext()Gets the configuration context.Methods in org.apache.axis2.jaxws.framework with parameters of type ConfigurationContext Modifier and Type Method Description voidJAXWSDeployer. init(ConfigurationContext configCtx)voidJAXWSDeployerSupport. 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 voidJAXWSModule. init(ConfigurationContext configurationContext, AxisModule module)voidJAXWSModule. 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 voidApplicationContextMigratorUtil. 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 voidWSDLExtensionValidatorUtil. 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 voidGsonXMLStreamReader. 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 voidMoshiXMLStreamReader. 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 voidTransportListener. init(ConfigurationContext axisConf, TransportInDescription transprtIn)voidTransportSender. 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 voidMetadataExchangeModule. init(ConfigurationContext configContext, AxisModule module)voidMetadataExchangeModule. 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 voidModule. init(ConfigurationContext configContext, AxisModule module)voidModule. 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 voidMTOMPolicy. init(ConfigurationContext configContext, AxisModule module)voidMTOMPolicy. 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 voidScriptModule. init(ConfigurationContext configContext, AxisModule module)Init by creating and deploying AxisServices for each scriptvoidScriptModule. 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 ConfigurationContextAbstractTransportTest. getClientCfgCtx()Get the default axis2 configuration context for a clientConfigurationContextUtilsTransportServer. 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 ConfigurationContextAbstractTransportListener. cfgCtxthe axis2 configuration contextprotected ConfigurationContextAbstractTransportSender. cfgCtxthe axis2 configuration contextMethods in org.apache.axis2.transport.base that return ConfigurationContext Modifier and Type Method Description ConfigurationContextAbstractTransportListener. getConfigurationContext()protected ConfigurationContextProtocolEndpoint. getConfigurationContext()Get the Axis2 configuration context.Methods in org.apache.axis2.transport.base with parameters of type ConfigurationContext Modifier and Type Method Description voidAbstractTransportListener. init(ConfigurationContext cfgCtx, TransportInDescription transportIn)Initialize the generic transport.voidAbstractTransportListenerEx. init(ConfigurationContext cfgCtx, TransportInDescription transportIn)voidAbstractTransportSender. 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 ConfigurationContextAbstractAgent. configContextprotected ConfigurationContextAxisServlet. configContextprotected ConfigurationContextSimpleHTTPServer. configurationContextMethods in org.apache.axis2.transport.http that return ConfigurationContext Modifier and Type Method Description ConfigurationContextSimpleHTTPServer. getConfigurationContext()Method getConfigurationContextprotected ConfigurationContextAxisServlet. 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 SOAPEnvelopeHTTPTransportUtils. 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 StringHTTPTransportReceiver. getServicesHTML(ConfigurationContext configurationContext)Returns the HTML text for the list of services deployed.voidAbstractHTTPTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)voidAxisServletListener. init(ConfigurationContext configurationContext, TransportInDescription transportInDescription)voidSimpleHTTPServer. init(ConfigurationContext axisConf, TransportInDescription transprtIn)init method in TransportListenerstatic StringHTTPTransportReceiver. printServiceHTML(String serviceName, ConfigurationContext configurationContext)static booleanHTTPTransportUtils. processHTTPGetRequest(MessageContext msgContext, OutputStream out, String soapAction, String requestURI, ConfigurationContext configurationContext, Map requestParameters)Deprecated.use RESTUtil.processURLRequest(MessageContext msgContext, OutputStream out, String contentType) insteadvoidAbstractHTTPTransportSender. setHTTPClientVersion(ConfigurationContext configurationContext)voidHTTPTransportSender. 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 voidHTTPClient4TransportSender. 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 ConfigurationContextHttpFactory. 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 voidJavaTransportSender. 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 voidJMSSender. 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 ConfigurationContextLocalTransportReceiver. CONFIG_CONTEXTMethods in org.apache.axis2.transport.local with parameters of type ConfigurationContext Modifier and Type Method Description voidLocalResponder. init(ConfigurationContext confContext, TransportOutDescription transportOut)voidLocalTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)voidLocalTransportReceiver. 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 voidMailTransportSender. 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 ConfigurationContextAxisTestClientContext. 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 voidLifecycleFixTransportListenerProxy. 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 voidUDPSender. 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 voidXMPPListener. init(ConfigurationContext configurationCtx, TransportInDescription transportIn)Initializing the XMPPListener.voidXMPPSender. 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 ConfigurationContextUtils. getNewConfigurationContext(String repositry)Methods in org.apache.axis2.util with parameters of type ConfigurationContext Modifier and Type Method Description static voidThreadContextMigratorUtil. addThreadContextMigrator(ConfigurationContext configurationContext, String threadContextMigratorListID, ThreadContextMigrator migrator)Register a new ThreadContextMigrator.static ServiceContextUtils. fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)
-