org.apache.axis2.wsdl.java2wsdl
Class Java2WOM

java.lang.Object
  extended byorg.apache.axis2.wsdl.java2wsdl.Java2WOM

public class Java2WOM
extends Object


Constructor Summary
Java2WOM(TypeTable table, org.codehaus.jam.JMethod[] method, org.apache.ws.commons.schema.XmlSchema schema, String serviceName, String targentNamespece, String targetNamespecheprefix)
           
 
Method Summary
 org.apache.wsdl.WSDLInterface generatePortType(org.apache.wsdl.WSDLDescription womDescription, WSDLComponentFactory wsdlComponentFactory, Element documentElement)
           
 org.apache.wsdl.WSDLService generateService(WSDLComponentFactory wsdlComponentFactory, org.apache.wsdl.WSDLDescription womDescription, org.apache.wsdl.WSDLBinding binding, String ServiceName)
           
 org.apache.wsdl.WSDLDescription generateWOM()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java2WOM

public Java2WOM(TypeTable table,
                org.codehaus.jam.JMethod[] method,
                org.apache.ws.commons.schema.XmlSchema schema,
                String serviceName,
                String targentNamespece,
                String targetNamespecheprefix)
Method Detail

generateWOM

public org.apache.wsdl.WSDLDescription generateWOM()
                                            throws Exception
Throws:
Exception

generatePortType

public org.apache.wsdl.WSDLInterface generatePortType(org.apache.wsdl.WSDLDescription womDescription,
                                                      WSDLComponentFactory wsdlComponentFactory,
                                                      Element documentElement)

generateService

public org.apache.wsdl.WSDLService generateService(WSDLComponentFactory wsdlComponentFactory,
                                                   org.apache.wsdl.WSDLDescription womDescription,
                                                   org.apache.wsdl.WSDLBinding binding,
                                                   String ServiceName)