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

Packages that use ConfigurationContext
org.apache.axis2.client   
org.apache.axis2.cluster.configuration   
org.apache.axis2.cluster.context   
org.apache.axis2.context   
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.modules   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.http.server   
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.tcp   
org.apache.axis2.util   
 

Uses of ConfigurationContext in org.apache.axis2.client
 

Methods in org.apache.axis2.client with parameters of type ConfigurationContext
protected  void OperationClient.prepareMessageContext(ConfigurationContext cc, MessageContext mc)
           
 void Options.activate(ConfigurationContext cc)
          This method checks to see if additional work needs to be done in order to complete the object reconstitution.
 

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, javax.xml.namespace.QName wsdlServiceName, java.lang.String portName)
          This is WSDL4J based constructor to configure the Service Client/ We are going to make this policy aware
ServiceClient(ConfigurationContext configContext, java.net.URL wsdlURL, javax.xml.namespace.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.cluster.configuration
 

Methods in org.apache.axis2.cluster.configuration with parameters of type ConfigurationContext
 void ConfigurationManagerListener.setConfigurationContext(ConfigurationContext configurationContext)
           
 void ConfigurationManager.setConfigurationContext(ConfigurationContext configurationContext)
           
 

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

Methods in org.apache.axis2.cluster.context with parameters of type ConfigurationContext
 void ContextManagerListener.setConfigurationContext(ConfigurationContext configurationContext)
           
 void ContextManager.setConfigurationContext(ConfigurationContext configurationContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ConfigurationContext
static ConfigurationContext ConfigurationContextFactory.createConfigurationContext(AxisConfigurator axisConfigurator)
          Creates a AxisConfiguration depending on the user requirement.
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.createEmptyConfigurationContext()
          creates an empty configuration context.
static ConfigurationContext ConfigurationContextFactory.createDefaultConfigurationContext()
          Gets the default configuration context by using Axis2.xml in the classpath
abstract  ConfigurationContext AbstractContext.getRootContext()
           
 ConfigurationContext OperationContext.getConfigurationContext()
          Returns the EngineContext in which the parent ServiceContext lives.
 ConfigurationContext OperationContext.getRootContext()
           
 ConfigurationContext ConfigurationContext.getRootContext()
           
 ConfigurationContext MessageContext.getConfigurationContext()
           
 ConfigurationContext MessageContext.getRootContext()
           
 ConfigurationContext SessionContext.getRootContext()
           
 ConfigurationContext ServiceContext.getConfigurationContext()
           
 ConfigurationContext ServiceContext.getRootContext()
           
 ConfigurationContext ServiceGroupContext.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 MessageContext.setConfigurationContext(ConfigurationContext context)
           
 void MessageContext.activate(ConfigurationContext cc)
          This method checks to see if additional work needs to be done in order to complete the object reconstitution.
static MessageContext ContextFactory.createMessageContext(ConfigurationContext configurationContext)
           
static ServiceGroupContext ContextFactory.createServiceGroupContext(ConfigurationContext configurationContext, AxisServiceGroup serviceGroup)
           
 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.
 

Constructors in org.apache.axis2.context with parameters of type ConfigurationContext
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
MexClient(ConfigurationContext configContext, AxisService axisService)
           
MexClient(ConfigurationContext configContext, javax.wsdl.Definition wsdl4jDefinition, javax.xml.namespace.QName wsdlServiceName, java.lang.String portName)
           
MexClient(ConfigurationContext configContext, java.net.URL wsdlURL, javax.xml.namespace.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 DescriptionBuilder.configCtx
           
protected  ConfigurationContext DeploymentEngine.configContext
           
 

Methods in org.apache.axis2.deployment with parameters of type ConfigurationContext
 void ModuleDeployer.init(ConfigurationContext configCtx)
           
 void Deployer.init(ConfigurationContext configCtx)
           
 void POJODeployer.init(ConfigurationContext configCtx)
           
 void ServiceDeployer.init(ConfigurationContext configCtx)
           
 void DeploymentEngine.setConfigContext(ConfigurationContext configContext)
           
static AxisService DeploymentEngine.buildService(java.io.InputStream serviceInputStream, java.lang.ClassLoader classLoader, 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 WarBasedAxisConfigurator.setConfigContext(ConfigurationContext configContext)
           
 

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

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
static ConfigurationContext ListenerManager.defaultConfigurationContext
           
 

Methods in org.apache.axis2.engine that return ConfigurationContext
 ConfigurationContext ListenerManager.getConfigctx()
           
 

Methods in org.apache.axis2.engine with parameters of type ConfigurationContext
 void ListenerManager.init(ConfigurationContext configCtx)
           
 void ListenerManager.startSystem(ConfigurationContext configurationContext)
           
 void ServiceLifeCycle.startUp(ConfigurationContext configctx, AxisService service)
          this will be called during the deployement time of the service.
 void ServiceLifeCycle.shutDown(ConfigurationContext configctx, AxisService service)
          this will be called during the system shut down time.
 

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

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.transport
 

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

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

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

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

Methods in org.apache.axis2.transport.http with parameters of type ConfigurationContext
 void CommonsHTTPTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
static org.apache.axiom.soap.SOAPEnvelope HTTPTransportUtils.createEnvelopeFromGetRequest(java.lang.String requestUrl, java.util.Map map, ConfigurationContext configCtx)
           
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
static java.lang.String HTTPTransportReceiver.getServicesHTML(ConfigurationContext configurationContext)
          Returns the HTML text for the list of services deployed.
static java.lang.String HTTPTransportReceiver.printServiceHTML(java.lang.String serviceName, ConfigurationContext configurationContext)
           
 void AxisServlet.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init(); start() and stop() wouldn't do anything.
 void SimpleHTTPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init method in TransportListener
 

Constructors in org.apache.axis2.transport.http with parameters of type ConfigurationContext
AdminAgent(ConfigurationContext aConfigContext)
           
ListingAgent(ConfigurationContext aConfigContext)
           
AbstractAgent(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
SimpleHttpServer(ConfigurationContext configurationContext, WorkerFactory workerFactory, int port)
           
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
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)
           
 

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 JMSSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 void JMSListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          This is the TransportListener initialization method invoked by Axis2
 

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 LocalResponder.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 void LocalTransportSender.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, edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue messageQueue)
          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
SMTPWorker(java.net.Socket socket, Storage st, ConfigurationContext configurationContext)
           
MailSorter(Storage st, ConfigurationContext configurationContext)
           
SMTPServer(Storage st, ConfigurationContext configurationContext, int port)
           
MailServer(ConfigurationContext configurationContext, int popPort, int smtpPort)
           
 

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.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 ServiceContext Utils.fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)
           
static void ThreadContextMigratorUtil.addThreadContextMigrator(ConfigurationContext configurationContext, java.lang.String threadContextMigratorListID, ThreadContextMigrator migrator)
          Register a new ThreadContextMigrator.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.