Interface | Description |
---|---|
Deployer |
This interface is used to provide the custom deployment mechanism , where you
can write your own Deployer to process a particular type and make that to
a service or a module.
|
DeploymentConstants |
Constants used during service/module deployment.
|
DeploymentLifeCycleListener |
this interface is used to inform deployment lifecycle realated events to
listners
|
ServiceBuilderExtension |
The interface ServiceBuilderExtension provides an extension point to
org.apache.axis2.deployment.Deployer interface.
|
Class | Description |
---|---|
AbstractDeployer |
AbstractDeployer class which can be extended by all Axis2 deployers
|
AbstractServiceBuilderExtension |
The Class AbstractServiceBuilderExtension is abstract class that can be used
to write new ServiceBuilderExtensions.
|
AxisConfigBuilder | |
ClusterBuilder |
Builds the cluster configuration from the axis2.xml file
|
DeploymentClassLoader | |
DeploymentClassLoader.ByteURLConnection | |
DeploymentClassLoader.ByteUrlStreamHandler | |
DeploymentEngine | |
DeploymentErrorMsgs | |
DescriptionBuilder |
This class does the common tasks for all *Builder class.
|
FileSystemConfigurator | |
ModuleBuilder |
Builds a module description from OM
|
ModuleDeployer |
Standard Axis2 Module Deployer which use module.xml file to deploy
Modules.
|
POJODeployer | |
RepositoryListener | |
ServiceBuilder |
Builds a service description from OM
|
ServiceDeployer |
Standard Axis2 service Deployer which use services.xml file to build
services.
|
ServiceGroupBuilder | |
TransportDeployer | |
URLBasedAxisConfigurator | |
WarBasedAxisConfigurator |
Processes the init parameters for the AxisServlet.
|
WSDLServiceBuilderExtension |
The class WSDLServiceBuilderExtension is a ServiceBuilderExtension which
facilitate to generate AxisServices based on WSDL 1.1 and WSDL 2.0 documents.
|
Exception | Description |
---|---|
DeploymentException |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.