Uses of Class
org.apache.axis2.engine.AxisConfiguration

Packages that use AxisConfiguration
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.context.externalize   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.deployment.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.jaxws.framework   
org.apache.axis2.phaseresolver   
org.apache.axis2.scripting   
org.apache.axis2.transport.http   
org.apache.axis2.transport.http.server   
org.apache.axis2.transport.jms   
org.apache.axis2.util   
org.apache.axis2.wsdl.util   
 

Uses of AxisConfiguration in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return AxisConfiguration
 AxisConfiguration ServiceClient.getAxisConfiguration()
          Returns the AxisConfiguration associated with the client.
 

Methods in org.apache.axis2.client with parameters of type AxisConfiguration
 void Options.setSenderTransport(java.lang.String senderTransport, AxisConfiguration axisConfiguration)
          Set transport used for outgoing message.
 

Uses of AxisConfiguration in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return AxisConfiguration
 AxisConfiguration ConfigurationContext.getAxisConfiguration()
          Returns the AxisConfiguration
 

Methods in org.apache.axis2.context with parameters of type AxisConfiguration
 void SessionContext.init(AxisConfiguration axisConfiguration)
           
 void ConfigurationContext.setAxisConfiguration(AxisConfiguration configuration)
          Set the AxisConfiguration to the specified configuration
 

Constructors in org.apache.axis2.context with parameters of type AxisConfiguration
ConfigurationContext(AxisConfiguration axisConfiguration)
          Constructor
 

Uses of AxisConfiguration in org.apache.axis2.context.externalize
 

Methods in org.apache.axis2.context.externalize with parameters of type AxisConfiguration
static AxisOperation ActivateUtils.findOperation(AxisConfiguration axisConfig, java.lang.String opClassName, QName opQName)
          Find the AxisOperation object that matches the criteria
static AxisService ActivateUtils.findService(AxisConfiguration axisConfig, java.lang.String serviceClassName, java.lang.String serviceName)
          Find the AxisService object that matches the criteria
static AxisServiceGroup ActivateUtils.findServiceGroup(AxisConfiguration axisConfig, java.lang.String serviceGrpClassName, java.lang.String serviceGrpName)
          Find the AxisServiceGroup object that matches the criteria

Note the saved service group meta information may not match up with any of the serviceGroups that are in the current AxisConfiguration object.

static TransportListener ActivateUtils.findTransportListener(AxisConfiguration axisConfig, java.lang.String listenerClassName)
          Find the TransportListener object that matches the criteria

Note the saved meta information may not match up with any of the objects that are in the current AxisConfiguration object.

 

Uses of AxisConfiguration in org.apache.axis2.deployment
 

Fields in org.apache.axis2.deployment declared as AxisConfiguration
protected  AxisConfiguration DeploymentEngine.axisConfig
          to keep a ref to engine register this ref will pass to engine when it call start() method
protected  AxisConfiguration DescriptionBuilder.axisConfig
           
 

Methods in org.apache.axis2.deployment that return AxisConfiguration
 AxisConfiguration DeploymentEngine.getAxisConfig()
          Gets AxisConfiguration.
 AxisConfiguration WarBasedAxisConfigurator.getAxisConfiguration()
          Gets the axis configuration object by loading the repository.
 AxisConfiguration FileSystemConfigurator.getAxisConfiguration()
          First create a Deployment engine, use that to create an AxisConfiguration
 AxisConfiguration URLBasedAxisConfigurator.getAxisConfiguration()
           
 AxisConfiguration DeploymentEngine.populateAxisConfiguration(java.io.InputStream in)
          To get AxisConfiguration for a given inputStream this method can be used.
 

Methods in org.apache.axis2.deployment with parameters of type AxisConfiguration
static void DeploymentEngine.addNewModule(AxisModule modulemetadata, AxisConfiguration axisConfiguration)
           
static void DeploymentEngine.addServiceGroup(AxisServiceGroup serviceGroup, java.util.ArrayList serviceList, java.net.URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)
           
static AxisModule DeploymentEngine.buildModule(java.io.File modulearchive, AxisConfiguration config)
          Builds an AxisModule for a given module archive file.
protected static void DeploymentEngine.fillServiceGroup(AxisServiceGroup serviceGroup, java.util.ArrayList serviceList, java.net.URL serviceLocation, AxisConfiguration axisConfig)
           
protected  void AxisConfigBuilder.processModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, AxisConfiguration config)
           
