Package org.apache.axis2.util

Interface Summary
CommandLineOptionConstants  
CommandLineOptionConstants.Java2WSDLConstants  
CommandLineOptionConstants.WSDL2JavaConstants  
OptionsValidator An interface for the options validator.
TargetResolver TargetResolver Interface to be implemented by code to update the invocation target URL before the transport is selected and the engine invoked.
ThreadContextMigrator This is the interface for a piece of code that will plug into the user programming model impl (e.g.
 

Class Summary
ArrayStack 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.
Base64  
CallbackReceiver This is a MessageReceiver which is used on the client side to accept the messages (response) that come to the client.
CommandLineOption  
CommandLineOptionParser  
DefaultEntityResolver  
ExternalPolicySerializer  
FileWriter  
HostConfiguration  
JavaUtils JavaUtils
Loader Loads resources (or images) from various sources.
MultiParentClassLoader A MultiParentClassLoader is a simple extension of the URLClassLoader that simply changes the single parent class loader model to support a list of parent class loaders.
OptionsParser  
PolicyUtil  
PrettyPrinter Tidies up the java source code using Jalopy.
SchemaUtil  
SessionUtils  
StreamWrapper  
ThreadContextMigratorUtil This is a utility class to make it easier/cleaner for user programming model-level implementations (e.g.
URL  
URLProcessor  
Utils  
UUIDGenerator  
XMLChar This class defines the basic XML character properties.
XMLPrettyPrinter An XML pretty printer based on jtidy (http://sourceforge.net/projects/jtidy) The Jtidy jar needs to be in classpath for this to work and can be found at http://sourceforge.net/project/showfiles.php?group_id=13153
XMLUtils  
XMLUtils.ParserErrorHandler  
XSLTTemplateProcessor  
XSLTUtils