org.wso2.carbon.java2wsdl
Class Java2WSDL

java.lang.Object
  extended by org.wso2.carbon.java2wsdl.Java2WSDL

public class Java2WSDL
extends Object

This class will generate a WSDL, either version 1.1 or 2.0 for a given java bytecode. Underline implementation uses org.apache.ws.java2wsdl.Java2WSDLCodegenEngine.


Constructor Summary
Java2WSDL()
           
 
Method Summary
 String java2wsdlWithResources(String[] options, String[] uuids)
          This is the fall though method for wsdlview.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java2WSDL

public Java2WSDL()
Method Detail

java2wsdlWithResources

public String java2wsdlWithResources(String[] options,
                                     String[] uuids)
                              throws org.apache.axis2.AxisFault
This is the fall though method for wsdlview. This will check for required resources.

Parameters:
options - options array
uuids - uuid array
Returns:
String id
Throws:
org.apache.axis2.AxisFault - will be thrown.


Copyright © 2015 WSO2. All rights reserved.