Uses of Class
org.apache.axis2.engine.AxisConfiguration
-
-
Uses of AxisConfiguration in org.apache.axis2.client
Methods in org.apache.axis2.client that return AxisConfiguration Modifier and Type Method Description AxisConfiguration
ServiceClient. getAxisConfiguration()
Get the AxisConfigurationMethods in org.apache.axis2.client with parameters of type AxisConfiguration Modifier and Type Method Description void
Options. 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 AxisConfiguration Modifier and Type Method Description static void
Replicator. replicateState(StateClusteringCommand command, AxisConfiguration axisConfig)
Replicate state using a custom StateClusteringCommand -
Uses of AxisConfiguration in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes with parameters of type AxisConfiguration Modifier and Type Method Description static void
ClassLoaderUtil. init(AxisConfiguration configuration)
void
TribesAxisObserver. init(AxisConfiguration axisConfiguration)
-
Uses of AxisConfiguration in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisConfiguration Modifier and Type Method Description AxisConfiguration
ConfigurationContext. getAxisConfiguration()
Returns the AxisConfigurationMethods in org.apache.axis2.context with parameters of type AxisConfiguration Modifier and Type Method Description void
SessionContext. init(AxisConfiguration axisConfiguration)
void
ConfigurationContext. setAxisConfiguration(AxisConfiguration configuration)
Set the AxisConfiguration to the specified configurationConstructors in org.apache.axis2.context with parameters of type AxisConfiguration Constructor Description 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 Modifier and Type Method Description static AxisOperation
ActivateUtils. findOperation(AxisConfiguration axisConfig, String opClassName, QName opQName)
Find the AxisOperation object that matches the criteriastatic AxisService
ActivateUtils. findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName)
Find the AxisService object that matches the criteriastatic AxisService
ActivateUtils. findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName, String extraName)
static AxisServiceGroup
ActivateUtils. findServiceGroup(AxisConfiguration axisConfig, String serviceGrpClassName, String serviceGrpName)
Find the AxisServiceGroup object that matches the criteriastatic TransportListener
ActivateUtils. 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 AxisConfiguration Modifier and Type Field Description protected AxisConfiguration
DeploymentEngine. axisConfig
to keep a ref to engine register this ref will pass to engine when it call start() methodprotected AxisConfiguration
DescriptionBuilder. axisConfig
Methods in org.apache.axis2.deployment that return AxisConfiguration Modifier and Type Method Description AxisConfiguration
DeploymentEngine. getAxisConfig()
Gets AxisConfiguration.AxisConfiguration
AbstractServiceBuilderExtension. getAxisConfiguration()
Gets the axis configuration.AxisConfiguration
FileSystemConfigurator. getAxisConfiguration()
First create a Deployment engine, use that to create an AxisConfigurationAxisConfiguration
URLBasedAxisConfigurator. getAxisConfiguration()
AxisConfiguration
WarBasedAxisConfigurator. getAxisConfiguration()
Gets the axis configuration object by loading the repository.AxisConfiguration
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 AxisConfiguration Modifier and Type Method Description static void
DeploymentEngine. addNewModule(AxisModule modulemetadata, AxisConfiguration axisConfiguration)
static void
DeploymentEngine. addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)
static AxisModule
DeploymentEngine. buildModule(File modulearchive, AxisConfiguration config)
Builds an AxisModule for a given module archive file.protected static void
DeploymentEngine. fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, AxisConfiguration axisConfig)
protected static boolean
DeploymentEngine. 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.void
DeploymentLifeCycleListener. preDeploy(AxisConfiguration axisConfig)
calls before creating the configuration context to do any initializing work.protected void
AxisConfigBuilder. processModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisConfiguration config)
protected void
AxisConfigBuilder. 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 AxisConfiguration Constructor Description AxisConfigBuilder(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 AxisConfiguration Modifier and Type Method Description void
ArchiveReader. 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 AxisConfiguration Constructor Description SchedulerTask(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 AxisConfiguration Modifier and Type Method Description static void
Utils. addEndpointsToService(AxisService axisService, AxisConfiguration axisConfiguration)
static void
Utils. fillAxisService(AxisService axisService, AxisConfiguration axisConfig, ArrayList<String> excludeOperations, ArrayList<String> nonRpcMethods)
This guy will create a AxisService using java reflectionstatic void
Utils. 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 AxisConfiguration Modifier and Type Field Description protected AxisConfiguration
WSDLToAxisServiceBuilder. axisConfig
Methods in org.apache.axis2.description that return AxisConfiguration Modifier and Type Method Description AxisConfiguration
AxisDescription. getAxisConfiguration()
AxisConfiguration
AxisModule. getParent()
Methods in org.apache.axis2.description with parameters of type AxisConfiguration Modifier and Type Method Description static AxisService
AxisService. 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 AxisService
AxisService. 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 AxisService
AxisService. createService(String implClass, AxisConfiguration axisConfiguration, Map messageReceiverClassMap, String targetNamespace, String schemaNamespace, ClassLoader loader)
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 Constructor Description AxisServiceGroup(AxisConfiguration axisDescription)
-
Uses of AxisConfiguration in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return AxisConfiguration Modifier and Type Method Description AxisConfiguration
AxisConfigurator. getAxisConfiguration()
Configurationcontextfactory will invoke this method to get the AxisConfigurationMethods in org.apache.axis2.engine with parameters of type AxisConfiguration Modifier and Type Method Description void
AxisObserver. init(AxisConfiguration axisConfig)
-
Uses of AxisConfiguration in org.apache.axis2.jaxws.description.builder
Constructors in org.apache.axis2.jaxws.description.builder with parameters of type AxisConfiguration Constructor Description JAXWSRIWSDLGenerator(AxisService axisService, AxisConfiguration axisConfig)
-
Uses of AxisConfiguration in org.apache.axis2.jaxws.framework
Fields in org.apache.axis2.jaxws.framework declared as AxisConfiguration Modifier and Type Field Description protected AxisConfiguration
JAXWSDeployer. axisConfig
-
Uses of AxisConfiguration in org.apache.axis2.jaxws.util
Methods in org.apache.axis2.jaxws.util with parameters of type AxisConfiguration Modifier and Type Method Description static void
WSDLExtensionValidatorUtil. addWSDLExtensionValidator(AxisConfiguration axisConfiguration, WSDLExtensionValidator validator)
Register a new WSDLExtensionValidator.static void
WSDLExtensionValidatorUtil. performValidation(AxisConfiguration axisConfiguration, Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDescription)
Activate any registered WSDLExtensionValidators to perform the validation of... -
Uses of AxisConfiguration in org.apache.axis2.phaseresolver
Constructors in org.apache.axis2.phaseresolver with parameters of type AxisConfiguration Constructor Description 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 Modifier and Type Method Description protected File
ScriptModule. getScriptServicesDirectory(AxisConfiguration axisConfig)
Gets the repo directory for the scripts.Constructors in org.apache.axis2.scripting with parameters of type AxisConfiguration Constructor Description ScriptDeploymentEngine(AxisConfiguration realAxisConfig)
-
Uses of AxisConfiguration in org.apache.axis2.transport
Methods in org.apache.axis2.transport that return AxisConfiguration Modifier and Type Method Description AxisConfiguration
CustomAxisConfigurator. getAxisConfiguration()
AxisConfiguration
UtilsTransportServer. getAxisConfiguration()
-
Uses of AxisConfiguration in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base with parameters of type AxisConfiguration Modifier and Type Method Description static void
BaseUtils. markServiceAsFaulty(String serviceName, String msg, AxisConfiguration axisCfg)
Marks the given service as faulty with the given comment -
Uses of AxisConfiguration in org.apache.axis2.transport.base.tracker
Constructors in org.apache.axis2.transport.base.tracker with parameters of type AxisConfiguration Constructor Description AxisServiceTracker(AxisConfiguration config, AxisServiceFilter filter, AxisServiceTrackerListener listener)
-
Uses of AxisConfiguration in org.apache.axis2.transport.http
Fields in org.apache.axis2.transport.http declared as AxisConfiguration Modifier and Type Field Description protected AxisConfiguration
AxisServlet. axisConfiguration
-
Uses of AxisConfiguration in org.apache.axis2.transport.testkit.axis2.endpoint
Methods in org.apache.axis2.transport.testkit.axis2.endpoint that return AxisConfiguration Modifier and Type Method Description AxisConfiguration
AxisTestEndpointContext. getAxisConfiguration()
-
Uses of AxisConfiguration in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type AxisConfiguration Modifier and Type Method Description static void
ThreadContextMigratorUtil. addThreadContextMigrator(AxisConfiguration axisConfiguration, String threadContextMigratorListID, ThreadContextMigrator migrator)
Register a new ThreadContextMigrator.static void
Utils. calculateDefaultModuleVersion(HashMap modules, AxisConfiguration axisConfig)
static AxisOperation
ObjectStateUtils. findOperation(AxisConfiguration axisConfig, String opClassName, QName opQName)
Find the AxisOperation object that matches the criteriastatic AxisService
ObjectStateUtils. findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName)
Find the AxisService object that matches the criteriastatic AxisServiceGroup
ObjectStateUtils. findServiceGroup(AxisConfiguration axisConfig, String serviceGrpClassName, String serviceGrpName)
Find the AxisServiceGroup object that matches the criteriastatic TransportListener
ObjectStateUtils. findTransportListener(AxisConfiguration axisConfig, String listenerClassName)
Find the TransportListener object that matches the criteriastatic String
Utils. 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 String
Utils. 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 AxisConfiguration Constructor Description WSDLDefinitionWrapper(javax.wsdl.Definition def, URL wURL, AxisConfiguration axisCfg)
ConstructorWSDLDefinitionWrapper(javax.wsdl.Definition def, AxisConfiguration axisConfig)
-
Uses of AxisConfiguration in org.apache.ws.java2wsdl
Constructors in org.apache.ws.java2wsdl with parameters of type AxisConfiguration Constructor Description Java2WSDLBuilder(AxisConfiguration axisConfig)
-