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

Packages that use ConfigurationContext
org.apache.axis2.client   
org.apache.axis2.clustering   
org.apache.axis2.clustering.management   
org.apache.axis2.clustering.state   
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.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, String portName)
          This is WSDL4J based constructor to configure the Service Client/ TODO: make this policy aware
ServiceClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)
          Create a service client for WSDL service identified by the QName of the wsdl:service element in a WSDL document.
WSDLBasedPolicyProcessor(ConfigurationContext configctx)
           
 

Uses of ConfigurationContext in org.apache.axis2.clustering
 

Methods in org.apache.axis2.clustering with parameters of type ConfigurationContext
abstract  void ClusteringCommand.execute(ConfigurationContext configContext)
           
 void ClusteringAgent.setConfigurationContext(ConfigurationContext configurationContext)
          Set the system's configuration context.
 

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

Methods in org.apache.axis2.clustering.management with parameters of type ConfigurationContext
 void NodeManager.setConfigurationContext(ConfigurationContext configurationContext)
          Set the system's configuration context.
 

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

Methods in org.apache.axis2.clustering.state with parameters of type ConfigurationContext
 void StateManager.setConfigurationContext(ConfigurationContext configurationContext)
          Set the system's configuration context.
 

Uses of ConfigurationContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ConfigurationContext
static ConfigurationContext ConfigurationContextFactory.createBasicConfigurationContext(String resourceName)
          Creates configuration context using resource file found in the classpath.
static ConfigurationContext ConfigurationContextFactory.createConfigurationContext(AxisConfigurator axisConfigurator)
          Creates a AxisConfiguration depending on the user requirement.
static ConfigurationContext ConfigurationContextFactory.createConfigurationContextFromFileSystem(String path)
           
static ConfigurationContext ConfigurationContextFactory.createConfigurationContextFromFileSystem(String path, String axis2xml)
          To get a ConfigurationContext for given data , and underline implementation is Axis2 default impl which is file system based deployment model to create an AxisConfiguration.
static ConfigurationContext ConfigurationContextFactory.createConfigurationContextFromURIs(URL axis2xml, URL repositoy)
           
static ConfigurationContext ConfigurationContextFactory.createDefaultConfigurationContext()
          Gets the default configuration context by using Axis2.xml in the classpath
static ConfigurationContext ConfigurationContextFactory.createEmptyConfigurationContext()
          creates an empty configuration context.
 ConfigurationContext ServiceContext.getConfigurationContext()
           
 ConfigurationContext OperationContext.getConfigurationContext()
          Returns the EngineContext in which the parent ServiceContext lives.
 ConfigurationContext MessageContext.getConfigurationContext()
           
 ConfigurationContext ServiceContext.getRootContext()
           
 ConfigurationContext OperationContext.getRootContext()
           
abstract  ConfigurationContext AbstractContext.getRootContext()
           
 ConfigurationContext MessageContext.getRootContext()
           
 ConfigurationContext ConfigurationContext.getRootContext()
           
 ConfigurationContext ServiceGroupContext.getRootContext()
           
 ConfigurationContext SessionContext.getRootContext()
           
 

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

Constructors in org.apache.axis2.context with parameters of type ConfigurationContext
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, QName wsdlServiceName, String portName)
           
MexClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, 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(InputStream serviceInputStream, ConfigurationContext configCtx)
          Fills an axisservice object using services.xml.
static AxisServiceGroup DeploymentEngine.buildServiceGroup(InputStream servicesxml, ClassLoader classLoader, String serviceGroupName, ConfigurationContext configCtx, ArchiveReader archiveReader, HashMap wsdlServices)
          To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfig
 void ModuleDeployer.init(ConfigurationContext configCtx)
           
 void ServiceDeployer.init(ConfigurationContext configCtx)
           
 void Deployer.init(ConfigurationContext configCtx)
          Initialize the Deployer
 void POJODeployer.init(ConfigurationContext configCtx)
           
 void TransportDeployer.init(ConfigurationContext configCtx)
           
static AxisServiceGroup DeploymentEngine.loadServiceGroup(File serviceFile, ConfigurationContext configCtx)
           
 void DeploymentLifeCycleListener.postDeploy(ConfigurationContext configurationContext)
          calls after starting the configuration context to resume any activity.
 void WarBasedAxisConfigurator.setConfigContext(ConfigurationContext configContext)
           
 void DeploymentEngine.setConfigContext(ConfigurationContext configContext)
           
 

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

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

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

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)
          Modules can contain services in some cases.
 

Uses of ConfigurationContext in org.apache.axis2.engine
 

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

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()
          Returns the ConfigurationContext used for the initalization of the listener manager.
 ConfigurationContext AxisServer.getConfigurationContext()
          Creates a default configuration context if one is not set already via setConfigurationContext
 

Methods in org.apache.axis2.engine with parameters of type ConfigurationContext
 void ListenerManager.init(ConfigurationContext configCtx)
          Initializes the listener manager and the defined transports in the AxisConfiguration
 void AxisServer.setConfigurationContext(ConfigurationContext configContext)
          Set the configuration context.
 void ServiceLifeCycle.shutDown(ConfigurationContext configctx, AxisService service)
          this will be called during the system shut down time.
 void ListenerManager.startSystem(ConfigurationContext configurationContext)
           
 void ServiceLifeCycle.startUp(ConfigurationContext configctx, AxisService service)
          this will be called during the deployement time of the service.
 

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 TransportListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 void TransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
          Initialize
 

Uses of ConfigurationContext in org.apache.axis2.util
 

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

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



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.