Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Page 1   2  
org.apache.ws.util.ant.* (1)org.apache.ws.util.helper.* (2)org.apache.ws.util.i18n.* (7)
org.apache.ws.util.jndi.* (21)org.apache.ws.util.lock.* (2)org.apache.ws.util.platform.* (1)
org.apache.ws.util.rpc.* (1)org.apache.ws.util.soap.* (6)org.apache.ws.util.test.* (7)
org.apache.ws.util.thread.* (1)

org.apache.ws.util: Javadoc index of package org.apache.ws.util.


Package Samples:

org.apache.ws.util.platform.axis.tool
org.apache.ws.util.lock
org.apache.ws.util.jndi.tools
org.apache.ws.util.jndi
org.apache.ws.util.i18n.doclet
org.apache.ws.util.i18n
org.apache.ws.util.helper
org.apache.ws.util.ant
org.apache.ws.util.rpc
org.apache.ws.util.soap
org.apache.ws.util.test.axis
org.apache.ws.util.test
org.apache.ws.util.thread

Classes:

ProjectResourceBundle: Wrapper class for resource bundles. Property files are used to store resource strings, which are the only types of resources available. Property files can inherit properties from other files so that a base property file can be used and a small number of properties can be over-ridden by another property file. For example you may create an english version of a resource file named "resource.properties". You then decide that the British English version of all of the properties except one are the same, so there is no need to redefine all of the properties in "resource_en_GB", just the one that is different. ...
CommonsLogLogSystem: Redirects Velocity's LogSystem messages to commons-logging (snarfed from Velocity Generic Tools project). To use, first set up commons-logging, then tell Velocity to use this class for logging by adding the following to your velocity.properties: runtime.log.logsystem.class = org.apache.velocity.tools.generic.log.CommonsLogLogSystem You may also set this property to specify what log/name Velocity's messages should be logged to (example below is default). runtime.log.logsystem.commons.logging.name = org.apache.velocity
UuidGenerator: Provides the ability to generate Universally Unique IDentifiers (UUIDs). Use UuidGeneratorFactory.createUUIdGenerator() 55 or UuidGeneratorFactory.createUUIdGenerator(String) 55 to obtain UuidGenerator instances.
WsddUpdater: Utility class that allows for easy deployment of new entries (e.g. deploy.wsdd) to an Axis WSDD. This class can be executed in any of the following ways: by calling deploy(java.io.File) 55 from the command-line: java org.apache.ws.platform.axis.tool.WsddUpdater path_to_deploy.wsdd as an Ant task: <wsddupdater deployWsdd="path_to_deploy.wsdd">
NamedThread: Subclass of java.lang.Thread that provides commonly named threads for use inside a particular software application. The main purpose of this class is to provide all threads running in the software with a consistent naming convention. When instantiating a NamedThread , if a name is provided, that name will be used as the base name for the thread. The base name will be decorated with additional information to make the thread name unique.
NotSoSimpleAxisServer: This is a simple implementation of an HTTP server for processing SOAP requests via Apache's xml-axis. This is not intended for production use. Its intended uses are for demos, debugging, and performance profiling. Note this classes uses static objects to provide a thread pool, so you should not use multiple instances of this class in the same JVM/classloader unless you want bad things to happen at shutdown. TODO: delete any methods that can be safely inherited from superclass
SoapClient: LOG-DONE Based on SOAPClient4XG by Bob DuCharme (http://www-106.ibm.com/developerworks/xml/library/x-soapcl/listing1.html). Read the SOAP envelope file passed as the second parameter, pass it to the SOAP endpoint passed as the first parameter, and print out the SOAP envelope passed as a response. Requires JDK 1.4.
PortListen: Single-message HTTP listener. When this object is instantiated, it will spawn a thread and listen for a message on the specified port. Call waitForIncomingMessage() 55 to block, waiting for the message.
AbstractOneAxisTestCase: A JUnit test case superclass that will setup one global Axis server for use across all individual test methods. An embedded Axis server is started before the first test is run and that one Axis server remains running until the last test completes its run at which time the Axis server is stopped.
JugUuidGenerator: A org.apache.ws.util.uuid.UuidGenerator implementation that uses JUG, an opensource Java UUID generation library. Reflection is utilized to avoid a compile-time dependency on jug.jar.
SoapClientTask: LOG-DONE Ant task that wraps SoapClient.sendRequest(java.net.URL, java.io.File, java.net.URI) 55 .
MetadataConfigImpl: A config object to represent the MetadataExchange information from the jndi-config.xml config file. This class will store any "loadable" metadata documents, this will avoid unnecessary loading of files.
XmlBeanJndiUtils: LOG-DONE JNDI Utiltiy methods for use with an XmlBean-generated JNDI-Config file. This class handles the initial setup of JNDI, it loads the JNDI config file and registers instances of services.
AbstractAxisTestCase: Provides some conviencence functionality for easier testing of web services. Methods provided by this JUnit test case superclass will allow an embedded Axis server to be started and stopped.
AbstractMultipleAxisTestCase: A JUnit test case superclass that will setup each individual test with its own Axis server. Multiple Axis servers will be started/stopped - one per test method.
FastUuidGenerator: Creates time-based UUID's. See the UUID Internet Draft for details.
UuidGeneratorFactory: A UuidGenerator factory.
TransformConstants: Created by IntelliJ IDEA. User: ips Date: Oct 22, 2004 Time: 2:33:45 PM To change this template use File | Settings | File Templates.
MessageBundle: Accept parameters for ProjectResourceBundle, but defer object instantiation (and therefore resource bundle loading) until required.
XmlBeansNamespaceContext: A namespace context based on an XMLBeans org.apache.xmlbeans.XmlObject .
FileTask: LOG-DONE Defines a property with a path value, allowing a base dir to be specified for expanding the path if it is relative.
XmlBeanUtilsTestCase: Test case for XmlBeanUtils .
XmlBeanNamingContext: LOG-DONE Note. Could not extend NamingContext, there is no default constructor.. We should address this later..//todo
MessagesImpl: Singleton used by all classes below the org.apache.ws.util package for retrieving i18n messages.

Home | Contact Us | Privacy Policy | Terms of Service