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

Quick Search    Search Deep

org.apache.axis.tools.ant.* (12)org.apache.axis.tools.ant.axis.* (2)
org.apache.axis.tools.ant.foreach.* (3)org.apache.axis.tools.ant.wsdl.* (7)

Package Samples:

org.apache.axis.tools.ant.axis
org.apache.axis.tools.ant.foreach
org.apache.axis.tools.ant.wsdl

Classes:

Wsdl2javaAntTask: Create Java classes from local or remote WSDL. Mappings from namespaces to packages can be provided as nested <mapping> elements. Proxy settings are taken from the java runtime settings of http.ProxyHost, http.ProxyPort, etc. The Ant task <setProxy> can set these. As well as the nested mapping elements, this task uses the file NStoPkg.properties in the project base directory for namespace mapping This task does no dependency checking; files are generated whether they need to be or not. The exception to this is the Impl class, which is not overwritten if it exists. This is a safety measure. ...
ForeachTask: Call a target foreach entry in a set of parameters based on a fileset. For Axis development; there is no support or stability associated with this task <target name="target1"> <foreach target="target2"> <param name="param1"> <fileset refid="fset1"/> </param> <param name="param2"> <item value="jar" /> <item value="zip" /> </param> </foreach> </target> <target name="target2"> <echo message="prop is ${param1}.${param2}" /> </target> ...
RunAxisFunctionalTestsTask: Ant task for starting / stopping servers and running junit in the middle. Based on the Cactus org.apache.commons.cactus.ant package, heavily munged and cruftily dumped into one file. For Axis development; there is no support or stability associated with this task
AdminClientTask: Task to administer a local or remote Axis server. Remember, for remote admin, the server has to be accept remote management calls.
NamespaceMapping: Used for nested package definitions. The file format used for storing mappings is a list of package=namespace
ParamSet: Inner class stores sets of s. It can hold s or s or both.
Mapper: interface that namespace mappers are expected to implement
Java2WsdlAntTask: Generates a WSDL description from a Java class.
ParamItem: Inner class stores s with lists
TypeMappingVersionEnum: valid typemappings for the Ant tasks
MappingSet: a mappingset is a set of mappings
ComplexType

Home | Contact Us | Privacy Policy | Terms of Service