Uses of Class
org.apache.axis2.context.ConfigurationContext

Packages that use ConfigurationContext
org.apache.axis2.client   
org.apache.axis2.clustering   
org.apache.axis2.clustering.configuration   
org.apache.axis2.clustering.configuration.commands   
org.apache.axis2.clustering.context   
org.apache.axis2.clustering.context.commands   
org.apache.axis2.clustering.control   
org.apache.axis2.clustering.tribes   
org.apache.axis2.context   
org.apache.axis2.corba.deployer   
org.apache.axis2.dataretrieval.client   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.deployment.util   
org.apache.axis2.engine   
org.apache.axis2.handlers.soapmonitor   
org.apache.axis2.jaxws   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.framework   
org.apache.axis2.jaxws.spi.migrator   
org.apache.axis2.jaxws.util   
org.apache.axis2.mex   
org.apache.axis2.modules   
org.apache.axis2.rpc.client   
org.apache.axis2.scripting   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.http.server   
org.apache.axis2.transport.java   
org.apache.axis2.transport.jms   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.mail.server   
org.apache.axis2.transport.nhttp   
org.apache.axis2.transport.tcp   
org.apache.axis2.transport.xmpp   
org.apache.axis2.transport.xmpp.util   
org.apache.axis2.util   
 

Uses of ConfigurationContext in org.apache.axis2.client
 

Methods in org.apache.axis2.client with parameters of type ConfigurationContext
 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
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, java.lang.String portName)
          This is WSDL4J based constructor to configure the Service Client/ TODO: make this policy aware
ServiceClient(ConfigurationContext configContext, java.net.URL wsdlURL, QName wsdlServiceName, java.lang.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)
           
 

Uses of ConfigurationContext in org.apache.axis2.clustering
 

Methods in org.apache.axis2.clustering with parameters of type ConfigurationContext
static void ClusteringUtils.loadServiceGroup(java.lang.String serviceGroupName, ConfigurationContext configCtx, java.lang.String tempDirectory)
          Load a ServiceGroup having name serviceGroupName
 void ClusterManager.setConfigurationContext(ConfigurationContext configurationContext)
          Set the configuration context
 

Uses of ConfigurationContext in org.apache.axis2.clustering.configuration
 

Methods in org.apache.axis2.clustering.configuration with parameters of type ConfigurationContext
abstract  void ConfigurationClusteringCommand.commit(ConfigurationContext configContext)
          Commit the new configuration.
abstract  void ConfigurationClusteringCommand.prepare(ConfigurationContext configContext)
          Prepare to switch to the new configuration
abstract  void ConfigurationClusteringCommand.process(ConfigurationContext configContext)
          Process the event.
abstract  void ConfigurationClusteringCommand.rollback(ConfigurationContext configContext)
          Rollback any changes carried out
 void DefaultConfigurationManagerListener.setConfigurationContext(ConfigurationContext configurationContext)
           
 void DefaultConfigurationManager.setConfigurationContext(ConfigurationContext configurationContext)
           
 void ConfigurationManagerListener.setConfigurationContext(ConfigurationContext configurationContext)
           
 void ConfigurationManager.setConfigurationContext(ConfigurationContext configurationContext)
          Set the configuration context
 

Uses of ConfigurationContext in org.apache.axis2.clustering.configuration.commands
 

