Uses of Class
org.apache.axis2.wsdl.WSDLVersionWrapper

Packages that use WSDLVersionWrapper
org.apache.axis2.wsdl.builder   
org.apache.axis2.wsdl.builder.wsdl4j   
org.apache.axis2.wsdl.writer   
 

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

Methods in org.apache.axis2.wsdl.builder that return WSDLVersionWrapper
 WSDLVersionWrapper WSDL2ToWOMBuilder.build(String uri)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper.
 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)
          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)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns as 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)
          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 WSDLVersionWrapper in org.apache.axis2.wsdl.builder.wsdl4j
 

Methods in org.apache.axis2.wsdl.builder.wsdl4j that return WSDLVersionWrapper
 WSDLVersionWrapper WSDL1ToWOMBuilder.build(InputStream in)
          Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper.
 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)
          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.
 

Uses of WSDLVersionWrapper in org.apache.axis2.wsdl.writer
 

Methods in org.apache.axis2.wsdl.writer with parameters of type WSDLVersionWrapper
 void WOMtoWSDL20Writer.writeWOM(WSDLVersionWrapper wsdlWrapper, OutputStream out)
           
 void WOMtoWSDL11Writer.writeWOM(WSDLVersionWrapper wsdlWrapper, OutputStream out)
           
 void WOMWriter.writeWOM(WSDLVersionWrapper wsdlWrapper, OutputStream out)
          Writes a WOM to the given output stream.