protected  void AxisConfigBuilder.processModuleRefs(java.util.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 AxisConfiguration
AxisConfigBuilder(java.io.InputStream serviceInputStream, AxisConfiguration axisConfiguration, DeploymentEngine deploymentEngine)
           
ClusterBuilder(AxisConfiguration axisConfig)
           
ClusterBuilder(java.io.InputStream serviceInputStream, AxisConfiguration axisConfig)
           
DescriptionBuilder(java.io.InputStream serviceInputStream, AxisConfiguration axisConfig)
           
ModuleBuilder(java.io.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 AxisConfiguration
 void ArchiveReader.readModuleArchive(DeploymentFileData deploymentFile, AxisModule module, boolean explodedDir, AxisConfiguration axisConfig)
           
 

Uses of AxisConfiguration in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util with parameters of type AxisConfiguration
static void Utils.addEndpointsToService(AxisService axisService, AxisConfiguration axisConfiguration)
           
static void Utils.fillAxisService(AxisService axisService, AxisConfiguration axisConfig, java.util.ArrayList excludeOperations, java.util.ArrayList nonRpcMethods)
          This guy will create a AxisService using java reflection
 

Uses of AxisConfiguration in org.apache.axis2.description
 

Fields in org.apache.axis2.description declared as AxisConfiguration
protected  AxisConfiguration WSDLToAxisServiceBuilder.axisConfig
           
 

Methods in org.apache.axis2.description that return AxisConfiguration
 AxisConfiguration AxisDescription.getAxisConfiguration()
           
 AxisConfiguration AxisModule.getParent()
           
 

Methods in org.apache.axis2.description with parameters of type AxisConfiguration
static AxisService AxisService.createService(java.lang.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 AxisService AxisService.createService(java.lang.String implClass, AxisConfiguration axisConfiguration, java.util.Map messageReceiverClassMap, java.lang.String targetNamespace, java.lang.String schemaNamespace, java.lang.ClassLoader loader)
          messageReceiverClassMap will hold the MessageReceivers for given meps.
static AxisService AxisService.createService(java.lang.String implClass, java.lang.String serviceName, AxisConfiguration axisConfiguration, java.util.Map messageReceiverClassMap, java.lang.String targetNamespace, java.lang.ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService)
          messageReceiverClassMap will hold the MessageReceivers for given meps.
static TransportInDescription ClientUtils.inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt)
           
static TransportOutDescription ClientUtils.inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx)
           
 void AxisServiceGroup.setAxisDescription(AxisConfiguration axisDescription)
           
 void AxisModule.setParent(AxisConfiguration parent)
           
 void WSDLToAxisServiceBuilder.useAxisConfiguration(AxisConfiguration axisConfig)
           
 

Constructors in org.apache.axis2.description with parameters of type AxisConfiguration
AxisServiceGroup(AxisConfiguration axisDescription)
           
 

Uses of AxisConfiguration in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisConfiguration
 AxisConfiguration AxisConfigurator.getAxisConfiguration()
          Configurationcontextfactory will invoke this method to get the AxisConfiguration
 

Methods in org.apache.axis2.engine with parameters of type AxisConfiguration
 void AxisObserver.init(AxisConfiguration axisConfig)
           
 

Uses of AxisConfiguration in org.apache.axis2.jaxws.framework
 

Fields in org.apache.axis2.jaxws.framework declared as AxisConfiguration
protected  AxisConfiguration JAXWSDeployer.axisConfig
           
 

Uses of AxisConfiguration in org.apache.axis2.phaseresolver
 

Constructors in org.apache.axis2.phaseresolver with parameters of type AxisConfiguration
PhaseResolver(AxisConfiguration axisconfig)
          default constructor , to obuild chains for GlobalDescription
 

Uses of AxisConfiguration in org.apache.axis2.scripting
 

Methods in org.apache.axis2.scripting with parameters of type AxisConfiguration
protected  java.io.File ScriptModule.getScriptServicesDirectory(AxisConfiguration axisConfig)
          Gets the repo directory for the scripts.
 

Constructors in org.apache.axis2.scripting with parameters of type AxisConfiguration
ScriptDeploymentEngine(AxisConfiguration realAxisConfig)
           
 

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

Fields in org.apache.axis2.transport.http declared as AxisConfiguration
protected  AxisConfiguration AxisServlet.axisConfiguration
           
 

Uses of AxisConfiguration in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server with parameters of type AxisConfiguration
static java.lang.String HttpUtils.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.transport.jms
 

Methods in org.apache.axis2.transport.jms with parameters of type AxisConfiguration
static void JMSUtils.markServiceAsFaulty(java.lang.String serviceName, java.lang.String msg, AxisConfiguration axisCfg)
          Marks the given service as faulty with the given comment
 

Uses of AxisConfiguration in org.apache.axis2.util
 

Methods in org.apache.axis2.util with parameters of type AxisConfiguration
static void ThreadContextMigratorUtil.addThreadContextMigrator(AxisConfiguration axisConfiguration, java.lang.String threadContextMigratorListID, ThreadContextMigrator migrator)
          Register a new ThreadContextMigrator.
static void Utils.calculateDefaultModuleVersion(java.util.HashMap modules, AxisConfiguration axisConfig)
           
static AxisOperation ObjectStateUtils.findOperation(AxisConfiguration axisConfig, java.lang.String opClassName, QName opQName)
          Find the AxisOperation object that matches the criteria
static AxisService ObjectStateUtils.findService(AxisConfiguration axisConfig, java.lang.String serviceClassName, java.lang.String serviceName)
          Find the AxisService object that matches the criteria
static AxisServiceGroup ObjectStateUtils.findServiceGroup(AxisConfiguration axisConfig, java.lang.String serviceGrpClassName, java.lang.String serviceGrpName)
          Find the AxisServiceGroup object that matches the criteria

Note the saved service group meta information may not match up with any of the serviceGroups that are in the current AxisConfiguration object.

static TransportListener ObjectStateUtils.findTransportListener(AxisConfiguration axisConfig, java.lang.String listenerClassName)
          Find the TransportListener object that matches the criteria

Note the saved meta information may not match up with any of the objects that are in the current AxisConfiguration object.

 

Uses of AxisConfiguration in org.apache.axis2.wsdl.util
 

Constructors in org.apache.axis2.wsdl.util with parameters of type AxisConfiguration
WSDLDefinitionWrapper(javax.wsdl.Definition def, AxisConfiguration axisConfig)
           
WSDLDefinitionWrapper(javax.wsdl.Definition def, java.net.URL wURL, AxisConfiguration axisCfg)
          Constructor
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.