Methods in org.apache.axis2.clustering.configuration.commands with parameters of type ConfigurationContext
 void ReloadConfigurationCommand.commit(ConfigurationContext configContext)
           
 void UnloadServiceGroupsCommand.commit(ConfigurationContext configContext)
           
 void CommitCommand.commit(ConfigurationContext configContext)
           
 void PrepareCommand.commit(ConfigurationContext configContext)
           
 void LoadServiceGroupsCommand.commit(ConfigurationContext configContext)
           
 void ApplyServicePolicyCommand.commit(ConfigurationContext configContext)
           
 void ExceptionCommand.commit(ConfigurationContext configContext)
           
 void RollbackCommand.commit(ConfigurationContext configContext)
           
 void ReloadConfigurationCommand.prepare(ConfigurationContext configCtx)
           
 void UnloadServiceGroupsCommand.prepare(ConfigurationContext configContext)
           
 void CommitCommand.prepare(ConfigurationContext configContext)
           
 void PrepareCommand.prepare(ConfigurationContext configContext)
           
 void LoadServiceGroupsCommand.prepare(ConfigurationContext configContext)
           
 void ApplyServicePolicyCommand.prepare(ConfigurationContext configContext)
           
 void ExceptionCommand.prepare(ConfigurationContext configContext)
           
 void RollbackCommand.prepare(ConfigurationContext configContext)
           
 void ReloadConfigurationCommand.process(ConfigurationContext configCtx)
           
 void UnloadServiceGroupsCommand.process(ConfigurationContext confiCtx)
           
 void CommitCommand.process(ConfigurationContext configContext)
           
 void PrepareCommand.process(ConfigurationContext configContext)
           
 void LoadServiceGroupsCommand.process(ConfigurationContext confiCtx)
           
 void ApplyServicePolicyCommand.process(ConfigurationContext confiCtx)
           
 void ExceptionCommand.process(ConfigurationContext configContext)
           
 void RollbackCommand.process(ConfigurationContext configContext)
           
 void ReloadConfigurationCommand.rollback(ConfigurationContext configContext)
           
 void UnloadServiceGroupsCommand.rollback(ConfigurationContext configContext)
           
 void CommitCommand.rollback(ConfigurationContext configContext)
           
 void PrepareCommand.rollback(ConfigurationContext configContext)
           
 void LoadServiceGroupsCommand.rollback(ConfigurationContext configContext)
           
 void ApplyServicePolicyCommand.rollback(ConfigurationContext configContext)
           
 void ExceptionCommand.rollback(ConfigurationContext configContext)
           
 void RollbackCommand.rollback(ConfigurationContext configContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.clustering.context
 

Methods in org.apache.axis2.clustering.context with parameters of type ConfigurationContext
abstract  void ContextClusteringCommand.execute(ConfigurationContext configContext)
           
 void DefaultContextManagerListener.setConfigurationContext(ConfigurationContext configurationContext)
           
 void DefaultContextManager.setConfigurationContext(ConfigurationContext configurationContext)
           
 void ContextManager.setConfigurationContext(ConfigurationContext configurationContext)
           
 void ContextManagerListener.setConfigurationContext(ConfigurationContext configurationContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.clustering.context.commands
 

Methods in org.apache.axis2.clustering.context.commands with parameters of type ConfigurationContext
 void UpdateServiceContextCommand.execute(ConfigurationContext configurationContext)
           
 void DeleteServiceGroupContextCommand.execute(ConfigurationContext configurationContext)
           
 void UpdateConfigurationContextCommand.execute(ConfigurationContext configurationContext)
           
 void ContextClusteringCommandCollection.execute(ConfigurationContext configContext)
           
 void DeleteServiceContextCommand.execute(ConfigurationContext configurationContext)
           
 void UpdateServiceGroupContextCommand.execute(ConfigurationContext configContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.clustering.control
 

Methods in org.apache.axis2.clustering.control with parameters of type ConfigurationContext
 void GetStateCommand.execute(ConfigurationContext configCtx)
           
 void GetConfigurationResponseCommand.execute(ConfigurationContext configContext)
           
 void GetConfigurationCommand.execute(ConfigurationContext configCtx)
           
 void GetStateResponseCommand.execute(ConfigurationContext configContext)
           
abstract  void ControlCommand.execute(ConfigurationContext configurationContext)
          Execute this command
 

Uses of ConfigurationContext in org.apache.axis2.clustering.tribes
 

Methods in org.apache.axis2.clustering.tribes with parameters of type ConfigurationContext
 void ChannelListener.setConfigurationContext(ConfigurationContext configurationContext)
           
 void ControlCommandProcessor.setConfigurationContext(ConfigurationContext configurationContext)
           
 void TribesClusterManager.setConfigurationContext(ConfigurationContext configurationContext)
           
 

Constructors in org.apache.axis2.clustering.tribes with parameters of type ConfigurationContext
ChannelListener(ConfigurationContext configurationContext, DefaultConfigurationManager configurationManager, DefaultContextManager contextManager, ControlCommandProcessor controlCommandProcessor)
           
ControlCommandProcessor(ConfigurationContext configurationContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ConfigurationContext
static ConfigurationContext ConfigurationContextFactory.createBasicConfigurationContext(java.lang.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(java.lang.String path)
           
static ConfigurationContext ConfigurationContextFactory.createConfigurationContextFromFileSystem(java.lang.String path, java.lang.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(java.net.URL axis2xml, java.net.URL repositoy)
           
static ConfigurationContext ConfigurationContextFactory.createDefaultConfigurationContext()
          Gets the default configuration context by using Axis2.xml in the classpath
static ConfigurationContext ConfigurationContextFactory.createEmptyConfigurationContext()
          creates an empty configuration context.
 ConfigurationContext OperationContext.getConfigurationContext()
          Returns the EngineContext in which the parent ServiceContext lives.
 ConfigurationContext ServiceContext.getConfigurationContext()
           
 ConfigurationContext MessageContext.getConfigurationContext()
           
 ConfigurationContext OperationContext.getRootContext()
           
 ConfigurationContext ServiceGroupContext.getRootContext()
           
 ConfigurationContext ServiceContext.getRootContext()
           
 ConfigurationContext ConfigurationContext.getRootContext()
           
 ConfigurationContext MessageContext.getRootContext()
           
 ConfigurationContext SessionContext.getRootContext()
           
abstract  ConfigurationContext AbstractContext.getRootContext()
           
 

Methods in org.apache.axis2.context with parameters of type ConfigurationContext
 void OperationContext.activate(ConfigurationContext cc)
          This method checks to see if additional work needs to be done in order to complete the object reconstitution.
 void ServiceGroupContext.activate(ConfigurationContext cc)
          Some parts of the object restored from the readExternal deserialization work cannot be completed until we have a configurationContext.
 void ServiceContext.activate(ConfigurationContext cc)
          This method checks to see if additional work needs to be done in order to complete the object reconstitution.
 void MessageContext.activate(ConfigurationContext cc)
          This method checks to see if additional work needs to be done in order to complete the object reconstitution.
 void MessageContext.setConfigurationContext(ConfigurationContext context)
           
 

Constructors in org.apache.axis2.context with parameters of type ConfigurationContext
ServiceGroupContext(ConfigurationContext parent, AxisServiceGroup axisServiceGroup)
           
 

Uses of ConfigurationContext in org.apache.axis2.corba.deployer
 

Methods in org.apache.axis2.corba.deployer with parameters of type ConfigurationContext
 void CorbaDeployer.init(ConfigurationContext configCtx)
           
 

Uses of ConfigurationContext in org.apache.axis2.dataretrieval.client
 

Constructors in org.apache.axis2.dataretrieval.client with parameters of type ConfigurationContext
MexClient(ConfigurationContext configContext, AxisService axisService)
           
MexClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, QName wsdlServiceName, java.lang.String portName)
           
MexClient(ConfigurationContext configContext, java.net.URL wsdlURL, QName wsdlServiceName, java.lang.String portName)
           
 

Uses of ConfigurationContext in org.apache.axis2.deployment
 

Fields in org.apache.axis2.deployment declared as ConfigurationContext
protected  ConfigurationContext DeploymentEngine.configContext
           
protected  ConfigurationContext DescriptionBuilder.configCtx
           
 

Methods in org.apache.axis2.deployment with parameters of type ConfigurationContext
static AxisService DeploymentEngine.buildService(java.io.InputStream serviceInputStream, ConfigurationContext configCtx)
          Fills an axisservice object using services.xml.
static AxisServiceGroup DeploymentEngine.buildServiceGroup(java.io.InputStream servicesxml, java.lang.ClassLoader classLoader, java.lang.String serviceGroupName, ConfigurationContext configCtx, ArchiveReader archiveReader, java.util.HashMap wsdlServices)
          To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfig
 void Deployer.init(ConfigurationContext configCtx)
          Initialize the Deployer
 void POJODeployer.init(ConfigurationContext configCtx)
           
 void ModuleDeployer.init(ConfigurationContext configCtx)
           
 void ServiceDeployer.init(ConfigurationContext configCtx)
           
static AxisServiceGroup DeploymentEngine.loadServiceGroup(java.io.File serviceFile, ConfigurationContext configCtx)
           
 void WarBasedAxisConfigurator.setConfigContext(ConfigurationContext configContext)
           
 void DeploymentEngine.setConfigContext(ConfigurationContext configContext)
           
 

Constructors in org.apache.axis2.deployment with parameters of type ConfigurationContext
DescriptionBuilder(java.io.InputStream serviceInputStream, ConfigurationContext configCtx)
           
ServiceBuilder(ConfigurationContext configCtx, AxisService service)
           
ServiceBuilder(java.io.InputStream serviceInputStream, ConfigurationContext configCtx, AxisService service)
           
ServiceGroupBuilder(org.apache.axiom.om.OMElement service, java.util.HashMap wsdlServices, ConfigurationContext configCtx)
           
 

Uses of ConfigurationContext in org.apache.axis2.deployment.repository.util
 

Methods in org.apache.axis2.deployment.repository.util with parameters of type ConfigurationContext
 java.util.ArrayList ArchiveReader.buildServiceGroup(java.io.InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, java.util.HashMap wsdlServices, ConfigurationContext configCtx)
           
 java.util.ArrayList ArchiveReader.processServiceGroup(java.lang.String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, java.util.HashMap wsdls, ConfigurationContext configCtx)
          Extracts Service XML files and builds the service groups.
 

Uses of ConfigurationContext in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util with parameters of type ConfigurationContext
static void Utils.deployModuleServices(AxisModule module, ConfigurationContext configCtx)
          This method is to get the list of services there in a module if module want to add services then the way of doing that is 1.
 

Uses of ConfigurationContext in org.apache.axis2.engine
 

Fields in org.apache.axis2.engine declared as ConfigurationContext
protected  ConfigurationContext AxisServer.configContext
           
static ConfigurationContext ListenerManager.defaultConfigurationContext
           
 

Methods in org.apache.axis2.engine that return ConfigurationContext
protected  ConfigurationContext AxisServer.createDefaultConfigurationContext()
          Users extending this class can override this method to supply a custom ConfigurationContext
 ConfigurationContext ListenerManager.getConfigctx()
           
 ConfigurationContext AxisServer.getConfigurationContext()
          Creates a default configuration context if one is not set already via setConfigurationContext
 

Methods in org.apache.axis2.engine with parameters of type ConfigurationContext
 void ListenerManager.init(ConfigurationContext configCtx)
           
 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.
 

Constructors in org.apache.axis2.engine with parameters of type ConfigurationContext
AxisEngine(ConfigurationContext engineContext)
          Constructor AxisEngine
 

Uses of ConfigurationContext in org.apache.axis2.handlers.soapmonitor
 

Methods in org.apache.axis2.handlers.soapmonitor with parameters of type ConfigurationContext
 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
 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
 ConfigurationContext ServiceDescription.getAxisConfigContext()
           
 ConfigurationContext DescriptionKey.getConfigContext()
           
 

Methods in org.apache.axis2.jaxws.description with parameters of type ConfigurationContext
static AxisService DescriptionFactory.createAxisService(java.lang.Class serviceImplClass, ConfigurationContext configContext)
          This provide very convenient way of creating an AxisService from an annotated java class.
static java.util.List<ServiceDescription> DescriptionFactory.createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap, ConfigurationContext configContext)
          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
DescriptionKey(QName serviceName, java.net.URL wsdlUrl, java.lang.Class serviceClass, ConfigurationContext configContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder that return ConfigurationContext
 ConfigurationContext DescriptionBuilderComposite.getConfigurationContext()
           
 

Constructors in org.apache.axis2.jaxws.description.builder with parameters of type ConfigurationContext
DescriptionBuilderComposite(ConfigurationContext configContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.jaxws.description.impl
 

Methods in org.apache.axis2.jaxws.description.impl with parameters of type ConfigurationContext
static void DescriptionFactoryImpl.clearServiceDescriptionCache(ConfigurationContext configContext)
          Clears all the ServiceDescription objects in the cache associated with the specified configuration context.
static ServiceDescription DescriptionFactoryImpl.createServiceDescription(java.lang.Class serviceImplClass, ConfigurationContext configContext)
           
static java.util.List<ServiceDescription> DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap, ConfigurationContext configContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.jaxws.framework
 

Fields in org.apache.axis2.jaxws.framework declared as ConfigurationContext
protected  ConfigurationContext JAXWSDeployer.configCtx
           
 

Methods in org.apache.axis2.jaxws.framework with parameters of type ConfigurationContext
 void JAXWSDeployer.init(ConfigurationContext configCtx)
           
 

Uses of ConfigurationContext in org.apache.axis2.jaxws.spi.migrator
 

Methods in org.apache.axis2.jaxws.spi.migrator with parameters of type ConfigurationContext
static void ApplicationContextMigratorUtil.addApplicationContextMigrator(ConfigurationContext configurationContext, java.lang.String contextMigratorListID, ApplicationContextMigrator migrator)
          Register a new ContextPropertyMigrator.
 

Uses of ConfigurationContext in org.apache.axis2.jaxws.util
 

Constructors in org.apache.axis2.jaxws.util with parameters of type ConfigurationContext
WSDL4JWrapper(javax.wsdl.Definition wsdlDefinition, ConfigurationContext configContext)
          Constructor
WSDL4JWrapper(java.net.URL wsdlURL, ConfigurationContext configContext)
           
WSDL4JWrapper(java.net.URL wsdlURL, ConfigurationContext configContext, JAXWSCatalogManager catalogManager)
           
WSDL4JWrapper(java.net.URL wsdlURL, javax.wsdl.Definition wsdlDefinition, ConfigurationContext configContext)
          Constructor
WSDL4JWrapper(java.net.URL wsdlURL, javax.wsdl.Definition wsdlDefinition, ConfigurationContext configContext, JAXWSCatalogManager catalogManager)
          Constructor
 

Uses of ConfigurationContext in org.apache.axis2.mex
 

Methods in org.apache.axis2.mex with parameters of type ConfigurationContext
 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
 void Module.init(ConfigurationContext configContext, AxisModule module)
           
 void Module.shutdown(ConfigurationContext configurationContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.rpc.client
 

Constructors in org.apache.axis2.rpc.client with parameters of type ConfigurationContext
RPCServiceClient(ConfigurationContext configContext, AxisService service)
           
RPCServiceClient(ConfigurationContext configContext, java.net.URL wsdlURL, QName wsdlServiceName, java.lang.String portName)
           
 

Uses of ConfigurationContext in org.apache.axis2.scripting
 

Methods in org.apache.axis2.scripting with parameters of type ConfigurationContext
 void ScriptModule.init(ConfigurationContext configContext, AxisModule module)
          Init by creating and deploying AxisServices for each script
 void ScriptModule.shutdown(ConfigurationContext configurationContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport with parameters of type ConfigurationContext
 void TransportListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 void TransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
          Initialize
 

Uses of ConfigurationContext in org.apache.axis2.transport.http
 

Fields in org.apache.axis2.transport.http declared as ConfigurationContext
protected  ConfigurationContext AbstractAgent.configContext
           
protected  ConfigurationContext AxisServlet.configContext
           
protected  ConfigurationContext SimpleHTTPServer.configurationContext
           
 

Methods in org.apache.axis2.transport.http that return ConfigurationContext
 ConfigurationContext SimpleHTTPServer.getConfigurationContext()
          Method getConfigurationContext
protected  ConfigurationContext AxisServlet.initConfigContext(javax.servlet.ServletConfig config)
          Initialize the Axis configuration context
 

Methods in org.apache.axis2.transport.http with parameters of type ConfigurationContext
static org.apache.axiom.soap.SOAPEnvelope HTTPTransportUtils.createEnvelopeFromGetRequest(java.lang.String requestUrl, java.util.Map map, ConfigurationContext configCtx)
          Deprecated. This was used only by the now deprecated processHTTPGetRequest() method.
static java.lang.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 AxisServlet.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init(); start() and stop() wouldn't do anything.
 void CustomListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 void CommonsHTTPTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
static java.lang.String HTTPTransportReceiver.printServiceHTML(java.lang.String serviceName, ConfigurationContext configurationContext)
           
static boolean HTTPTransportUtils.processHTTPGetRequest(MessageContext msgContext, java.io.OutputStream out, java.lang.String soapAction, java.lang.String requestURI, ConfigurationContext configurationContext, java.util.Map requestParameters)
          Deprecated. use RESTUtil.processURLRequest(MessageContext msgContext, OutputStream out, String contentType) instead
 

Constructors in org.apache.axis2.transport.http with parameters of type ConfigurationContext
AbstractAgent(ConfigurationContext aConfigContext)
           
AdminAgent(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.server
 

Methods in org.apache.axis2.transport.http.server that return ConfigurationContext
 ConfigurationContext HttpFactory.getConfigurationContext()
          Getter for configurationContext
 

Constructors in org.apache.axis2.transport.http.server with parameters of type ConfigurationContext
AxisHttpService(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.HttpResponseFactory responseFactory, ConfigurationContext configurationContext, Worker worker)
           
DefaultHttpConnectionManager(ConfigurationContext configurationContext, edu.emory.mathcs.backport.java.util.concurrent.Executor executor, WorkerFactory workerfactory, org.apache.http.params.HttpParams params)
           
DefaultHttpConnectionManager(ConfigurationContext configurationContext, edu.emory.mathcs.backport.java.util.concurrent.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)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.java
 

Methods in org.apache.axis2.transport.java with parameters of type ConfigurationContext
 void JavaTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.jms
 

Methods in org.apache.axis2.transport.jms that return ConfigurationContext
 ConfigurationContext JMSMessageReceiver.getAxisConf()
          Return the Axis configuration
 ConfigurationContext JMSListener.getConfigurationContext()
           
 

Methods in org.apache.axis2.transport.jms with parameters of type ConfigurationContext
 void JMSListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          This is the TransportListener initialization method invoked by Axis2
 void JMSSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.local
 

Fields in org.apache.axis2.transport.local declared as ConfigurationContext
static ConfigurationContext LocalTransportReceiver.CONFIG_CONTEXT
           
 

Methods in org.apache.axis2.transport.local with parameters of type ConfigurationContext
 void LocalTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 void LocalResponder.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 

Constructors in org.apache.axis2.transport.local with parameters of type ConfigurationContext
LocalTransportReceiver(ConfigurationContext configContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.mail
 

Methods in org.apache.axis2.transport.mail with parameters of type ConfigurationContext
 void SimpleMailListener.init(ConfigurationContext configurationContext, TransportInDescription transportIn)
           
 void MailTransportSender.init(ConfigurationContext configurationContext, TransportOutDescription transportOut)
           
 

Constructors in org.apache.axis2.transport.mail with parameters of type ConfigurationContext
MailWorker(ConfigurationContext reg, MessageContext messageContext)
          Constructor for MailWorker
MailWorkerManager(ConfigurationContext configurationContext, edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue messageQueue, edu.emory.mathcs.backport.java.util.concurrent.ExecutorService workerPool, int poolSize)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.mail.server
 

Fields in org.apache.axis2.transport.mail.server declared as ConfigurationContext
 ConfigurationContext MailServer.configurationContext
           
 

Methods in org.apache.axis2.transport.mail.server with parameters of type ConfigurationContext
 void MailSorter.processMail(ConfigurationContext confContext, javax.mail.internet.MimeMessage mimeMessage)
           
 

Constructors in org.apache.axis2.transport.mail.server with parameters of type ConfigurationContext
MailServer(ConfigurationContext configurationContext, int popPort, int smtpPort)
           
MailSorter(Storage st, ConfigurationContext configurationContext)
           
SMTPServer(Storage st, ConfigurationContext configurationContext, int port)
           
SMTPWorker(java.net.Socket socket, Storage st, ConfigurationContext configurationContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.nhttp
 

Methods in org.apache.axis2.transport.nhttp with parameters of type ConfigurationContext
protected  java.lang.String HttpCoreNIOSSLListener.getServiceEPRPrefix(ConfigurationContext cfgCtx, java.lang.String host, int port)
          Return the EPR prefix for services made available over this transport
protected  java.lang.String HttpCoreNIOListener.getServiceEPRPrefix(ConfigurationContext cfgCtx, java.lang.String host, int port)
          Return the EPR prefix for services made available over this transport
 void HttpCoreNIOListener.init(ConfigurationContext cfgCtx, TransportInDescription transprtIn)
          Initialize the transport listener, and execute reactor in new seperate thread
 void HttpCoreNIOSender.init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
          Initialize the transport sender, and execute reactor in new seperate thread
 

Constructors in org.apache.axis2.transport.nhttp with parameters of type ConfigurationContext
ClientHandler(ConfigurationContext cfgCtx, org.apache.http.params.HttpParams params)
          Create an instance of this client connection handler using the Axis2 configuration context and Http protocol parameters given
ClientWorker(ConfigurationContext cfgCtx, java.io.InputStream in, org.apache.http.HttpResponse response, MessageContext outMsgCtx)
          Create the thread that would process the response message received for the outgoing message context sent
ServerHandler(ConfigurationContext cfgCtx, org.apache.http.params.HttpParams params, boolean isHttps)
           
ServerWorker(ConfigurationContext cfgCtx, org.apache.http.nio.NHttpServerConnection conn, boolean isHttps, ServerHandler serverHandler, org.apache.http.HttpRequest request, java.io.InputStream is, org.apache.http.HttpResponse response, java.io.OutputStream os)
          Create a new server side worker to process an incoming message and optionally begin creating its output.
 

Uses of ConfigurationContext in org.apache.axis2.transport.tcp
 

Methods in org.apache.axis2.transport.tcp that return ConfigurationContext
 ConfigurationContext TCPServer.getConfigurationContext()
           
 

Methods in org.apache.axis2.transport.tcp with parameters of type ConfigurationContext
 void TCPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 void TCPTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 

Constructors in org.apache.axis2.transport.tcp with parameters of type ConfigurationContext
TCPServer(int port, ConfigurationContext configContext)
           
TCPWorker(ConfigurationContext configurationContext, java.net.Socket socket)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.xmpp
 

Methods in org.apache.axis2.transport.xmpp with parameters of type ConfigurationContext
 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
XMPPPacketListener(XMPPConnectionFactory xmppConnectionFactory, ConfigurationContext configurationContext, edu.emory.mathcs.backport.java.util.concurrent.Executor workerPool)
           
 

Uses of ConfigurationContext in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return ConfigurationContext
static ConfigurationContext Utils.getNewConfigurationContext(java.lang.String repositry)
           
 

Methods in org.apache.axis2.util with parameters of type ConfigurationContext
static void ThreadContextMigratorUtil.addThreadContextMigrator(ConfigurationContext configurationContext, java.lang.String threadContextMigratorListID, ThreadContextMigrator migrator)
          Register a new ThreadContextMigrator.
static ServiceContext Utils.fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.