Class Summary |
BaseType |
This Type is for a QName represents a Base Type (i.e. |
BaseTypeMapping |
Get the base language name for a qname |
BindingEntry |
This class represents a WSDL binding. |
BindingEntry.OperationAttr |
Contains attributes for Operations
- Body type: encoded or literal |
CollectionType |
This Type is for a QName that is a 'collection'. |
DefinedElement |
This Type is for a QName that is an element, these types are only emitted if
referenced by a ref= or an element=. |
DefinedType |
This Type is for a QName that is a complex or simple type, these types are
always emitted. |
Element |
This class represents a TypeEntry that is a type (complexType, simpleType, etc. |
ElementDecl |
Simple utility struct for holding element declarations. |
Emitter |
This class produces java files for stubs, skeletons, and types from a
WSDL document. |
GeneratedFileInfo |
File info available after emit to describe what
exactly was created by the Emitter. |
JavaBeanHelperWriter |
This is Wsdl2java's Helper Type Writer. |
JavaBeanWriter |
This is Wsdl2java's Complex Type Writer. |
JavaBindingWriter |
This is Wsdl2java's Binding Writer. |
JavaDefinitionWriter |
This is Wsdl2java's Definition Writer. |
JavaDeployWriter |
This is Wsdl2java's deploy Writer. |
JavaEnumTypeWriter |
This is Wsdl2java's Complex Type Writer. |
JavaFaultWriter |
This is Wsdl2java's Fault Writer. |
JavaHolderWriter |
This is Wsdl2java's Holder Writer. |
JavaImplWriter |
This is Wsdl2java's implementation template writer. |
JavaInterfaceWriter |
This is Wsdl2java's PortType Writer. |
JavaServiceIfaceWriter |
This is Wsdl2java's service writer. |
JavaServiceImplWriter |
This is Wsdl2java's service implementation writer. |
JavaServiceWriter |
This is Wsdl2java's Service Writer. |
JavaSkelWriter |
This is Wsdl2java's skeleton writer. |
JavaStubWriter |
This is Wsdl2java's stub writer. |
JavaTestCaseWriter |
This is Wsdl2java's TestCase writer. |
JavaTypeWriter |
This is Wsdl2java's Type Writer. |
JavaUndeployWriter |
This is Wsdl2java's deploy Writer. |
JavaWriter |
All of Wsdl2java's Writer implementations do some common stuff. |
JavaWriterFactory |
This is Wsdl2java's implementation of the WriterFactory. |
MessageEntry |
This class represents a WSDL message. |
Namespaces |
This class is essentially a HashMap of pairs with
a few extra wizzbangs. |
NoopWriter |
This writer doesn't do anything. |
Parameter |
This class simply collects |
Parameters |
This class simply collects all the parameter or message data for an operation into one place. |
PortTypeEntry |
This class represents a WSDL portType. |
SchemaUtils |
This class contains static utility methods specifically for schema type queries. |
ServiceEntry |
This class represents a WSDL service. |
SymbolTable |
This class represents a table of all of the top-level symbols from a set of WSDL Definitions and
DOM Documents: XML types; WSDL messages, portTypes, bindings, and services. |
SymTabEntry |
SymTabEntry is the base class for all symbol table entries. |
Type |
This class represents a TypeEntry that is a type (complexType, simpleType, etc. |
TypeEntry |
This class represents a wsdl types entry that is supported by the WSDL2Java emitter. |
UndefinedDelegate |
This UndefinedDelegate class implements the common functions of UndefinedType and UndefinedElement. |
UndefinedElement |
This represents a QName found in a reference but is not defined. |
UndefinedType |
This represents a QName found in a reference but is not defined. |
Utils |
This class contains static utility methods for the emitter. |