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   
org.apache.axis2.wsdl.java2wsdl   
 

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
 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)
           
 

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

Methods in org.apache.axis2.wsdl.java2wsdl with parameters of type WSDLComponentFactory
 org.apache.wsdl.WSDLInterface Java2WOM.generatePortType(org.apache.wsdl.WSDLDescription womDescription, WSDLComponentFactory wsdlComponentFactory, Element documentElement)
           
 org.apache.wsdl.WSDLService Java2WOM.generateService(WSDLComponentFactory wsdlComponentFactory, org.apache.wsdl.WSDLDescription womDescription, org.apache.wsdl.WSDLBinding binding, String ServiceName)