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)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 ConfigurationContext Modifier and Type Method Description voidNodeManager. 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 Modifier and Type Method Description voidStateManager. 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 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(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 ConfigurationContext Modifier and Type Method Description org.apache.axiom.om.OMElementArchiveReader. buildServiceDescription(InputStream in, ConfigurationContext configCtx)org.apache.axiom.om.OMElementArchiveReader. buildServiceDescription(String filename, ConfigurationContext configCtx, boolean extractService)ArrayList<AxisService>ArchiveReader. buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)ArrayList<AxisService>ArchiveReader. buildServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<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.ArrayList<AxisService>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 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.voidListenerManager. startSystem(ConfigurationContext configurationContext)voidServiceLifeCycle. startUp(ConfigurationContext configctx, AxisService service)this will be called during the deployement time of the service. -
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.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.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)
-