| Library: | Apache Axis |
| Version: | 1.4 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractCompiler | org.apache.axis.components.compiler | This class implements the functionality common to all Java compilers. |
| AbstractQueryStringHandler | org.apache.axis.transport.http | An optional base class for query string handlers; provides various helper methods and extracts things from the the message context |
| AbstractXMLEncoder | org.apache.axis.components.encoding | Abstract class for XML String encoders. |
| Admin | org.apache.axis.utils | Handy static utility functions for turning XML into Axis deployment operations. |
| AdminClient | org.apache.axis.client | An admin client object that can be used both from the command line and programmatically. |
| AdminServlet | org.apache.axis.transport.http | Proof-of-concept "management" servlet for Axis. |
| ArrayDeserializer | org.apache.axis.encoding.ser | An ArrayDeserializer handles deserializing SOAP arrays. |
| ArrayDeserializer.ArrayListExtension | org.apache.axis.encoding.ser | During processing, the Array Deserializer stores the array in an ArrayListExtension class. |
| ArrayDeserializerFactory | org.apache.axis.encoding.ser | DeserializerFactory for arrays |
| ArraySerializer | org.apache.axis.encoding.ser | An ArraySerializer handles serializing of arrays. |
| ArraySerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for arrays |
| ArrayUtil | org.apache.axis.utils | No description provided. |
| ArrayUtil.NonConvertable | org.apache.axis.utils | No description provided. |
| AsyncCall | org.apache.axis.client.async | Support for Asynchronous call |
| AsyncResult | org.apache.axis.client.async | Access the results of the Async call |
| AttachmentPart | javax.xml.soap | A single attachment to a |
| AttachmentPart | org.apache.axis.attachments | An attachment part. |
| AttachmentsImpl | org.apache.axis.attachments | Implements the Attachment interface, via an actual Hashmap of actual AttachmentParts. |
| AttachmentUtils | org.apache.axis.attachments | This class allow access to the Jaf data handler in AttachmentPart. |
| AttributeDesc | org.apache.axis.description | An AttributeDesc is a FieldDesc for an Java field mapping to an XML attribute |
| AttributeSerializationContextImpl | org.apache.axis.encoding | Used to suppress element tag serialization when serializing simple types into attributes. |
| AutoRegisterServlet | org.apache.axis.transport.http | Servlet that autoregisters |
| AxisClient | org.apache.axis.client | Provides the equivalent of an "Axis engine" on the client side. |
| AxisClientProxy | org.apache.axis.client | Very simple dynamic proxy InvocationHandler class. |
| AxisContentHandler | org.apache.axis.encoding.ser.castor | This ContentHandler delegates all serialization to an axis SerializationContext |
| AxisEngine | org.apache.axis | An AxisEngine is the base class for AxisClient and
AxisServer. |
| AxisHttpSession | org.apache.axis.transport.http | An HTTP/Servlet implementation of Axis sessions. |
| AxisHTTPSessionListener | org.apache.axis.transport.http | A simple listener for Servlet 2.3 session lifecycle events. |
| AxisProperties | org.apache.axis | Configuration properties for AXIS. |
| AxisServer | org.apache.axis.server | No description provided. |
| AxisServiceConfigImpl | org.apache.axis | A simple implementation of AxisServiceConfig. |
| AxisServlet | org.apache.axis.transport.http | No description provided. |
| AxisServletBase | org.apache.axis.transport.http | Base class for servlets used in axis, has common methods to get and save the engine to a common location, currently the webapp's context, though some alternate persistence mechanism is always possible. |
| BackslashUtil | org.apache.axis.wsdl.symbolTable | No description provided. |
| Base64 | org.apache.axis.encoding | No description provided. |
| Base64Deserializer | org.apache.axis.encoding.ser | Deserializer for Base64 |
| Base64DeserializerFactory | org.apache.axis.encoding.ser | DeserializerFactory for hexBinary. |
| Base64Serializer | org.apache.axis.encoding.ser | Serializer for Base64 |
| Base64SerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for hexBinary. |
| BaseDeserializerFactory | org.apache.axis.encoding.ser | Base class for Axis Deserialization Factory classes for code reuse |
| BaseFactory | org.apache.axis.encoding.ser | Base Factory for BaseDeserializerFactory and BaseSerializerFactory. |
| BaseSerializerFactory | org.apache.axis.encoding.ser | Base class for Axis Serialization Factory classes for code reuse |
| BaseType | org.apache.axis.wsdl.symbolTable | This Type is for a QName represents a Base Type (i.e. |
| BaseTypeMapping | org.apache.axis.wsdl.symbolTable | Get the base language name for a qname |
| BasicClientConfig | org.apache.axis.configuration | A SimpleProvider set up with hardcoded basic configuration for a client (i.e. |
| BasicHandler | org.apache.axis.handlers | BasicHandler is a utility class which implements simple
property setting/getting behavior, and stubs out a lot of the Handler
methods. |
| BasicProvider | org.apache.axis.providers | This class has one way of keeping track of the operations declared for a particular service provider. |
| BasicServerConfig | org.apache.axis.configuration | A SimpleProvider set up with hardcoded basic configuration for a server (i.e. |
| BeanDeserializer | org.apache.axis.encoding.ser | General purpose deserializer for an arbitrary java bean. |
| BeanDeserializerFactory | org.apache.axis.encoding.ser | DeserializerFactory for Bean |
| BeanPropertyDescriptor | org.apache.axis.utils | This class represents a field/property in a value type (a class with either bean-style getters/setters or public fields). |
| BeanPropertyTarget | org.apache.axis.encoding.ser | Class which knows how to update a bean property |
| BeanSerializer | org.apache.axis.encoding.ser | General purpose serializer/deserializerFactory for an arbitrary java bean. |
| BeanSerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for Bean |
| BeanUtils | org.apache.axis.utils | No description provided. |
| BeanVendorAdapter | org.apache.axis.components.jms | Uses ClassUtils.forName and reflection to configure ConnectionFactory. |
| BigDecimalHolder | javax.xml.rpc.holders | Holder for BigDecimals. |
| BigIntegerHolder | javax.xml.rpc.holders | Holder for BigIntegers. |
| BindingEntry | org.apache.axis.wsdl.symbolTable | This class represents a WSDL binding. |
| BindingEntry.OperationAttr | org.apache.axis.wsdl.symbolTable | Contains attributes for Operations - Body type: encoded or literal |
| BodyBuilder | org.apache.axis.message | No description provided. |
| BooleanHolder | javax.xml.rpc.holders | Holder for booleans. |
| BooleanHolder | org.apache.axis.components.net | hold a boolean value. |
| BooleanWrapperHolder | javax.xml.rpc.holders | Holder for Booleans. |
| BoundaryDelimitedStream | org.apache.axis.attachments | This class takes the input stream and turns it multiple streams. |
| BSF | org.apache.axis.components.script | No description provided. |
| BSFProvider | org.apache.axis.providers | No description provided. |
| ByteArray | org.apache.axis.utils | Class ByteArray |
| ByteArrayHolder | javax.xml.rpc.holders | Holder for byte[]s. |
| ByteArrayOutputStream | org.apache.axis.utils | This class implements an output stream in which the data is written into a byte array. |
| ByteHolder | javax.xml.rpc.holders | Holder for bytes. |
| ByteWrapperHolder | javax.xml.rpc.holders | Holder for Bytes. |
| CalendarDeserializer | org.apache.axis.encoding.ser | The CalendarSerializer deserializes a dateTime. |
| CalendarDeserializerFactory | org.apache.axis.encoding.ser | A CalendarDeserializer Factory |
| CalendarHolder | javax.xml.rpc.holders | Holder for Calendars. |
| CalendarSerializer | org.apache.axis.encoding.ser | Serializer for dateTime (Calendar). |
| CalendarSerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for Calendar(dateTime) primitives |
| Call | org.apache.axis.client | Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface. |
| CallbackTarget | org.apache.axis.encoding | No description provided. |
| CastorDeserializer | org.apache.axis.encoding.ser.castor | Castor deserializer |
| CastorDeserializerFactory | org.apache.axis.encoding.ser.castor | A CastorDeserializer Factory |
| CastorEnumTypeDeserializer | org.apache.axis.encoding.ser.castor | Castor deserializer |
| CastorEnumTypeDeserializerFactory | org.apache.axis.encoding.ser.castor | A CastorEnumTypeDeserializer Factory |
| CastorEnumTypeSerializer | org.apache.axis.encoding.ser.castor | Castor serializer |
| CastorEnumTypeSerializerFactory | org.apache.axis.encoding.ser.castor | SerializerFactory for Castor Enum Type objects |
| CastorSerializer | org.apache.axis.encoding.ser.castor | Castor serializer |
| CastorSerializerFactory | org.apache.axis.encoding.ser.castor | SerializerFactory for Castor objects |
| CDATAImpl | org.apache.axis.message | No description provided. |
| ChainedParamReader | org.apache.axis.utils.bytecode | Description: In ParamReader class, user can not get inherited method parameter from the class they passed in. |
| ChunkedInputStream | org.apache.axis.transport.http | No description provided. |
| ChunkedOutputStream | org.apache.axis.transport.http | No description provided. |
| CLArgsParser | org.apache.axis.utils | Parser for command line arguments. |
| ClassCache | org.apache.axis.utils.cache | A cache class for JavaClass objects, which enables us to quickly reference methods. |
| ClasspathUtils | org.apache.axis.utils | Utility class for constructing the classpath |
| ClassReader | org.apache.axis.utils.bytecode | This is the class file reader for obtaining the parameter names for declared methods in a class. |
| ClassUtils | org.apache.axis.utils | Utility methods for Class Loading. |
| CLOption | org.apache.axis.utils | Basic class describing an instance of option. |
| CLOptionDescriptor | org.apache.axis.utils | Basic class describing an type of option. |
| CLUtil | org.apache.axis.utils | CLUtil offers basic utility operations for use both internal and external to package. |
| CollectionElement | org.apache.axis.wsdl.symbolTable | This Element is for a QName that is a 'collection'. |
| CollectionType | org.apache.axis.wsdl.symbolTable | This Type is for a QName that is a 'collection'. |
| CommentImpl | org.apache.axis.message | Most of methods are inherited from TEXT, defined for its Interface Marker only |
| CommonsHTTPClientPropertiesFactory | org.apache.axis.components.net | No description provided. |
| CommonsHTTPSender | org.apache.axis.transport.http | This class uses Jakarta Commons's HttpClient to call a SOAP server. |
| CompilerError | org.apache.axis.components.compiler | This class encapsulates an error message produced by a programming language processor (whether interpreted or compiled) |
| CompilerFactory | org.apache.axis.components.compiler | This class implements a factory to instantiate a Compiler. |
| Constants | org.apache.axis | No description provided. |
| ConstructorTarget | org.apache.axis.encoding | Used when the class need a specific Constructor (not default one) |
| ContainedAttribute | org.apache.axis.wsdl.symbolTable | No description provided. |
| ContainedEntry | org.apache.axis.wsdl.symbolTable | No description provided. |
| CORBAProvider | org.apache.axis.providers.java | A basic CORBA Provider |
| DataHandlerHolder | org.apache.axis.holders | Class DataHandlerHolder |
| DateDeserializer | org.apache.axis.encoding.ser | The DateSerializer deserializes a Date. |
| DateDeserializerFactory | org.apache.axis.encoding.ser | A DateDeserializer Factory |
| DateHolder | org.apache.axis.holders | Class DateHolder |
| DateSerializer | org.apache.axis.encoding.ser | Serializer for Dates. |
| DateSerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for Date primitives |
| Day | org.apache.axis.types | Implementation of the XML Schema type gDay |
| DayHolder | org.apache.axis.holders | Class DayHolder |
| DebugHandler | org.apache.axis.handlers | No description provided. |
| DefaultAuthenticator | org.apache.axis.utils | This class is used by WSDL2javaAntTask and WSDL2. |
| DefaultAxisServerFactory | org.apache.axis.server | Helper class for obtaining AxisServers. |
| DefaultCommonsHTTPClientProperties | org.apache.axis.components.net | Default property set for the of the multi threaded connection pool used in the CommonsHTTPSender transport implementation. |
| DefaultEngineConfigurationFactory | org.apache.axis.configuration | This is a 'front' for replacement logic. |
| DefaultEntityResolver | org.apache.axis.utils | No description provided. |
| DefaultHTTPSTransportClientProperties | org.apache.axis.components.net | No description provided. |
| DefaultHTTPTransportClientProperties | org.apache.axis.components.net | No description provided. |
| DefaultJAXRPC11TypeMappingImpl | org.apache.axis.encoding | This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information. |
| DefaultSOAP12TypeMappingImpl | org.apache.axis.encoding | No description provided. |
| DefaultSOAPEncodingTypeMappingImpl | org.apache.axis.encoding | This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information. |
| DefaultSocketFactory | org.apache.axis.components.net | Default socket factory. |
| DefaultTypeMappingImpl | org.apache.axis.encoding | This is the implementation of the axis Default TypeMapping (which extends the JAX-RPC TypeMapping interface) for SOAP 1.1. |
| DefaultXMLEncoder | org.apache.axis.components.encoding | No description provided. |
| DefinedElement | org.apache.axis.wsdl.symbolTable | This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=. |
| DefinedType | org.apache.axis.wsdl.symbolTable | This Type is for a QName that is a complex or simple type, these types are always emitted. |
| DeploymentAdministrator | org.apache.axis.management.jmx | No description provided. |
| DeploymentQuery | org.apache.axis.management.jmx | No description provided. |
| DeserializationContext | org.apache.axis.encoding | This interface describes the AXIS DeserializationContext, note that an AXIS compliant DeserializationContext must extend the org.xml.sax.helpers.DefaultHandler. |
| DeserializerImpl | org.apache.axis.encoding | The Deserializer base class. |
| DeserializerTarget | org.apache.axis.encoding | No description provided. |
| Detail | org.apache.axis.message | Detail Container implementation |
| DetailEntry | org.apache.axis.message | Detail Entry implementation |
| DimeAttachmentStreams | org.apache.axis.attachments | This is the concrete implementation of the IncomingAttachmentStreams class and is used to parse data that is in the DIME format. |
| DimeBodyPart | org.apache.axis.attachments | Holds one attachment DIME part. |
| DimeDelimitedInputStream | org.apache.axis.attachments | This class takes the input stream and turns it multiple streams. |
| DimeMultiPart | org.apache.axis.attachments | This class hold all parts of a DIME multipart message. |
| DimeTypeNameFormat | org.apache.axis.attachments | This class is a single part for DIME mulitpart message. |
| DirProvider | org.apache.axis.configuration | No description provided. |
| DocumentDeserializer | org.apache.axis.encoding.ser | Deserializer for DOM Document |
| DocumentDeserializerFactory | org.apache.axis.encoding.ser | DeserializerFactory for DOM Document. |
| DocumentSerializer | org.apache.axis.encoding.ser | Serializer for DOM Document |
| DocumentSerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for DOM Document |
| DOM2Writer | org.apache.axis.utils | This class is a utility to serialize a DOM node as XML. |
| DoubleHolder | javax.xml.rpc.holders | Holder for doubles. |
| DoubleWrapperHolder | javax.xml.rpc.holders | Holder for Doubles. |
| Duration | org.apache.axis.types | Implementation of the XML Schema type duration. |
| DurationHolder | org.apache.axis.holders | Class DurationHolder |
| DynamicContentDataHandler | org.apache.axis.attachments | To be used with writing out DIME Attachments. |
| EchoHandler | org.apache.axis.handlers | No description provided. |
| EJBProvider | org.apache.axis.providers.java | A basic EJB Provider |
| Element | org.apache.axis.wsdl.symbolTable | This class represents a TypeEntry that is a type (complexType, simpleType, etc. |
| ElementDecl | org.apache.axis.wsdl.symbolTable | Simple utility struct for holding element declarations. |
| ElementDesc | org.apache.axis.description | An AttributeDesc is a FieldDesc for an Java field mapping to an XML element |
| ElementDeserializer | org.apache.axis.encoding.ser | Deserializer for DOM elements |
| ElementDeserializerFactory | org.apache.axis.encoding.ser | DeserializerFactory for Element. |
| ElementSerializer | org.apache.axis.encoding.ser | Serializer for DOM elements |
| ElementSerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for Element |
| Emitter | org.apache.axis.wsdl.toJava | This class produces java files for stubs, skeletons, and types from a WSDL document. |
| Emitter | org.apache.axis.wsdl.fromJava | This class emits WSDL from Java classes. |
| Endpoint | javax.xml.messaging | An opaque representation of an application endpoint. |
| EngineConfigurationFactoryDefault | org.apache.axis.configuration | This is a default implementation of EngineConfigurationFactory. |
| EngineConfigurationFactoryFinder | org.apache.axis.configuration | This is a default implementation of EngineConfigurationFactory. |
| EngineConfigurationFactoryServlet | org.apache.axis.configuration | This is a default implementation of ServletEngineConfigurationFactory. |
| Entities | org.apache.axis.types | Custom class for supporting XSD data type Entities |
| Entity | org.apache.axis.types | Custom class for supporting XSD data type Entity |
| Enum | org.apache.axis.constants | General support for 'enumerated' data types. |
| Enum.Type | org.apache.axis.constants | No description provided. |
| EnumDeserializer | org.apache.axis.encoding.ser | Deserializer for a JAX-RPC enum. |
| EnumDeserializerFactory | org.apache.axis.encoding.ser | DeserializerFactory for Enumeration. |
| EnumSerializer | org.apache.axis.encoding.ser | Serializer for a JAX-RPC enum. |
| EnumSerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for Enum |
| EnvelopeBuilder | org.apache.axis.message | The EnvelopeBuilder is responsible for parsing the top-level SOAP envelope stuff (Envelope, Body, Header), and spawning off HeaderBuilder and BodyBuilders. |
| EnvelopeHandler | org.apache.axis.message | No description provided. |
| ErrorHandler | org.apache.axis.handlers | No description provided. |
| FactoryProperty | org.apache.axis.wsdl.toJava | This is a general purpose class that allows one to pass name/value properties to the JavaGeneratorFactory. |
| FastUUIDGen | org.apache.axis.components.uuid | Creates time-based UUID's. |
| FaultableHandler | org.apache.axis | A FaultableHandler is essentially a wrapper for any other
Handler which provides flexible fault handling semantics. |
| FaultDesc | org.apache.axis.description | Holds information about a fault for an operation |
| FaultInfo | org.apache.axis.wsdl.symbolTable | Fault information object. |
| FieldDesc | org.apache.axis.description | FieldDescs are metadata objects which control the mapping of a given Java field to/from XML. |
| FieldPropertyDescriptor | org.apache.axis.utils | No description provided. |
| FieldTarget | org.apache.axis.encoding | No description provided. |
| FileProvider | org.apache.axis.configuration | A simple ConfigurationProvider that uses the Admin class to read + write XML files. |
| FilterPrintWriter | org.apache.axis.transport.http | simple wrapper around PrintWriter class. |
| FilterPrintWriter.NullOutputStream | org.apache.axis.transport.http | No description provided. |
| FloatHolder | javax.xml.rpc.holders | Holder for floats. |
| FloatWrapperHolder | javax.xml.rpc.holders | Holder for Floats. |
| GeneratedFileInfo | org.apache.axis.wsdl.toJava | File info available after emit to describe what exactly was created by the Emitter. |
| GeneratedFileInfo.Entry | org.apache.axis.wsdl.toJava | Structure to hold entries. |
| GenericHandler | javax.xml.rpc.handler | The javax.xml.rpc.handler.GenericHandler class
implements the Handler interface. |
| Handler | org.apache.axis.transport.jms | URLStreamHandler for the "jms" protocol |
| Handler | org.apache.axis.transport.mail | A stub URLStreamHandler, so the system will recognize our custom URLs as valid. |
| Handler | org.apache.axis.transport.java | A stub URLStreamHandler, so the system will recognize our custom URLs as valid. |
| Handler | org.apache.axis.transport.local | A stub URLStreamHandler, so the system will recognize our custom URLs as valid. |
| HandlerChainImpl | org.apache.axis.handlers | Implementation of HandlerChain |
| HandlerInfo | javax.xml.rpc.handler | The javax.xml.rpc.handler.HandlerInfo represents
information about a handler in the HandlerChain. |
| HandlerInfoChainFactory | org.apache.axis.handlers | No description provided. |
| HappyClient | org.apache.axis.client | Client side equivalent of happyaxis |
| HeaderBuilder | org.apache.axis.message | No description provided. |
| HexBinary | org.apache.axis.types | Custom class for supporting primitive XSD data type hexBinary. |
| HexBinaryHolder | org.apache.axis.holders | Class HexBinaryHolder |
| HexDeserializer | org.apache.axis.encoding.ser | Deserializer for hexBinary. |
| HexDeserializerFactory | org.apache.axis.encoding.ser | DeserializerFactory for hexBinary. |
| HexSerializer | org.apache.axis.encoding.ser | Serializer for hexBinary. |
| HexSerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for hexBinary. |
| HTTPActionHandler | org.apache.axis.handlers.http | An HTTPActionHandler simply sets the context's TargetService
property from the HTTPAction property. |
| HTTPAuthHandler | org.apache.axis.handlers.http | An HTTPAuthHandler simply sets the context's username
and password properties from the HTTP auth headers. |
| HTTPConstants | org.apache.axis.transport.http | HTTP protocol and message context constants. |
| HTTPSender | org.apache.axis.transport.http | This is meant to be used on a SOAP Client to call a SOAP server. |
| HTTPTransport | org.apache.axis.transport.http | Extends Transport by implementing the setupMessageContext function to set HTTP-specific message context fields and transport chains. |
| IBMFakeTrustSocketFactory | org.apache.axis.components.net | Hook for Axis sender, allowing unsigned server certs |
| IBMFakeTrustSocketFactory.FakeX509TrustManager | org.apache.axis.components.net | Class FakeX509TrustManager |
| IBMJSSESocketFactory | org.apache.axis.components.net | SSL socket factory. |
| Id | org.apache.axis.types | Custom class for supporting XSD data type ID The base type of Id is NCName. |
| IdentityHashMap | org.apache.axis.utils | IdentityHashMap similar to JDK1.4's java.util.IdentityHashMap |
| IDKey | org.apache.axis.utils | Wrap an identity key (System.identityHashCode()) |
| IDRef | org.apache.axis.types | Custom class for supporting XSD data type IDRef |
| IDRefs | org.apache.axis.types | Custom class for supporting XSD data type IDRefs |
| ImageDataHandlerDeserializer | org.apache.axis.encoding.ser | ImageDataHandler Deserializer
Modified by Russell Butek |
| ImageDataHandlerSerializer | org.apache.axis.encoding.ser | ImageDataHandler Serializer |
| ImageDataSource | org.apache.axis.attachments | No description provided. |
| ImageHolder | org.apache.axis.holders | Class ImageHolder |
| ImageIOFactory | org.apache.axis.components.image | This class implements a factory to instantiate an ImageIO component. |
| IncomingAttachmentStreams | org.apache.axis.attachments | Similiar in concept to an iterator over the delimited streams inside of the HTTP stream. |
| IncomingAttachmentStreams.IncomingAttachmentInputStream | org.apache.axis.attachments | No description provided. |
| InputStreamBody | org.apache.axis.message | No description provided. |
| IntegerWrapperHolder | javax.xml.rpc.holders | Holder for Integers. |
| IntHolder | javax.xml.rpc.holders | Holder for ints. |
| InvocationStrategy | org.apache.axis.strategies | A Strategy which calls invoke() on the specified Handler, passing it the specified MessageContext. |
| IOUtils | org.apache.axis.utils | Utility class containing IO helper methods |
| JAFDataHandlerDeserializer | org.apache.axis.encoding.ser | JAFDataHandler Serializer |
| JAFDataHandlerDeserializerFactory | org.apache.axis.encoding.ser | A JAFDataHandlerDeserializer Factory |
| JAFDataHandlerSerializer | org.apache.axis.encoding.ser | JAFDataHandler Serializer |
| JAFDataHandlerSerializerFactory | org.apache.axis.encoding.ser | A JAFDataHandlerSerializer Factory |
| Java2WSDL | org.apache.axis.wsdl | Command line interface to the java2wsdl utility |
| JavaBeanFaultWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Complex Fault Writer. |
| JavaBeanHelperWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Helper Type Writer. |
| JavaBeanWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Complex Type Writer. |
| JavaBindingWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Binding Writer. |
| JavaBuildFileWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's build file Writer. |
| Javac | org.apache.axis.components.compiler | This class wraps the Sun's Javac Compiler. |
| JavaClass | org.apache.axis.utils.cache | A simple cache of previously loaded classes, and their methods. |
| JavaClassWriter | org.apache.axis.wsdl.toJava | Emitter knows about WSDL writers, one each for PortType, Binding, Service, Definition, Type. |
| JavaDefinitionWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Definition Writer. |
| JavaDeployWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's deploy Writer. |
| JavaEnumTypeWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Complex Type Writer. |
| JavaFaultWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Fault Writer. |
| JavaGeneratorFactory | org.apache.axis.wsdl.toJava | This is Wsdl2java's implementation of the GeneratorFactory |
| JavaGeneratorFactory.Writers | org.apache.axis.wsdl.toJava | Class Writers |
| JavaHolderWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Holder Writer. |
| JavaImplWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's implementation template writer. |
| JavaInterfaceWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's PortType Writer. |
| JavaMethod | org.apache.axis.utils.cache | A simple cache of previously loaded methods |
| JavaProvider | org.apache.axis.providers.java | Base class for Java dispatching. |
| JavaSender | org.apache.axis.transport.java | No description provided. |
| JavaServiceDesc | org.apache.axis.description | A ServiceDesc is an abstract description of a service. |
| JavaServiceIfaceWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's service writer. |
| JavaServiceImplWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's service implementation writer. |
| JavaServiceWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Service Writer. |
| JavaSkelWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's skeleton writer. |
| JavaStubWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's stub writer. |
| JavaTestCaseWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's TestCase writer. |
| JavaTransport | org.apache.axis.transport.java | A Transport which will cause an invocation via "java" |
| JavaTypeWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's Type Writer. |
| JavaUndeployWriter | org.apache.axis.wsdl.toJava | This is Wsdl2java's deploy Writer. |
| JavaUtils | org.apache.axis.utils | Utility class to deal with Java language related issues, such as type conversions. |
| JavaWriter | org.apache.axis.wsdl.toJava | Emitter knows about WSDL writers, one each for PortType, Binding, Service, Definition, Type. |
| JAXRPCHandler | org.apache.axis.handlers | Handles JAXRPC style handlers. |
| JDK13IO | org.apache.axis.components.image | JDK1.3 based Image I/O |
| Jikes | org.apache.axis.components.compiler | This class wraps IBM's Jikes Java compiler NOTE: inspired by the Apache Jasper implementation. |
| JimiIO | org.apache.axis.components.image | JIMI based Image I/O |
| JMSConnector | org.apache.axis.transport.jms | JMSConnector is an abstract class that encapsulates the work of connecting to JMS destinations. |
| JMSConnector.AsyncConnection | org.apache.axis.transport.jms | No description provided. |
| JMSConnector.AsyncConnection.ListenerSession | org.apache.axis.transport.jms | No description provided. |
| JMSConnector.SyncConnection | org.apache.axis.transport.jms | No description provided. |
| JMSConnector.SyncConnection.SendSession | org.apache.axis.transport.jms | No description provided. |
| JMSConnectorFactory | org.apache.axis.transport.jms | JMSConnectorFactory is a factory class for creating JMSConnectors. |
| JMSConnectorManager | org.apache.axis.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.axis.transport.jms | A simple non-blocking pool impl for objects that can be shared. |
| JMSConnectorManager.ShareableObjectPool.ReferenceCountedObject | org.apache.axis.transport.jms | Wrapper to track the use count of an object |
| JMSEndpoint | org.apache.axis.transport.jms | JMSEndpoint encapsulates interactions w/ a JMS destination. |
| JMSSender | org.apache.axis.transport.jms | This is meant to be used on a SOAP Client to call a SOAP server. |
| JMSTransport | org.apache.axis.transport.jms | JMSTransport is the JMS-specific implemenation of org.apache.axis.client.Transport. |
| JMSURLConnection | org.apache.axis.transport.jms | URLConnection for the "jms" protocol |
| JMSURLHelper | org.apache.axis.transport.jms | JMSURLHelper provides access to properties in the URL. |
| JMSVendorAdapter | org.apache.axis.components.jms | SPI Interface that all JMSVendorAdaptors must implement. |
| JMSVendorAdapterFactory | org.apache.axis.components.jms | Discovery class used to locate vendor adapters. |
| JNDIAxisServerFactory | org.apache.axis.server | Helper class for obtaining AxisServers, which hides the complexity of JNDI accesses, etc. |
| JNDIVendorAdapter | org.apache.axis.components.jms | Uses JNDI to locate ConnectionFactory and Destinations |
| JSSESocketFactory | org.apache.axis.components.net | SSL socket factory. |
| JWSClassLoader | org.apache.axis.utils | Class loader for JWS files. |
| JWSHandler | org.apache.axis.handlers | A JWSHandler sets the target service and JWS filename
in the context depending on the JWS configuration and the target URL. |
| Language | org.apache.axis.types | Custom class for supporting XSD data type language language represents natural language identifiers as defined by [RFC 1766]. |
| LocalResponder | org.apache.axis.transport.local | Tiny Handler which just makes sure to Stringize the outgoing Message to appropriately use serializers on the server side. |
| LocalSender | org.apache.axis.transport.local | This is meant to be used on a SOAP Client to call a SOAP server. |
| LocalTransport | org.apache.axis.transport.local | A Transport which will cause an invocation via a "local" AxisServer. |
| LockableHashtable | org.apache.axis.utils | This subclass of the java Hashtable allows individual entries to be "locked" so that their values cannot be overwritten or removed. |
| LogFactory | org.apache.axis.components.logger | No description provided. |
| LogHandler | org.apache.axis.handlers | A simple Handler which logs the request and response messages to either the console or a specified file (default "axis.log"). |
| LogMessage | org.apache.axis.handlers | This handler simply prints a custom message to the debug log. |
| LongHolder | javax.xml.rpc.holders | Holder for longs. |
| LongWrapperHolder | javax.xml.rpc.holders | Holder for Longs. |
| LRUMap | org.apache.axis.collections | An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added. |
| MailConstants | org.apache.axis.transport.mail | No description provided. |
| MailSender | org.apache.axis.transport.mail | This is meant to be used on a SOAP Client to call a SOAP server via SMTP/POP3 |
| MailServer | org.apache.axis.transport.mail | This is a simple implementation of an SMTP/POP3 server for processing SOAP requests via Apache's xml-axis. |
| MailTransport | org.apache.axis.transport.mail | A Transport which will cause an invocation via "mail" |
| MailWorker | org.apache.axis.transport.mail | No description provided. |
| ManagedMemoryDataSource | org.apache.axis.attachments | This class allows small attachments to be cached in memory, while large ones are cached out. |
| MapDeserializer | org.apache.axis.encoding.ser | No description provided. |
| MapDeserializerFactory | org.apache.axis.encoding.ser | A MapDeserializer Factory |
| Mapping | org.apache.axis.utils | this class represents a mapping from namespace to prefix |
| MapSerializer | org.apache.axis.encoding.ser | A MapSerializer is be used to serialize and
deserialize Maps using the SOAP-ENC
encoding style. |
| MapSerializerFactory | org.apache.axis.encoding.ser | A MapSerializer Factory |
| MapUtils | org.apache.axis.transport.jms | MapUtils provides convenience methods for accessing a java.util.Map |
| MD5AttachHandler | org.apache.axis.handlers | No description provided. |
| MerlinIO | org.apache.axis.components.image | JDK1.4 based Image I/O NOTE: NEEDS WORK!!!! NEEDS TO BE TESTED. |
| Message | org.apache.axis | A complete SOAP (and/or XML-RPC, eventually) message. |
| MessageBundle | org.apache.axis.i18n | Accept parameters for ProjectResourceBundle, but defer object instantiation (and therefore resource bundle loading) until required. |
| MessageContext | org.apache.axis | A MessageContext is the Axis implementation of the javax SOAPMessageContext class, and is core to message processing in handlers and other parts of the system. |
| MessageElement | org.apache.axis.message | MessageElement is the base type of nodes of the SOAP message parse tree. |
| MessageElement.QNameAttr | org.apache.axis.message | class that represents a qname in a the qNameAttrs vector. |
| MessageEntry | org.apache.axis.wsdl.symbolTable | This class represents a WSDL message. |
| MessageFactory | javax.xml.soap | A factory for creating |
| MessageFactoryImpl | org.apache.axis.soap | Message Factory implementation |
| Messages | org.apache.axis.utils | No description provided. |
| Messages | org.apache.axis.i18n | No description provided. |
| MessagesConstants | org.apache.axis.i18n | No description provided. |
| MethodCache | org.apache.axis.utils.cache | A cache for methods. |
| MethodTarget | org.apache.axis.encoding | No description provided. |
| MimeHeader | javax.xml.soap | An object that stores a MIME header name and its value. |
| MimeHeaders | javax.xml.soap | A container for MimeHeader objects, which
represent the MIME headers present in a MIME part of a
message. |
| MimeHeaders | org.apache.axis.message | wraps javax.xml.soap.MimeHeaders and implements java.io.Serializable interface |
| MimeInfo | org.apache.axis.wsdl.symbolTable | Class MimeInfo |
| MimeMultipartDataHandlerDeserializer | org.apache.axis.encoding.ser | MimeMultipartDataHandler Deserializer |
| MimeMultipartDataHandlerSerializer | org.apache.axis.encoding.ser | MimeMultipartDataHandler Serializer |
| MimeMultipartDataSource | org.apache.axis.attachments | No description provided. |
| MimeMultipartHolder | org.apache.axis.holders | Class MimeMultipartHolder |
| MimeUtils | org.apache.axis.attachments | This class is defines utilities for mime. |
| Month | org.apache.axis.types | Implementation of the XML Schema type gMonth |
| MonthDay | org.apache.axis.types | Implementation of the XML Schema type gMonthDay |
| MonthDayHolder | org.apache.axis.holders | Class MonthDayHolder |
| MonthHolder | org.apache.axis.holders | Class MonthHolder |
| MsgProvider | org.apache.axis.providers.java | Deal with message-style Java services. |
| MultipartAttachmentStreams | org.apache.axis.attachments | The MultipartAttachmentStreams class is used to create IncomingAttachmentInputStream objects when the HTTP stream shows a marked separation between the SOAP and each attachment parts. |
| MultiPartDimeInputStream | org.apache.axis.attachments | This simulates the multipart stream. |
| MultiPartInputStream | org.apache.axis.attachments | This simulates the multipart stream. |
| MultiPartRelatedInputStream | org.apache.axis.attachments | This simulates the multipart stream. |
| MustUnderstandChecker | org.apache.axis.handlers.soap | MustUnderstandChecker is used to inject SOAP semantics just before the pivot handler. |
| Name | org.apache.axis.types | Custom class for supporting XSD data type Name Name represents XML Names. |
| NamedNodeMapImpl | org.apache.axis.message | A W3C simple DOM NameNodeMap implementation |
| NamespaceConstants | javax.xml.rpc | Constants used in JAX-RPC for namespace prefixes and URIs. |
| Namespaces | org.apache.axis.wsdl.toJava | This class is essentially a HashMap of |
| Namespaces | org.apache.axis.wsdl.fromJava | Description: A HashMap of packageNames and namespaces with some helper methods |
| NamespaceSelector | org.apache.axis.wsdl.toJava | This class is used within the context of a FactorySpec to express namespaces that should be either included and/or excluded from source code generation. |
| NCName | org.apache.axis.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.axis.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.axis.types | No description provided. |
| NegativeIntegerHolder | org.apache.axis.holders | Class NegativeIntegerHolder |
| NetworkUtils | org.apache.axis.utils | Utility classes for networking created 13-May-2004 16:17:51 |
| NMToken | org.apache.axis.types | Custom class for supporting XSD data type NMToken NMTOKEN represents the NMTOKEN attribute type from [XML 1.0(Second Edition)]. |
| NMTokens | org.apache.axis.types | Custom class for supporting XSD data type NMTokens |
| NodeImpl | org.apache.axis.message | This is our implementation of the DOM node |
| NonBlockingBufferedInputStream | org.apache.axis.transport.http | No description provided. |
| NonNegativeInteger | org.apache.axis.types | Custom class for supporting primitive XSD data type nonNegativeInteger |
| NonNegativeInteger.BigIntegerRep | org.apache.axis.types | No description provided. |
| NonNegativeIntegerHolder | org.apache.axis.holders | Class NonNegativeIntegerHolder |
| NonPositiveInteger | org.apache.axis.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.axis.types | No description provided. |
| NonPositiveIntegerHolder | org.apache.axis.holders | Class NonPositiveIntegerHolder |
| NoopFactory | org.apache.axis.wsdl.gen | This factory returns a bunch of NoopGenerators |
| NoopGenerator | org.apache.axis.wsdl.gen | This generator doesn't do anything. |
| NormalizedString | org.apache.axis.types | Custom class for supporting XSD data type NormalizedString. |
| NormalizedStringHolder | org.apache.axis.holders | Class NormalizedStringHolder |
| Notation | org.apache.axis.types | Custom class for supporting XSD data type NOTATION. |
| NSStack | org.apache.axis.utils | The abstraction this class provides is a push down stack of variable length frames of prefix to namespace mappings. |
| NullAttributes | org.apache.axis.message | Null implementation of the Attributes interface. |
| NullProvider | org.apache.axis.configuration | A do-nothing ConfigurationProvider |
| ObjectHolder | javax.xml.rpc.holders | Holder for Objects. |
| OctetStream | org.apache.axis.attachments | No description provided. |
| OctetStreamDataHandlerDeserializer | org.apache.axis.encoding.ser | application/octet-stream DataHandler Deserializer
Modified by Davanum Srinivas |
| OctetStreamDataHandlerSerializer | org.apache.axis.encoding.ser | application/octet-stream DataHandler Serializer |
| OctetStreamDataSource | org.apache.axis.attachments | No description provided. |
| OctetStreamHolder | org.apache.axis.holders | Class OctetStreamHolder |
| OperationDesc | org.apache.axis.description | An OperationDesc is an abstract description of an operation on a service. |
| Options | org.apache.axis.utils | No description provided. |
| Parameter | org.apache.axis.wsdl.symbolTable | This class simply collects |
| ParameterDesc | org.apache.axis.description | A Parameter descriptor, collecting the interesting info about an operation parameter. |
| ParameterMode | javax.xml.rpc | The javax.xml.rpc.ParameterMode is a type-safe
enumeration for parameter mode. |
| Parameters | org.apache.axis.wsdl.symbolTable | This class simply collects all the parameter or message data for an operation into one place. |
| ParamList | org.apache.axis.server | No description provided. |
| ParamNameExtractor | org.apache.axis.utils.bytecode | This class retieves function parameter names from bytecode built with debugging symbols. |
| ParamReader | org.apache.axis.utils.bytecode | This is the class file reader for obtaining the parameter names for declared methods in a class. |
| Parser | org.apache.axis.wsdl.gen | This is a class with no documentation. |
| PlainTextDataHandlerDeserializer | org.apache.axis.encoding.ser | text/plain DataHandler Deserializer
Modified by Russell Butek |
| PlainTextDataHandlerSerializer | org.apache.axis.encoding.ser | text/plain DataHandler Serializer |
| PlainTextDataSource | org.apache.axis.attachments | No description provided. |
| PortEntry | org.apache.axis.wsdl.symbolTable | This class represents the symbol table entry for a WSDL port. |
| PortTypeEntry | org.apache.axis.wsdl.symbolTable | This class represents a WSDL portType. |
| PositiveInteger | org.apache.axis.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.axis.types | No description provided. |
| PositiveIntegerHolder | org.apache.axis.holders | Class PositiveIntegerHolder |
| PrefixedQName | org.apache.axis.message | No description provided. |
| ProjectResourceBundle | org.apache.axis.i18n | Wrapper class for resource bundles. |
| QName | javax.xml.namespace | QName class represents the value of a qualified name
as specified in XML
Schema Part2: Datatypes specification. |
| QNameDeserializer | org.apache.axis.encoding.ser | The DateSerializer deserializes a Date. |
| QNameDeserializerFactory | org.apache.axis.encoding.ser | A QNameDeserializer Factory |
| QNameHolder | javax.xml.rpc.holders | Holder for QNames. |
| QNameSerializer | org.apache.axis.encoding.ser | Serializer for QNames. |
| QNameSerializerFactory | org.apache.axis.encoding.ser | SerializerFactory for QName primitive |
| QSListHandler | org.apache.axis.transport.http | The QSListHandler class is a handler which lists the AXIS Server's configuration when the query string "list" is encountered in an AXIS servlet invocation. |
| QSMethodHandler | org.apache.axis.transport.http | The QSMethodHandler class is a handler which executes a given method from an an AXIS service's WSDL definition when the query string "method" is encountered in an AXIS servlet invocation. |
| QSWSDLHandler | org.apache.axis.transport.http | The QSWSDLHandler class is a handler which provides an AXIS service's WSDL document when the query string "wsdl" (ignoring case) is encountered in an AXIS servlet invocation. |
| QueueConnector | org.apache.axis.transport.jms | QueueConnector is a concrete JMSConnector subclass that specifically handles connections to queues (ptp domain). |
| RB | org.apache.axis.i18n | CURRENTLY NOT USED KEEPING FOR REFERENCE 9/19/2002 |
| Registrar | org.apache.axis.management | class to act as a dynamic loading registrar to commons-modeler, so as to autoregister stuff |
| RMIProvider | org.apache.axis.providers.java | A basic RMI Provider |
| RPCElement | org.apache.axis.message | No description provided. |
| RPCHandler | org.apache.axis.message | This is the SOAPHandler which is called for each RPC parameter as we're deserializing the XML for a method call or return. |
| RPCHeaderParam | org.apache.axis.message | No description provided. |
| RPCParam | org.apache.axis.message | An RPC parameter |
| RPCParamTarget | org.apache.axis.message | No description provided. |
| RPCProvider | org.apache.axis.providers.java | Implement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object. |
| SAX2EventRecorder | org.apache.axis.message | This class records SAX2 Events and allows the events to be replayed by start and stop index |
| SAXOutputter | org.apache.axis.message | No description provided. |
| Schema | org.apache.axis.types | Custom class for supporting XSD schema |
| SchemaHolder | org.apache.axis.holders | Custom class for supporting XSD schema |
| SchemaUtils | org.apache.axis.wsdl.symbolTable | This class contains static utility methods specifically for schema type queries. |
| SchemaVersion1999 | org.apache.axis.schema | 1999 Schema characteristics. |
| SchemaVersion2000 | org.apache.axis.schema | 2000 Schema characteristics. |
| SchemaVersion2001 | org.apache.axis.schema | 2001 Schema characteristics. |
| Scope | org.apache.axis.enum | Simple wrapper around org.apache.axis.constants.Scope |
| Scope | org.apache.axis.constants | No description provided. |
| Scope.Type | org.apache.axis.constants | No description provided. |
| ScriptFactory | org.apache.axis.components.script | This class implements a factory to instantiate an Script component. |
| SequencedHashMap | org.apache.axis.collections | A map of objects whose mapping entries are sequenced based on the order in which they were added. |
| SerializationContext | org.apache.axis.encoding | Manage a serialization, including keeping track of namespace mappings and element stacks. |
| Service | org.apache.axis.client | Axis' JAXRPC Dynamic Invoation Interface implementation of the Service interface. |
| Service.HandlerRegistryImpl | org.apache.axis.client | No description provided. |
| ServiceAdmin | org.apache.axis.management | The ServiceControl Object is responsible for starting and stopping specific services |
| ServiceAdministrator | org.apache.axis.management.jmx | The ServiceAdmininstrator MBean exposes the org.apache.axis.management.ServiceAdmin object |
| ServiceEntry | org.apache.axis.wsdl.symbolTable | This class represents a WSDL service. |
| ServiceFactory | javax.xml.rpc | The javax.xml.rpc.ServiceFactory is an abstract class
that provides a factory for the creation of instances of the type
javax.xml.rpc.Service. |
| ServiceFactory | org.apache.axis.client | Helper class for obtaining Services from JNDI. |
| ServletAuthenticatedUser | org.apache.axis.security.servlet | ServletAuthenticatedUser is a sligtly odd implementation of AuthenticatedUser. |
| ServletEndpointContextImpl | org.apache.axis.transport.http | No description provided. |
| ServletEngineConfigurationFactory | org.apache.axis.configuration | This is a 'front' for replacement logic. |
| ServletSecurityProvider | org.apache.axis.security.servlet | A ServletSecurityProvider, combined with the ServletAuthenticatedUser class, allows the standard servlet security mechanisms (isUserInRole(), etc.) to integrate with Axis' access control mechanism. |
| SessionUtils | org.apache.axis.utils | Code borrowed from AuthenticatorBase.java for generating a secure id's. |
| ShortHolder | javax.xml.rpc.holders | Holder for shorts. |
| ShortWrapperHolder | javax.xml.rpc.holders | Holder for Shorts. |
| SimpleAuthenticatedUser | org.apache.axis.security.simple | SimpleAuthenticatedUser is a trivial implementation of the AuthenticatedUser interface, for use with a default Axis installation and the SimpleSecurityProvider. |
| SimpleAuthenticationHandler | org.apache.axis.handlers | Just a simple Authentication Handler to see if the user specified in the Bag in the MessageContext is allowed to continue. |
| SimpleAuthorizationHandler | org.apache.axis.handlers | Just a simple Authorization Handler to see if the user specified in the Bag in the MessageContext is allowed to preform this action. |
| SimpleAxisServer | org.apache.axis.transport.http | This is a simple implementation of an HTTP server for processing SOAP requests via Apache's xml-axis. |
| SimpleAxisWorker | org.apache.axis.transport.http | No description provided. |
| SimpleChain | org.apache.axis | A Simple Chain is a 'composite' Handler in that it aggregates a collection of Handlers and also acts as a Handler which delegates its operations to the collection. |
| SimpleDeserializer | org.apache.axis.encoding.ser | A deserializer for any simple type with a (String) constructor. |
| SimpleDeserializerFactory | org.apache.axis.encoding.ser | A deserializer for any simple type with a (String) constructor. |
| SimpleJMSListener | org.apache.axis.transport.jms | SimpleJMSListener implements the javax.jms.MessageListener interface. |
| SimpleJMSWorker | org.apache.axis.transport.jms | SimpleJMSWorker is a worker thread that processes messages that are received by SimpleJMSListener. |
| SimpleListDeserializer | org.apache.axis.encoding.ser | Deserializer for
|
| SimpleListDeserializerFactory | org.apache.axis.encoding.ser | DeserializerFactory for
|
| SimpleListSerializer | org.apache.axis.encoding.ser | Serializer for
|
| SimpleListSerializerFactory | org.apache.axis.encoding.ser | No description provided. |
| SimpleProvider | org.apache.axis.configuration | A SimpleProvider is an EngineConfiguration which contains a simple HashMap-based registry of Handlers, Transports, and Services. |
| SimpleSecurityProvider | org.apache.axis.security.simple | SimpleSecurityProvider |
| SimpleSerializer | org.apache.axis.encoding.ser | Serializer for primitives and anything simple whose value is obtained with toString() |
| SimpleSerializerFactory | org.apache.axis.encoding.ser | No description provided. |
| SimpleSession | org.apache.axis.session | A trivial session implementation. |
| SimpleSessionHandler | org.apache.axis.handlers | This handler uses SOAP headers to do simple session management. |
| SimpleTargetedChain | org.apache.axis | A SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains). |
| SimpleUUIDGen | org.apache.axis.components.uuid | Used to create new universally unique identifiers or UUID's (sometimes called GUID's). |
| SkeletonImpl | org.apache.axis.wsdl | Provides Base function implementation for the Skeleton interface |
| SOAP11Constants | org.apache.axis.soap | SOAP 1.1 constants |
| SOAP12Constants | org.apache.axis.soap | SOAP 1.2 constants |
| SOAPBody | org.apache.axis.message | Holder for body elements. |
| SOAPBodyElement | org.apache.axis.message | A Body element. |
| SOAPConnection | javax.xml.soap | A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance). |
| SOAPConnectionFactory | javax.xml.soap | A factory for creating SOAPConnection objects. |
| SOAPConnectionFactoryImpl | org.apache.axis.soap | SOAP Connection Factory implementation |
| SOAPConnectionImpl | org.apache.axis.soap | SOAP Connection implementation |
| SOAPDocumentImpl | org.apache.axis.message | SOAPDcoumentImpl implements the Document API for SOAPPART. |
| SOAPElementFactory | javax.xml.soap |
|
| SOAPEnvelope | org.apache.axis.message | Implementation of a SOAP Envelope |
| SOAPFactory | javax.xml.soap | SOAPFactory is a factory for creating various objects
that exist in the SOAP XML tree. |
| SOAPFactoryImpl | org.apache.axis.soap | SOAP Element Factory implementation |
| SOAPFault | org.apache.axis.message | A Fault body element. |
| SOAPFaultBuilder | org.apache.axis.message | Build a Fault body element. |
| SOAPFaultCodeBuilder | org.apache.axis.message | Build a Fault body element. |
| Search |




