Uses of Class
org.apache.axis2.context.ConfigurationContext
Packages that use ConfigurationContext
Package
Description
-
Uses of ConfigurationContext in org.apache.axis2.client
Methods in org.apache.axis2.client with parameters of type ConfigurationContextModifier and TypeMethodDescriptionvoidOptions.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 ConfigurationContextModifierConstructorDescriptionServiceClient(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 ConfigurationContextModifier and TypeMethodDescriptionabstract voidClusteringCommand.execute(ConfigurationContext configContext) voidClusteringAgent.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 ConfigurationContextModifier and TypeMethodDescriptionvoidNodeManager.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 ConfigurationContextModifier and TypeMethodDescriptionvoidStateManager.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 ConfigurationContextModifier and TypeMethodDescriptionstatic 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.MessageContext.getConfigurationContext()OperationContext.getConfigurationContext()Returns the EngineContext in which the parent ServiceContext lives.ServiceContext.getConfigurationContext()abstract ConfigurationContextAbstractContext.getRootContext()ConfigurationContext.getRootContext()MessageContext.getRootContext()OperationContext.getRootContext()ServiceContext.getRootContext()ServiceGroupContext.getRootContext()SessionContext.getRootContext()Methods in org.apache.axis2.context with parameters of type ConfigurationContextModifier and TypeMethodDescriptionvoidMessageContext.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 ConfigurationContextModifierConstructorDescriptionServiceGroupContext(ConfigurationContext parent, AxisServiceGroup axisServiceGroup) -
Uses of ConfigurationContext in org.apache.axis2.dataretrieval.client
Constructors in org.apache.axis2.dataretrieval.client with parameters of type ConfigurationContextModifierConstructorDescriptionMexClient(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 ConfigurationContextModifier and TypeFieldDescriptionprotected ConfigurationContextDeploymentEngine.configContextprotected ConfigurationContextDescriptionBuilder.configCtxMethods in org.apache.axis2.deployment that return ConfigurationContextModifier and TypeMethodDescriptionAbstractServiceBuilderExtension.getConfigurationContext()Gets the configuration context.Methods in org.apache.axis2.deployment with parameters of type ConfigurationContextModifier and TypeMethodDescriptionstatic 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 ConfigurationContextModifierConstructorDescriptionDescriptionBuilder(InputStream serviceInputStream, ConfigurationContext configCtx) ServiceBuilder(InputStream serviceInputStream, ConfigurationContext configCtx, AxisService service) ServiceBuilder(ConfigurationContext configCtx, AxisService service) ServiceGroupBuilder(org.apache.axiom.om.OMElement service, Map<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 ConfigurationContextModifier and TypeMethodDescriptionorg.apache.axiom.om.OMElementArchiveReader.buildServiceDescription(InputStream in, ConfigurationContext configCtx) org.apache.axiom.om.OMElementArchiveReader.buildServiceDescription(String filename, ConfigurationContext configCtx, boolean extractService) ArchiveReader.buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String, AxisService> wsdlServices, ConfigurationContext configCtx) ArchiveReader.buildServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<String, AxisService> wsdlServices, ConfigurationContext configCtx) 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.ArchiveReader.processServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, Map<String, AxisService> wsdlServices, ConfigurationContext configCtx) -
Uses of ConfigurationContext in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util with parameters of type ConfigurationContextModifier and TypeMethodDescriptionstatic 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 ConfigurationContextMethods in org.apache.axis2.engine that return ConfigurationContextModifier and TypeMethodDescriptionprotected ConfigurationContextAxisServer.createDefaultConfigurationContext()Users extending this class can override this method to supply a custom ConfigurationContextListenerManager.getConfigctx()Returns the ConfigurationContext used for the initalization of the listener manager.AxisServer.getConfigurationContext()Creates a default configuration context if one is not set already via setConfigurationContextMethods in org.apache.axis2.engine with parameters of type ConfigurationContextModifier and TypeMethodDescriptionvoidListenerManager.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.kernel
Methods in org.apache.axis2.kernel with parameters of type ConfigurationContextModifier and TypeMethodDescriptionvoidTransportListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn) voidTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut) Initialize -
Uses of ConfigurationContext in org.apache.axis2.modules
Methods in org.apache.axis2.modules with parameters of type ConfigurationContextModifier and TypeMethodDescriptionvoidModule.init(ConfigurationContext configContext, AxisModule module) voidModule.shutdown(ConfigurationContext configurationContext) -
Uses of ConfigurationContext in org.apache.axis2.util
Methods in org.apache.axis2.util that return ConfigurationContextModifier and TypeMethodDescriptionstatic ConfigurationContextUtils.getNewConfigurationContext(String repositry) Methods in org.apache.axis2.util with parameters of type ConfigurationContextModifier and TypeMethodDescriptionstatic voidThreadContextMigratorUtil.addThreadContextMigrator(ConfigurationContext configurationContext, String threadContextMigratorListID, ThreadContextMigrator migrator) Register a new ThreadContextMigrator.static ServiceContextUtils.fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)