Uses of Class
org.apache.axis.wsdl.fromJava.Emitter
Packages that use Emitter
-
Uses of Emitter in org.apache.axis.wsdl
Fields in org.apache.axis.wsdl declared as EmitterMethods in org.apache.axis.wsdl that return EmitterModifier and TypeMethodDescriptionprotected Emitter
Java2WSDL.createEmitter()
Instantiate an EmitterMethods in org.apache.axis.wsdl with parameters of type EmitterModifier and TypeMethodDescriptionprotected void
Java2WSDL.generateServerSide
(Emitter j2w, String wsdlFileName) Generate the server side artifacts from the generated WSDL -
Uses of Emitter in org.apache.axis.wsdl.fromJava
Constructors in org.apache.axis.wsdl.fromJava with parameters of type EmitterModifierConstructorDescriptionTypes
(javax.wsdl.Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, String targetNamespace, List stopClasses, ServiceDesc serviceDesc, Emitter emitter) This class serailizes aClass
to XML Schema.