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

Quick Search    Search Deep

org.apache.axis.wsdl.gen: Javadoc index of package org.apache.axis.wsdl.gen.


Package Samples:

org.apache.axis.wsdl.gen

Classes:

Generator: This is the interface for all writers. All writers, very simply, must support a write method. Writer and WriterFactory are part of the Writer framework. Folks who want to use the emitter to generate stuff from WSDL should do 3 things: 1. Write implementations of the Writer interface, one each for PortType, Binding, Service, and Type. These implementations generate the stuff for each of these WSDL types. 2. Write an implementation of the WriterFactory interface that returns instantiations of these Writer implementations as appropriate. 3. Implement a class with a main method (like Wsdl2java) that ...
GeneratorFactory: Generator and Generatoractory are part of the generator framework. Folks who want to use the emitter to generate stuff from WSDL should do 3 things: 1. Write implementations of the Generator interface, one each fo Message, PortType, Binding, Service, and Type. These implementations generate the stuff for each of these WSDL types. 2. Write an implementation of the GeneratorFactory interface that returns instantiations of these Generator implementations as appropriate. 3. Implement a class with a main method (like WSDL2Java) that instantiates an Emitter and passes it the GeneratorFactory implementation ...
NoopFactory: This factory returns a bunch of NoopGenerators
Parser: This is a class with no documentation.
NoopGenerator: This generator doesn't do anything.
WSDL2: Class WSDL2

Home | Contact Us | Privacy Policy | Terms of Service