| Name | Package | Description |
| AARBasedWSDLLocator | org.apache.axis2.deployment.resolver | Custom WSDL locator to load schemas from zip archives
Need to provide the aarFile and the baseInputStream for
the base WSDL file
The logic here is that we only care about the import location
all imports must be relative to the META-INF folder |
| AARFileBasedURIResolver | org.apache.axis2.deployment.resolver | A custom URI resolver that can |
| AbstractAgent | org.apache.axis2.transport.http | The AbstractAgent acts as a simple dispatcher for http requests. |
| AbstractCodeGenerationExtension | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| AbstractContext | org.apache.axis2.context | This is the top most level of the Context hierachy and is a bag of properties. |
| AbstractDBProcessingExtension | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| AbstractDispatcher | org.apache.axis2.engine | This the base class for all dispatchers. |
| AbstractHandler | org.apache.axis2.handlers | Class AbstractHandler |
| AbstractHTTPSender | org.apache.axis2.transport.http | No description provided. |
| AbstractHTTPSender.AxisRequestEntity | org.apache.axis2.transport.http | No description provided. |
| AbstractInMessageReceiver | org.apache.axis2.receivers | This is takes care of the IN-OUT sync MEP in the server side |
| AbstractInOutAsyncMessageReceiver | org.apache.axis2.receivers | This is takes care of the IN-OUT sync MEP in the server side |
| AbstractInOutSyncMessageReceiver | org.apache.axis2.receivers | This is the Absract IN-OUT MEP MessageReceiver. |
| AbstractMessageReceiver | org.apache.axis2.receivers | No description provided. |
| AbstractRobustInMessageReceiver | org.apache.axis2.receivers | This is takes care of the IN-OUT sync MEP in the server side |
| AbstractTransportSender | org.apache.axis2.transport | By the time this Class is invoked either the To EPR on the MessageContext
should be set or TRANSPORT_WRITER property set in the message Context with a
Writer. |
| ADBDataHandlerStreamReader | org.apache.axis2.databinding.utils.reader | No description provided. |
| ADBNamespaceContext | org.apache.axis2.databinding.utils.reader | No description provided. |
| ADBSOAPModelBuilder | org.apache.axis2.databinding | Builds a SOAPEnvelope around an ADB pull parser |
| ADBSOAPModelBuilder.Body | org.apache.axis2.databinding | No description provided. |
| ADBSOAPModelBuilder.Child | org.apache.axis2.databinding | No description provided. |
| ADBSOAPModelBuilder.Envelope | org.apache.axis2.databinding | No description provided. |
| ADBSOAPModelBuilder.Header | org.apache.axis2.databinding | No description provided. |
| ADBXMLStreamReaderImpl | org.apache.axis2.databinding.utils.reader | This is the new implementation of the ADBpullaparser. |
| AddressingBasedDispatcher | org.apache.axis2.engine | Dispatcher based on the WS-Addressing properties. |
| AddressingFinalInHandler | org.apache.axis2.handlers.addressing | No description provided. |
| AddressingHandler | org.apache.axis2.handlers.addressing | No description provided. |
| AddressingInHandler | org.apache.axis2.handlers.addressing | No description provided. |
| AddressingOutHandler | org.apache.axis2.handlers.addressing | No description provided. |
| AddressingSubmissionInHandler | org.apache.axis2.handlers.addressing | No description provided. |
| AdminAgent | org.apache.axis2.transport.http | Provides methods to process axis2 admin requests. |
| AntBuildWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| ArchiveFileData | org.apache.axis2.deployment.repository.util | ArchiveFileData stores information about the module or service item to be deployed. |
| ArchiveReader | org.apache.axis2.deployment.repository.util | No description provided. |
| ArrayStack | org.apache.axis2.util | An implementation of the Stack API that is based on an
ArrayList instead of a Vector, so it is not
synchronized to protect against multi-threaded access. |
| AsyncResult | org.apache.axis2.client.async | This class represents the results of an asynchronous invocation. |
| AuthRequestHandler | org.apache.axis2.transport.http.server | This request handler guards access to the http server when used in a request handler
chain. |
| AxisAdminServlet | org.apache.axis2.transport.http | No description provided. |
| AxisConfigBuilder | org.apache.axis2.deployment | No description provided. |
| AxisConfiguration | org.apache.axis2.engine | Class AxisConfigurationImpl |
| AxisDescription | org.apache.axis2.description | No description provided. |
| AxisEngine | org.apache.axis2.engine | There is one engine for the Server and the Client. |
| AxisEvent | org.apache.axis2.engine | No description provided. |
| AxisMessage | org.apache.axis2.description | This class represents the messages in WSDL. |
| AxisModule | org.apache.axis2.description | This holds the information about a Module. |
| AxisOperation | org.apache.axis2.description | No description provided. |
| AxisOperationFactory | org.apache.axis2.description | No description provided. |
| AxisRESTServlet | org.apache.axis2.transport.http | No description provided. |
| AxisService | org.apache.axis2.description | Class AxisService |
| AxisService2OM | org.apache.axis2.description | No description provided. |
| AxisServiceBasedMultiLanguageEmitter | org.apache.axis2.wsdl.codegen.emitter | MultiLanguageClientEmitter we have now is based on WOM. |
| AxisServiceGroup | org.apache.axis2.description | No description provided. |
| AxisServlet | org.apache.axis2.transport.http | Class AxisServlet |
| AxisSOAPServlet | org.apache.axis2.transport.http | No description provided. |
| Base64 | org.apache.axis2.util | No description provided. |
| BeanUtil | org.apache.axis2.databinding.utils | No description provided. |
| BeanVendorAdapter | org.apache.axis2.transport.jms | Uses ClassUtils.forName and reflection to configure ConnectionFactory. |
| BeanWriterMetaInfoHolder | org.apache.axis2.schema | This class is used as a holder to pass on the meta information to the bean writer. |
| Callback | org.apache.axis2.client.async | This Class is the abstract representation of a callback and is called at the completion of an
asynchronous invocation. |
| CallbackHandlerWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| CallbackReceiver | org.apache.axis2.util | This is a MessageReceiver which is used on the client side to accept the
messages (response) that come to the client. |
| ChainedParamReader | org.apache.ws.java2wsdl.bytecode | Description: In ParamReader class, user cannot get inherited method parameter
from the class they passed in for performance reasons This class
is walks up the inheritance chain. |
| ClassReader | org.apache.ws.java2wsdl.bytecode | This is the class file reader for obtaining the parameter names
for declared methods in a class. |
| ClassWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| ClientUtils | org.apache.axis2.description | Utility methods for various clients to use. |
| CodeGenConfiguration | org.apache.axis2.wsdl.codegen | No description provided. |
| CodeGenerationEngine | org.apache.axis2.wsdl.codegen | No description provided. |
| CodeGenerationUtility | org.apache.axis2.jibx | Framework-linked code used by JiBX data binding support. |
| CodeGenerationUtility | org.apache.axis2.xmlbeans | Framework-linked code used by XMLBeans data binding support. |
| CodegenMessages | org.apache.axis2.wsdl.i18n | No description provided. |
| CommandLineOption | org.apache.axis2.wsdl.util | No description provided. |
| CommandLineOptionParser | org.apache.axis2.wsdl.util | No description provided. |
| CommonsHTTPTransportSender | org.apache.axis2.transport.http | No description provided. |
| CompilerOptions | org.apache.axis2.schema | This is a bean class that captures all the compiler options. |
| ConfigPropertyFileLoader | org.apache.axis2.wsdl.util | Loads the properties from the config properties. |
| ConfigurationContext | org.apache.axis2.context | This contains all the configuration information for Axis2. |
| ConfigurationContextFactory | org.apache.axis2.context | No description provided. |
| Constants | org.apache.axis2.namespace | No description provided. |
| Constants | org.apache.axis2 | Class Constants |
| Converter | org.apache.axis2.databinding.utils | Converter |
| ConverterUtil | org.apache.axis2.databinding.utils | Converter methods to go from
1. |
| CSharpEmitter | org.apache.axis2.wsdl.codegen.emitter | No description provided. |
| CSharpTypeMapper | org.apache.axis2.wsdl.databinding | No description provided. |
| Day | org.apache.axis2.databinding.types | Implementation of the XML Schema type gDay |
| DefaultDatabindingExtension | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| DefaultEntityResolver | org.apache.axis2.util | No description provided. |
| DefaultTypeMapper | org.apache.axis2.wsdl.databinding | The default type mapper. |
| DependencyManager | org.apache.axis2.engine | If the service implementation has an init method with 1 or 2 message context as its parameters, then
the DependencyManager calls the init method with appropriate parameters. |
| DeploymentClassLoader | org.apache.axis2.deployment | No description provided. |
| DeploymentEngine | org.apache.axis2.deployment | No description provided. |
| DeploymentErrorMsgs | org.apache.axis2.deployment | No description provided. |
| DeploymentIterator | org.apache.axis2.deployment.scheduler | No description provided. |
| DescriptionBuilder | org.apache.axis2.deployment | This class does the common tasks for all *Builder class. |
| DispatchPhase | org.apache.axis2.engine | No description provided. |
| Duration | org.apache.axis2.databinding.types | Implementation of the XML Schema type duration. |
| EmailReceiver | org.apache.axis2.transport.mail | No description provided. |
| EMailSender | org.apache.axis2.transport.mail | No description provided. |
| EndpointReference | org.apache.axis2.addressing | Class EndpointReference
This class models the WS-A EndpointReferenceType. |
| Entities | org.apache.axis2.databinding.types | Custom class for supporting XSD data type Entities |
| Entity | org.apache.axis2.databinding.types | Custom class for supporting XSD data type Entity |
| ErrorResponse | org.apache.axis2.transport.http.server | Default error responses. |
| FileSystemConfigurator | org.apache.axis2.deployment | No description provided. |
| FileWriter | org.apache.axis2.util | No description provided. |
| Flow | org.apache.axis2.description | Class FlowImpl |
| FlowIncludeImpl | org.apache.axis2.description | Class FlowIncludeImpl |
| HandlerDescription | org.apache.axis2.description | Represents the deployment information about the handler |
| HexBinary | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type hexBinary. |
| HostConfiguration | org.apache.axis2.util | No description provided. |
| HTTPConstants | org.apache.axis2 | No description provided. |
| HTTPConstants | org.apache.axis2.transport.http | HTTP protocol and message context constants. |
| HttpRequestHandlerChain | org.apache.axis2.transport.http.server | Maintains a chain of HttpRequestHandler s where new request-handlers
can be prepended/appended. |
| HttpServiceHandler | org.apache.axis2.transport.http.server | This request handler provides service interface similar to that of Servlet API. |
| HttpTransportProperties | org.apache.axis2.transport.http | Utility bean for setting transport properties in runtime. |
| HttpTransportProperties.ProxyProperties | org.apache.axis2.transport.http | No description provided. |
| HTTPTransportReceiver | org.apache.axis2.transport.http | Class HTTPTransportReceiver |
| HTTPTransportUtils | org.apache.axis2.transport.http | No description provided. |
| HTTPWorker | org.apache.axis2.transport.http | No description provided. |
| Id | org.apache.axis2.databinding.types | Custom class for supporting XSD data type ID
The base type of Id is NCName. |
| IDRef | org.apache.axis2.databinding.types | Custom class for supporting XSD data type IDRef |
| IDRefs | org.apache.axis2.databinding.types | Custom class for supporting XSD data type IDRefs |
| InOnlyAxisOperation | org.apache.axis2.description | No description provided. |
| InOutAxisOperation | org.apache.axis2.description | No description provided. |
| InstanceDispatcher | org.apache.axis2.engine | By the time the control comes to this handler, the dispatching must have happened
so that the message context contains the AxisServiceGroup, AxisService and
AxisOperation. |
| InterfaceImplementationWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| InterfaceWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| Java2OMBuilder | org.apache.ws.java2wsdl | No description provided. |
| Java2WSDL | org.apache.ws.java2wsdl | No description provided. |
| Java2WSDLBuilder | org.apache.ws.java2wsdl | No description provided. |
| Java2WSDLCodegenEngine | org.apache.ws.java2wsdl | No description provided. |
| Java2WSDLCommandLineOption | org.apache.ws.java2wsdl.utils | No description provided. |
| Java2WSDLCommandLineOptionParser | org.apache.ws.java2wsdl.utils | No description provided. |
| Java2WSDLOptionsValidator | org.apache.axis2.wsdl.util | No description provided. |
| Java2WSDLOptionsValidator | org.apache.ws.java2wsdl.utils | No description provided. |
| Java2WSDLTask | org.apache.ws.java2wsdl | No description provided. |
| Java2WSDLUtils | org.apache.ws.java2wsdl | No description provided. |
| JavaBeanWriter | org.apache.axis2.schema.writer | Java Bean writer for the schema compiler. |
| JavaEmitter | org.apache.axis2.wsdl.codegen.emitter | No description provided. |
| JavaTypeMap | org.apache.axis2.schema.typemap | The java type map. |
| JavaTypeMapper | org.apache.axis2.wsdl.databinding | The java type mapper can do without any default configuration
However if any such default type mappings are needed, they can be
put inside the constructor |
| JavaUtils | org.apache.axis2.util | JavaUtils |
| JaxMeExtension | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| JiBXDataSource | org.apache.axis2.jibx | Data source for OM element backed by JiBX data bound object. |
| JiBXExtension | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| JMSConnector | org.apache.axis2.transport.jms | JMSConnector is an abstract class that encapsulates the work of connecting
to JMS destinations. |
| JMSConnector.AsyncConnection | org.apache.axis2.transport.jms | No description provided. |
| JMSConnector.AsyncConnection.ListenerSession | org.apache.axis2.transport.jms | No description provided. |
| JMSConnector.SyncConnection | org.apache.axis2.transport.jms | No description provided. |
| JMSConnector.SyncConnection.SendSession | org.apache.axis2.transport.jms | No description provided. |
| JMSConnectorFactory | org.apache.axis2.transport.jms | JMSConnectorFactory is a factory class for creating JMSConnectors. |
| JMSConnectorManager | org.apache.axis2.transport.jms | JMSConnectorManager manages a pool of connectors and works with the
vendor adapters to support the reuse of JMS connections. |
| JMSConnectorManager.ShareableObjectPool | org.apache.axis2.transport.jms | A simple non-blocking pool impl for objects that can be shared. |
| JMSConnectorManager.ShareableObjectPool.ReferenceCountedObject | org.apache.axis2.transport.jms | Wrapper to track the use count of an object |
| JMSEndpoint | org.apache.axis2.transport.jms | JMSEndpoint encapsulates interactions with a JMS destination. |
| JMSOutTransportInfo | org.apache.axis2.transport.jms | No description provided. |
| JMSSender | org.apache.axis2.transport.jms | This is meant to be used on a SOAP Client to call a SOAP server. |
| JMSURLConnection | org.apache.axis2.transport.jms | URLConnection for the "jms" protocol |
| JMSURLHelper | org.apache.axis2.transport.jms | JMSURLHelper provides access to properties in the URL. |
| JMSVendorAdapter | org.apache.axis2.transport.jms | SPI Interface that all JMSVendorAdaptors must implement. |
| JMSVendorAdapterFactory | org.apache.axis2.transport.jms | Discovery class used to locate vendor adapters. |
| JNDIVendorAdapter | org.apache.axis2.transport.jms | Uses JNDI to locate ConnectionFactory and Destinations |
| Language | org.apache.axis2.databinding.types | Custom class for supporting XSD data type language
language represents natural language identifiers as defined by [RFC 1766]. |
| ListenerManager | org.apache.axis2.engine | No description provided. |
| ListingAgent | org.apache.axis2.transport.http | No description provided. |
| Loader | org.apache.axis2.util | Loads resources (or images) from various sources. |
| LocalResponder | org.apache.axis2.transport.local | LocalResponder |
| LocalTransportReceiver | org.apache.axis2.transport.local | No description provided. |
| LocalTransportSender | org.apache.axis2.transport.local | No description provided. |
| MailAddress | org.apache.axis2.transport.mail.server | This is a simple implementation to simplify the usage
of the Addresses. |
| MailClient | org.apache.axis2.transport.mail | No description provided. |
| MailServer | org.apache.axis2.transport.mail.server | No description provided. |
| MailSorter | org.apache.axis2.transport.mail.server | This class will be used to sort the messages into normal messages and mails
being sent to the Axis engine. |
| MailSrvConstants | org.apache.axis2.transport.mail.server | No description provided. |
| MailTransportSender | org.apache.axis2.transport.mail | No description provided. |
| MailWorker | org.apache.axis2.transport.mail | No description provided. |
| MapUtils | org.apache.axis2.transport.jms | MapUtils provides convenience methods for accessing a java.util.Map |
| MessageBundle | org.apache.axis2.i18n | Accept parameters for ProjectResourceBundle,
but defer object instantiation (and therefore
resource bundle loading) until required. |
| MessageContext | org.apache.axis2.context | MessageContext holds service specific state information. |
| MessageReceiverWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| Messages | org.apache.axis2.i18n | No description provided. |
| MessagesConstants | org.apache.axis2.i18n | No description provided. |
| MethodTable | org.apache.ws.java2wsdl.bytecode | No description provided. |
| ModuleBuilder | org.apache.axis2.deployment | Builds a module description from OM |
| ModuleConfiguration | org.apache.axis2.description | This is to store deployment time data , described by
....
Right now this just keeps stores the set of parameters |
| Month | org.apache.axis2.databinding.types | Implementation of the XML Schema type gMonth |
| MonthDay | org.apache.axis2.databinding.types | Implementation of the XML Schema type gMonthDay |
| MultirefHelper | org.apache.axis2.databinding.utils | No description provided. |
| Name | org.apache.axis2.databinding.types | Custom class for supporting XSD data type Name
Name represents XML Names. |
| NamedStaxOMBuilder | org.apache.axis2.databinding.utils | No description provided. |
| NameValueArrayStreamReader | org.apache.axis2.databinding.utils.reader | No description provided. |
| NameValuePairStreamReader | org.apache.axis2.databinding.utils.reader | No description provided. |
| NCName | org.apache.axis2.databinding.types | Custom class for supporting XSD data type NCName
NCName represents XML "non-colonized" Names
The base type of NCName is Name. |
| NegativeInteger | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type negativeinteger
negativeInteger is derived from nonPositiveInteger by setting the
value of maxInclusive to be -1. |
| NegativeInteger.BigIntegerRep | org.apache.axis2.databinding.types | No description provided. |
| NMToken | org.apache.axis2.databinding.types | Custom class for supporting XSD data type NMToken
NMTOKEN represents the NMTOKEN attribute type from
[XML 1.0(Second Edition)]. |
| NMTokens | org.apache.axis2.databinding.types | Custom class for supporting XSD data type NMTokens |
| NonNegativeInteger | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type nonNegativeInteger |
| NonNegativeInteger.BigIntegerRep | org.apache.axis2.databinding.types | No description provided. |
| NonPositiveInteger | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type nonPositiveInteger
nonPositiveInteger is derived from integer by setting the value of
maxInclusive to be 0. |
| NonPositiveInteger.BigIntegerRep | org.apache.axis2.databinding.types | No description provided. |
| NormalizedString | org.apache.axis2.databinding.types | Custom class for supporting XSD data type NormalizedString. |
| Notation | org.apache.axis2.databinding.types | Custom class for supporting XSD data type NOTATION. |
| NullXMLStreamReader | org.apache.axis2.databinding.utils.reader | No description provided. |
| OMAttribKey | org.apache.axis2.databinding.utils.reader | A dummy object that acts as the key for the OMAttribute in the
attribute array - this will be provided as part of the constants |
| OMElementKey | org.apache.axis2.databinding.utils.reader | A dummy class that creates nothing but a key for the
OMElement when it is passed to the ADBPullparser |
| OperationContext | org.apache.axis2.context | An OperationContext represents a running "instance" of an operation, which is
represented by an AxisOperation object. |
| OperationContextFactory | org.apache.axis2.context | This is the factory for OperationContext. |
| Options | org.apache.axis2.client | The proposal related for this is here :
http://marc.theaimsgroup.com/?l=axis2-dev&m=113320384108037&w=2 Client can
fill this options and give to any class extending from MEPClient. |
| OptionsParser | org.apache.axis2.util | No description provided. |
| OutInAxisOperation | org.apache.axis2.description | No description provided. |
| OutOnlyAxisOperation | org.apache.axis2.description | No description provided. |
| PackageFinder | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| Parameter | org.apache.axis2.description | Class ParameterImpl |
| ParameterIncludeImpl | org.apache.axis2.description | Class ParameterIncludeImpl |
| ParamNameExtractor | org.apache.ws.java2wsdl.bytecode | This class retrieves function parameter names from bytecode built with
debugging symbols. |
| ParamReader | org.apache.ws.java2wsdl.bytecode | This is the class file reader for obtaining the parameter names
for declared methods in a class. |
| Phase | org.apache.axis2.engine | A Phase is an ordered collection of Handlers. |
| PhaseHolder | org.apache.axis2.phaseresolver | This class hold all the phases found in the services.xml and server.xml |
| PhaseMetadata | org.apache.axis2.phaseresolver | Class PhaseMetadata |
| PhaseResolver | org.apache.axis2.phaseresolver | Class PhaseResolver |
| PhaseRule | org.apache.axis2.description | Class PhaseRule |
| PhasesInfo | org.apache.axis2.deployment.util | No description provided. |
| PolicyEvaluator | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| PolicyFileWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| PolicyInclude | org.apache.axis2.description | No description provided. |
| PolicyUtil | org.apache.axis2.util | No description provided. |
| POP3Server | org.apache.axis2.transport.mail.server | No description provided. |
| POP3Worker | org.apache.axis2.transport.mail.server | No description provided. |
| PositiveInteger | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type positiveInteger
positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1. |
| PositiveInteger.BigIntegerRep | org.apache.axis2.databinding.types | No description provided. |
| PrettyPrinter | org.apache.axis2.wsdl.codegen.writer | Tidies up the java source code using Jalopy. |
| PrimitiveTypeFinder | org.apache.axis2.schema.util | A simple utiliy to find whether a given class name is
primitive or not |
| ProjectResourceBundle | org.apache.axis2.i18n | Wrapper class for resource bundles. |
| ProxyAuthRequestHandler | org.apache.axis2.transport.http.server | This request handler guards access to a proxy when used in a request handler
chain. |
| QueueConnector | org.apache.axis2.transport.jms | QueueConnector is a concrete JMSConnector subclass that specifically handles
connections to queues (ptp domain). |
| RawXMLINOnlyMessageReceiver | org.apache.axis2.receivers | This is a Simple java Provider. |
| RawXMLINOutAsyncMessageReceiver | org.apache.axis2.receivers | No description provided. |
| RawXMLINOutMessageReceiver | org.apache.axis2.receivers | This is a Simple java Provider. |
| RB | org.apache.axis2.i18n | CURRENTLY NOT USED
KEEPING FOR REFERENCE 9/19/2002
|
| RelatesTo | org.apache.axis2.addressing | Class RelatesTo |
| RepositoryListener | org.apache.axis2.deployment | No description provided. |
| RequestLine | org.apache.axis2.transport.http.server | Defines a HTTP request-line, consisting of method name, URI and protocol. |
| RequestURIBasedDispatcher | org.apache.axis2.engine | Dispatches the service based on the information from the target endpoint URL. |
| ResponseWriter | org.apache.axis2.transport.http.server | Provides a hybrid Writer/OutputStream for sending HTTP response data |
| RESTCall | org.apache.axis2.client | No description provided. |
| RESTSender | org.apache.axis2.transport.http | No description provided. |
| RESTSender.AxisRESTRequestEntity | org.apache.axis2.transport.http | No description provided. |
| RESTUtil | org.apache.axis2.transport.http.util | No description provided. |
| RobustOutOnlyAxisOperation | org.apache.axis2.description | No description provided. |
| RPCInOnlyMessageReceiver | org.apache.axis2.rpc.receivers | No description provided. |
| RPCInOutAsyncMessageReceiver | org.apache.axis2.rpc.receivers | No description provided. |
| RPCMessageReceiver | org.apache.axis2.rpc.receivers | No description provided. |
| RPCServiceClient | org.apache.axis2.rpc.client | No description provided. |
| RPCUtil | org.apache.axis2.rpc.receivers | No description provided. |
| Scheduler | org.apache.axis2.deployment.scheduler | No description provided. |
| Scheduler.SchedulerTimerTask | org.apache.axis2.deployment.scheduler | No description provided. |
| SchedulerTask | org.apache.axis2.deployment.scheduler | No description provided. |
| SchemaCompiler | org.apache.axis2.schema | Schema compiler for ADB. |
| SchemaCompilerMessages | org.apache.axis2.schema.i18n | No description provided. |
| SchemaConstants | org.apache.axis2.schema | Constants for the QNames of standard schema types |
| SchemaConstants.SchemaCompilerArguments | org.apache.axis2.schema | No description provided. |
| SchemaConstants.SchemaPropertyNames | org.apache.axis2.schema | No description provided. |
| SchemaGenerator | org.apache.ws.java2wsdl | No description provided. |
| SchemaPropertyLoader | org.apache.axis2.schema.util | Loads the properties for the schema compiler. |
| SchemaUnwrapperExtension | org.apache.axis2.wsdl.codegen.extension | This extension invlokes the schema unwrapper depending on the users setting. |
| SchemaUtil | org.apache.axis2.util | No description provided. |
| SchemaWriter | org.apache.axis2.wsdl.codegen.writer | A convenient class to write out the schemas into a file in the
output location |
| ServiceBuilder | org.apache.axis2.deployment | Builds a service description from OM |
| ServiceClient | org.apache.axis2.client | A ServiceClient class is used to create a client for a service. |
| ServiceContext | org.apache.axis2.context | Well this is never clearly defined, what it does or the lifecycle. |
| ServiceGroupBuilder | org.apache.axis2.deployment | No description provided. |
| ServiceGroupContext | org.apache.axis2.context | No description provided. |
| ServiceName | org.apache.axis2.addressing | Class ServiceName |
| ServiceXMLWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| ServletBasedOutTransportInfo | org.apache.axis2.transport.http | No description provided. |
| SessionContext | org.apache.axis2.context | All the engine components are stateless across the executions and all the states should be kept in the
Contexts, there are three context Global, Session and Message. |
| SessionUtils | org.apache.axis2.util | No description provided. |
| SimpleArrayReaderStateMachine | org.apache.axis2.databinding.utils | A state machine that reads arrays with simple content. |
| SimpleConnectionThread | org.apache.axis2.transport.http.server | Simple HTTP connection thread. |
| SimpleConnList | org.apache.axis2.transport.http.server | A simple list of connections. |
| SimpleConnSet | org.apache.axis2.transport.http.server | A simple set of connections. |
| SimpleDBExtension | org.apache.axis2.wsdl.codegen.extension | Extension for simple data binding. |
| SimpleElementReaderStateMachine | org.apache.axis2.databinding.utils | A state machine to read elements with simple content. |
| SimpleHost | org.apache.axis2.transport.http.server | No description provided. |
| SimpleHTTPOutTransportInfo | org.apache.axis2.transport.http | No description provided. |
| SimpleHttpServer | org.apache.axis2.transport.http.server | A simple, but extensible HTTP server, mostly for testing purposes. |
| SimpleHTTPServer | org.apache.axis2.transport.http | This is a simple implementation of an HTTP server for processing
SOAP requests via Apache's xml-axis2. |
| SimpleHttpServerConnection | org.apache.axis2.transport.http.server | A connection to the SimpleHttpServer. |
| SimpleJMSListener | org.apache.axis2.transport.jms | SimpleJMSListener implements the javax.jms.MessageListener interface. |
| SimpleJMSWorker | org.apache.axis2.transport.jms | SimpleJMSWorker is a worker thread that processes messages that are
received by SimpleJMSListener. |
| SimpleMailListener | org.apache.axis2.transport.mail | This is a simple implementation of an SMTP/POP3 server for processing SOAP
requests via Apache's xml-axis2. |
| SimplePlainSocketFactory | org.apache.axis2.transport.http.server | Defines a plain socket factory |
| SimpleRequest | org.apache.axis2.transport.http.server | A generic HTTP request. |
| SimpleResponse | org.apache.axis2.transport.http.server | A generic HTTP response. |
| SimpleTypeMapper | org.apache.axis2.databinding.typemapping | No description provided. |
| SkeletonInterfaceWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| SkeletonWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| SMTPServer | org.apache.axis2.transport.mail.server | No description provided. |
| SMTPWorker | org.apache.axis2.transport.mail.server | No description provided. |
| SOAPActionBasedDispatcher | org.apache.axis2.engine | Dispatches based on the SOAPAction. |
| SOAPHeaderMessage | org.apache.axis2.wsdl | No description provided. |
| SOAPMessageBodyBasedDispatcher | org.apache.axis2.engine | Dispatches based on the namespace URI of the first child of
the body. |
| SOAPOverHTTPSender | org.apache.axis2.transport.http | No description provided. |
| SOAPOverHTTPSender.AxisSOAPRequestEntity | org.apache.axis2.transport.http | No description provided. |
| SOAPUtil | org.apache.axis2.transport.http.util | No description provided. |
| Storage | org.apache.axis2.transport.mail.server | No description provided. |
| StreamWrapper | org.apache.axis2.util | No description provided. |
| Stub | org.apache.axis2.client | No description provided. |
| Subscription | org.apache.axis2.transport.jms | No description provided. |
| TCPServer | org.apache.axis2.transport.tcp | Class TCPServer |
| TCPTransportSender | org.apache.axis2.transport.tcp | No description provided. |
| TCPWorker | org.apache.axis2.transport.tcp | This Class is the work hoarse of the TCP request, this process the incomming SOAP Message. |
| TestClassWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| ThreadPool | org.apache.axis2.util.threadpool | This the thread pool for axis2. |
| Time | org.apache.axis2.databinding.types | Class that represents the xsd:time XML Schema type |
| Token | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type Token. |
| TopicConnector | org.apache.axis2.transport.jms | TopicConnector is a concrete JMSConnector subclass that specifically handles
connections to topics (pub-sub domain). |
| TransportHeaders | org.apache.axis2.transport.http | Pass-Thru / delayed get of the values from HttpServletRequest |
| TransportInDescription | org.apache.axis2.description | Represents an incoming transport deployed in Axis2. |
| TransportOutDescription | org.apache.axis2.description | Represents a transport deployed in AXis2 |
| TransportUtils | org.apache.axis2.transport | No description provided. |
| TypeMappingAdapter | org.apache.axis2.wsdl.databinding | No description provided. |
| TypeTable | org.apache.ws.java2wsdl.utils | No description provided. |
| UnsignedByte | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type UnsignedByte |
| UnsignedInt | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type UnsignedInt |
| UnsignedLong | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type UnsignedLong |
| UnsignedShort | org.apache.axis2.databinding.types | Custom class for supporting primitive XSD data type UnsignedShort |
| URI | org.apache.axis2.databinding.types | Axis Note: This class was 'borrowed' from Xerces 2.0.2 |
| URL | org.apache.axis2.util | No description provided. |
| URLBasedAxisConfigurator | org.apache.axis2.deployment | No description provided. |
| URLProcessor | org.apache.axis2.util | No description provided. |
| Utils | org.apache.axis2.deployment.util | No description provided. |
| Utils | org.apache.axis2.util | No description provided. |
| UUIDGenerator | org.apache.axis2.util | No description provided. |
| Version | org.apache.axis2 | Little utility to get the version and build date of the axis2.jar. |
| WarBasedAxisConfigurator | org.apache.axis2.deployment | No description provided. |
| WrappingXMLStreamReader | org.apache.axis2.databinding.utils.reader | No description provided. |
| WSDL2AxisServiceBuilder | org.apache.axis2.description | No description provided. |
| WSDL2Code | org.apache.axis2.wsdl | No description provided. |
| WSDL2Java | org.apache.axis2.wsdl | No description provided. |
| WSDL2JavaOptionsValidator | org.apache.axis2.wsdl.util | No description provided. |
| WSDLBasedPolicyProcessor | org.apache.axis2.client | No description provided. |
| WSDLValidatorExtension | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| WSDLWriter | org.apache.axis2.wsdl.codegen.writer | No description provided. |
| WSInfo | org.apache.axis2.deployment.repository.util | No description provided. |
| WSInfoList | org.apache.axis2.deployment.repository.util | No description provided. |
| XMLBeansExtension | org.apache.axis2.wsdl.codegen.extension | No description provided. |
| XMLChar | org.apache.axis2.util | This class defines the basic XML character properties. |
| XMLUtils | org.apache.axis2.util | No description provided. |
| XMLUtils.ParserErrorHandler | org.apache.axis2.util | No description provided. |
| XSD2Java | org.apache.axis2.schema | No description provided. |
| XSLTIncludeResolver | org.apache.axis2.wsdl.util | No description provided. |
| XSLTTemplateProcessor | org.apache.axis2.util | No description provided. |
| XSLTUtils | org.apache.axis2.util | No description provided. |
| Year | org.apache.axis2.databinding.types | Implementation of the XML Schema type gYear |
| YearMonth | org.apache.axis2.databinding.types | Implementation of the XML Schema type gYearMonth |