Uses of Class
org.apache.axis2.engine.AxisConfiguration
Packages that use AxisConfiguration
Package
Description
-
Uses of AxisConfiguration in org.apache.axis2.client
Methods in org.apache.axis2.client that return AxisConfigurationMethods in org.apache.axis2.client with parameters of type AxisConfigurationModifier and TypeMethodDescriptionvoidOptions.setSenderTransport(String senderTransport, AxisConfiguration axisConfiguration) Set transport used for outgoing message. -
Uses of AxisConfiguration in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state with parameters of type AxisConfigurationModifier and TypeMethodDescriptionstatic voidReplicator.replicateState(StateClusteringCommand command, AxisConfiguration axisConfig) Replicate state using a custom StateClusteringCommand -
Uses of AxisConfiguration in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisConfigurationModifier and TypeMethodDescriptionConfigurationContext.getAxisConfiguration()Returns the AxisConfigurationMethods in org.apache.axis2.context with parameters of type AxisConfigurationModifier and TypeMethodDescriptionvoidSessionContext.init(AxisConfiguration axisConfiguration) voidConfigurationContext.setAxisConfiguration(AxisConfiguration configuration) Set the AxisConfiguration to the specified configurationConstructors in org.apache.axis2.context with parameters of type AxisConfigurationModifierConstructorDescriptionConfigurationContext(AxisConfiguration axisConfiguration) Constructor -
Uses of AxisConfiguration in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize with parameters of type AxisConfigurationModifier and TypeMethodDescriptionstatic AxisOperationActivateUtils.findOperation(AxisConfiguration axisConfig, String opClassName, QName opQName) Find the AxisOperation object that matches the criteriastatic AxisServiceActivateUtils.findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName) Find the AxisService object that matches the criteriastatic AxisServiceActivateUtils.findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName, String extraName) static AxisServiceGroupActivateUtils.findServiceGroup(AxisConfiguration axisConfig, String serviceGrpClassName, String serviceGrpName) Find the AxisServiceGroup object that matches the criteriastatic TransportListenerActivateUtils.findTransportListener(AxisConfiguration axisConfig, String listenerClassName) Find the TransportListener object that matches the criteria -
Uses of AxisConfiguration in org.apache.axis2.deployment
Fields in org.apache.axis2.deployment declared as AxisConfigurationModifier and TypeFieldDescriptionprotected AxisConfigurationDeploymentEngine.axisConfigto keep a ref to engine register this ref will pass to engine when it call start() methodprotected AxisConfigurationDescriptionBuilder.axisConfigMethods in org.apache.axis2.deployment that return AxisConfigurationModifier and TypeMethodDescriptionDeploymentEngine.getAxisConfig()Gets AxisConfiguration.AbstractServiceBuilderExtension.getAxisConfiguration()Gets the axis configuration.FileSystemConfigurator.getAxisConfiguration()First create a Deployment engine, use that to create an AxisConfigurationURLBasedAxisConfigurator.getAxisConfiguration()WarBasedAxisConfigurator.getAxisConfiguration()Gets the axis configuration object by loading the repository.DeploymentEngine.populateAxisConfiguration(InputStream in) To get AxisConfiguration for a given inputStream this method can be used.Methods in org.apache.axis2.deployment with parameters of type AxisConfigurationModifier and TypeMethodDescriptionstatic voidDeploymentEngine.addNewModule(AxisModule modulemetadata, AxisConfiguration axisConfiguration) static voidDeploymentEngine.addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration) static AxisModuleDeploymentEngine.buildModule(File modulearchive, AxisConfiguration config) Builds an AxisModule for a given module archive file.protected static voidDeploymentEngine.fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, AxisConfiguration axisConfig) protected static booleanDeploymentEngine.isServiceGroupReadyToDeploy(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfig) Performs a check routine, in order to identify whether all the serviceGroup, service and operation level modules are available.voidDeploymentLifeCycleListener.preDeploy(AxisConfiguration axisConfig) calls before creating the configuration context to do any initializing work.protected voidAxisConfigBuilder.processModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisConfiguration config) protected voidAxisConfigBuilder.processModuleRefs(Iterator moduleRefs, AxisConfiguration config) Update the list of modules that is required to be engaged globally.Constructors in org.apache.axis2.deployment with parameters of type AxisConfigurationModifierConstructorDescriptionAxisConfigBuilder(InputStream serviceInputStream, AxisConfiguration axisConfiguration, DeploymentEngine deploymentEngine) AxisConfigBuilder(AxisConfiguration axisConfiguration) ClusterBuilder(AxisConfiguration axisConfig) DescriptionBuilder(InputStream serviceInputStream, AxisConfiguration axisConfig) ModuleBuilder(InputStream serviceInputStream, AxisModule module, AxisConfiguration axisConfig) ModuleDeployer(AxisConfiguration axisConfig) -
Uses of AxisConfiguration in org.apache.axis2.deployment.repository.util
Methods in org.apache.axis2.deployment.repository.util with parameters of type AxisConfigurationModifier and TypeMethodDescriptionvoidArchiveReader.readModuleArchive(DeploymentFileData deploymentFile, AxisModule module, boolean explodedDir, AxisConfiguration axisConfig) -
Uses of AxisConfiguration in org.apache.axis2.deployment.scheduler
Constructors in org.apache.axis2.deployment.scheduler with parameters of type AxisConfigurationModifierConstructorDescriptionSchedulerTask(RepositoryListener listener, AxisConfiguration axisConfig) Creates a new scheduler task. -
Uses of AxisConfiguration in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util with parameters of type AxisConfigurationModifier and TypeMethodDescriptionstatic voidUtils.addEndpointsToService(AxisService axisService, AxisConfiguration axisConfiguration) static voidUtils.fillAxisService(AxisService axisService, AxisConfiguration axisConfig, ArrayList<String> excludeOperations, ArrayList<String> nonRpcMethods) This guy will create a AxisService using java reflectionstatic voidUtils.logFaultyServiceInfo(AxisConfiguration axisConfig) Log faulty services info due to unavailability of modules and transports -
Uses of AxisConfiguration in org.apache.axis2.description
Fields in org.apache.axis2.description declared as AxisConfigurationMethods in org.apache.axis2.description that return AxisConfigurationMethods in org.apache.axis2.description with parameters of type AxisConfigurationModifier and TypeMethodDescriptionstatic AxisServiceAxisService.createService(String implClass, String serviceName, AxisConfiguration axisConfiguration, Map<String, MessageReceiver> messageReceiverClassMap, String targetNamespace, ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService) messageReceiverClassMap will hold the MessageReceivers for given meps.static AxisServiceAxisService.createService(String implClass, AxisConfiguration axisConfig) To create an AxisService using given service impl class name first generate schema corresponding to the given java class , next for each methods AxisOperation will be created.static AxisServiceAxisService.createService(String implClass, AxisConfiguration axisConfiguration, Map messageReceiverClassMap, String targetNamespace, String schemaNamespace, ClassLoader loader) messageReceiverClassMap will hold the MessageReceivers for given meps.static TransportInDescriptionClientUtils.inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt) static TransportOutDescriptionClientUtils.inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx) voidAxisServiceGroup.setAxisDescription(AxisConfiguration axisDescription) voidAxisModule.setParent(AxisConfiguration parent) voidWSDLToAxisServiceBuilder.useAxisConfiguration(AxisConfiguration axisConfig) Constructors in org.apache.axis2.description with parameters of type AxisConfiguration -
Uses of AxisConfiguration in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return AxisConfigurationModifier and TypeMethodDescriptionAxisConfigurator.getAxisConfiguration()Configurationcontextfactory will invoke this method to get the AxisConfigurationMethods in org.apache.axis2.engine with parameters of type AxisConfiguration -
Uses of AxisConfiguration in org.apache.axis2.phaseresolver
Constructors in org.apache.axis2.phaseresolver with parameters of type AxisConfigurationModifierConstructorDescriptionPhaseResolver(AxisConfiguration axisconfig) default constructor , to obuild chains for GlobalDescription -
Uses of AxisConfiguration in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type AxisConfigurationModifier and TypeMethodDescriptionstatic voidThreadContextMigratorUtil.addThreadContextMigrator(AxisConfiguration axisConfiguration, String threadContextMigratorListID, ThreadContextMigrator migrator) Register a new ThreadContextMigrator.static voidUtils.calculateDefaultModuleVersion(HashMap modules, AxisConfiguration axisConfig) static AxisOperationObjectStateUtils.findOperation(AxisConfiguration axisConfig, String opClassName, QName opQName) Find the AxisOperation object that matches the criteriastatic AxisServiceObjectStateUtils.findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName) Find the AxisService object that matches the criteriastatic AxisServiceGroupObjectStateUtils.findServiceGroup(AxisConfiguration axisConfig, String serviceGrpClassName, String serviceGrpName) Find the AxisServiceGroup object that matches the criteriastatic TransportListenerObjectStateUtils.findTransportListener(AxisConfiguration axisConfig, String listenerClassName) Find the TransportListener object that matches the criteriastatic StringUtils.getHostname(AxisConfiguration axisConfiguration) First check whether the hostname parameter is there in AxisConfiguration (axis2.xml) , if it is there then this will return that as the host name , o.w will return the IP address.static StringUtils.getIpAddress(AxisConfiguration axisConfiguration) First check whether the hostname parameter is there in AxisConfiguration (axis2.xml) , if it is there then this will retun that as the host name , o.w will return the IP address. -
Uses of AxisConfiguration in org.apache.axis2.wsdl.util
Constructors in org.apache.axis2.wsdl.util with parameters of type AxisConfigurationModifierConstructorDescriptionWSDLDefinitionWrapper(javax.wsdl.Definition def, URL wURL, AxisConfiguration axisCfg) ConstructorWSDLDefinitionWrapper(javax.wsdl.Definition def, AxisConfiguration axisConfig)