Uses of Interface
org.apache.axis2.wsdl.builder.WSDLComponentFactory

Packages that use WSDLComponentFactory
org.apache.axis2.description   
org.apache.axis2.wsdl.builder   
org.apache.axis2.wsdl.builder.wsdl4j   
 

Uses of WSDLComponentFactory in org.apache.axis2.description
 

Classes in org.apache.axis2.description that implement WSDLComponentFactory
 class AxisDescWSDLComponentFactory
           
 

Uses of WSDLComponentFactory in org.apache.axis2.wsdl.builder
 

Methods in org.apache.axis2.wsdl.builder with parameters of type WSDLComponentFactory
 org.apache.wsdl.WSDLInterface Java2WOMBuilder.generatePortType(org.apache.wsdl.WSDLDescription womDescription, WSDLComponentFactory wsdlComponentFactory, Element documentElement)
          Generate the porttypes
 org.apache.wsdl.WSDLService Java2WOMBuilder.generateService(WSDLComponentFactory wsdlComponentFactory, org.apache.wsdl.WSDLDescription womDescription, org.apache.wsdl.WSDLBinding binding, String ServiceName)
          Generate the service
 WSDLVersionWrapper WSDL2ToWOMBuilder.build(String uri, WSDLComponentFactory wsdlComponentFactory)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper.
 WSDLVersionWrapper WSDL2ToWOMBuilder.build(InputStream in, WSDLComponentFactory wsdlComponentFactory)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper.
 WSDLVersionWrapper WOMBuilder.build(String uri, WSDLComponentFactory wsdlComponentFactory)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper.
 WSDLVersionWrapper WOMBuilder.build(InputStream in, WSDLComponentFactory wsdlComponentFactory)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper.
 

Uses of WSDLComponentFactory in org.apache.axis2.wsdl.builder.wsdl4j
 

Methods in org.apache.axis2.wsdl.builder.wsdl4j with parameters of type WSDLComponentFactory
 WSDLVersionWrapper WSDL1ToWOMBuilder.build(InputStream in, WSDLComponentFactory wsdlComponentFactory)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper.
 WSDLVersionWrapper WSDL1ToWOMBuilder.build(String uri, WSDLComponentFactory wsdlComponentFactory)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper.
 

Constructors in org.apache.axis2.wsdl.builder.wsdl4j with parameters of type WSDLComponentFactory
WSDLPump(org.apache.wsdl.WSDLDescription womDefinition, javax.wsdl.Definition wsdl4jParsedDefinition, WSDLComponentFactory wsdlComponentFactory)