| Home >> All >> org >> apache >> axis >> wsdl >> [ toJava Javadoc ] |
org.apache.axis.wsdl.toJava: Javadoc index of package org.apache.axis.wsdl.toJava.
Package Samples:
org.apache.axis.wsdl.toJava
Classes:
JavaClassWriter: Emitter knows about WSDL writers, one each for PortType, Binding, Service, Definition, Type. But for some of these WSDL types, Wsdl2java generates multiple files. Each of these files has a corresponding writer that extends JavaWriter. So the Java WSDL writers (JavaPortTypeWriter, JavaBindingWriter, etc.) each calls a file writer (JavaStubWriter, JavaSkelWriter, etc.) for each file that that WSDL generates. For example, when Emitter calls JavaWriterFactory for a Binding Writer, it returns a JavaBindingWriter. JavaBindingWriter, in turn, contains a JavaStubWriter, JavaSkelWriter, and JavaImplWriter ...
JavaWriter: Emitter knows about WSDL writers, one each for PortType, Binding, Service, Definition, Type. But for some of these WSDL types, Wsdl2java generates multiple files. Each of these files has a corresponding writer that extends JavaWriter. So the Java WSDL writers (JavaPortTypeWriter, JavaBindingWriter, etc.) each calls a file writer (JavaStubWriter, JavaSkelWriter, etc.) for each file that that WSDL generates. For example, when Emitter calls JavaWriterFactory for a Binding Writer, it returns a JavaBindingWriter. JavaBindingWriter, in turn, contains a JavaStubWriter, JavaSkelWriter, and JavaImplWriter ...
JavaBuildFileWriter: This is Wsdl2java's build file Writer. It writes the build.xml file. The build.xml file is a ant build file. After run the WSDL2Java and filling the implementation the user just have to cd to the out dir and type and "ant" (of course you must have ant installed). Then the ant will genarate a jar file which named after the wsdl file you used for WSDL2Java. (named after wsdl file ??? I do not get anything better .. the wsdl file may have more than one service ect ... so we can use them.) This build file work on the where it is created ... User can not move the genarated code to another mechine and ...
NamespaceSelector: This class is used within the context of a FactorySpec to express namespaces that should be either included and/or excluded from source code generation. The ability to include/exclude specific namespaces from wsdl2java generation allows certain namespaces to be mapped to custom bean classes, have wsdl-generated stubs/skeletons declared to pass those types, and not have the wsdl2java process generate classes which would conflict with the externally developed custom beans.
JavaFaultWriter: This is Wsdl2java's Fault Writer. It writes the .java file. NOTE: This only writes simple type faults, the JavaTypeWriter emits faults that are complex types.
JavaBindingWriter: This is Wsdl2java's Binding Writer. It writes the following files, as appropriate: Stub.java, Skeleton.java, Impl.java.
JavaImplWriter: This is Wsdl2java's implementation template writer. It writes the Impl.java file which contains the Impl class.
JavaServiceWriter: This is Wsdl2java's Service Writer. It writes the following files, as appropriate: .java, TestCase.java.
JavaSkelWriter: This is Wsdl2java's skeleton writer. It writes the Skeleton.java file which contains the Skeleton class.
JavaBeanFaultWriter: This is Wsdl2java's Complex Fault Writer. It generates bean-like class for complexTypes used in an operation fault message.
JavaInterfaceWriter: This is Wsdl2java's PortType Writer. It writes the .java file which contains the interface.
JavaTypeWriter: This is Wsdl2java's Type Writer. It writes the following files, as appropriate: .java, Holder.java.
JavaStubWriter: This is Wsdl2java's stub writer. It writes the Stub.java file which contains the Stub class.
FactoryProperty: This is a general purpose class that allows one to pass name/value properties to the JavaGeneratorFactory.
JavaDefinitionWriter: This is Wsdl2java's Definition Writer. It currently writes the following files: Faults as needed.
Namespaces: This class is essentially a HashMap of pairs with a few extra wizzbangs.
JavaServiceImplWriter: This is Wsdl2java's service implementation writer. It writes the Locator.java file.
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.
JavaTestCaseWriter: This is Wsdl2java's TestCase writer. It writes the TestCase.java file.
JavaBeanWriter: This is Wsdl2java's Complex Type Writer. It writes the .java file.
JavaEnumTypeWriter: This is Wsdl2java's Complex Type Writer. It writes the .java file.
JavaHolderWriter: This is Wsdl2java's Holder Writer. It writes the Holder.java file.
JavaBeanHelperWriter: This is Wsdl2java's Helper Type Writer. It writes the .java file.
| Home | Contact Us | Privacy Policy | Terms of Service |