| Home >> All >> org >> apache >> axis >> components |
Package Samples:
org.apache.axis.components.compiler
org.apache.axis.components.encoding
org.apache.axis.components.image
org.apache.axis.components.jms
org.apache.axis.components.logger
org.apache.axis.components.net
org.apache.axis.components.script
org.apache.axis.components.threadpool
org.apache.axis.components.uuid
Classes:
UUIDGen: A Universally Unique Identifier (UUID) is a 128 bit number generated according to an algorithm that is garanteed to be unique in time and space from all other UUIDs. It consists of an IEEE 802 Internet Address and various time stamps to ensure uniqueness. For a complete specification, see ftp://ietf.org/internet-drafts/draft-leach-uuids-guids-01.txt [leach].
UUIDGenFactory: A Universally Unique Identifier (UUID) is a 128 bit number generated according to an algorithm that is garanteed to be unique in time and space from all other UUIDs. It consists of an IEEE 802 Internet Address and various time stamps to ensure uniqueness. For a complete specification, see ftp://ietf.org/internet-drafts/draft-leach-uuids-guids-01.txt [leach].
DefaultCommonsHTTPClientProperties: Default property set for the of the multi threaded connection pool used in the CommonsHTTPSender transport implementation. Values returned by this implementation are identical to the defaults for the Commons HTTPClient library itself, unless overridden with Axis properties.
AbstractXMLEncoder: Abstract class for XML String encoders. The new encoding mechanism fixes the following bugs/issues: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15133 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15494 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19327
EncodedByteArray: Simple byte array with variable array length, used within the XMLEncoder. It is used as a ByteArrayOutputStream replacement to limit the size of created temporary objects
JMSVendorAdapterFactory: Discovery class used to locate vendor adapters. Switch the default JNDI-based implementation by using the org.apache.axis.components.jms.JMSVendorAdapter system property
CommonsHTTPClientProperties: Interface implemented by classes seeking to configure the properties of the multi threaded connection pool used in the CommonsHTTPSender transport implementation.
SimpleUUIDGen: Used to create new universally unique identifiers or UUID's (sometimes called GUID's). UDDI UUID's are allways formmated according to DCE UUID conventions.
SecureSocketFactory: Secure Socket factory. This has a separate interface to allow discovery (by interface) and runtime distinction to be made between Socket & SecureSockets.
FastUUIDGen: Creates time-based UUID's. See the UUID Internet Draft for details.
JSSESocketFactory: SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat) THIS CODE STILL HAS DEPENDENCIES ON sun.* and com.sun.*
SonicMQVendorAdapter: Defines SonicMQ specific constants for connnection factory creation. Overrides methods in BeanVendorAdapter to fill in MQ classnames
CompilerError: This class encapsulates an error message produced by a programming language processor (whether interpreted or compiled)
BeanVendorAdapter: Uses ClassUtils.forName and reflection to configure ConnectionFactory. Uses the input sessions to create destinations.
JMSVendorAdapter: SPI Interface that all JMSVendorAdaptors must implement. Allows for ConnectionFactory creation and Destination lookup
Jikes: This class wraps IBM's Jikes Java compiler NOTE: inspired by the Apache Jasper implementation.
Compiler: This interface defines a compiler's functionality for all (Java-based) compiled languages
IBMJSSESocketFactory: SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat)
SunJSSESocketFactory: SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat)
AbstractCompiler: This class implements the functionality common to all Java compilers.
ImageIOFactory: This class implements a factory to instantiate an ImageIO component.
ScriptFactory: This class implements a factory to instantiate an Script component.
MerlinIO: JDK1.4 based Image I/O NOTE: NEEDS WORK!!!! NEEDS TO BE TESTED.
CompilerFactory: This class implements a factory to instantiate a Compiler.
ImageIO: This interface defines a ImageIO modules functionality
| Home | Contact Us | Privacy Policy | Terms of Service |