Apache CXF API

org.apache.cxf.tools.java2ws
Class JavaToWS

java.lang.Object
  extended by org.apache.cxf.tools.java2ws.JavaToWS

public class JavaToWS
extends Object


Constructor Summary
JavaToWS()
           
JavaToWS(String[] pargs)
           
 
Method Summary
 boolean isVerbose()
           
static void main(String[] args)
           
 void run()
           
 void run(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaToWS

public JavaToWS()

JavaToWS

public JavaToWS(String[] pargs)
Method Detail

main

public static void main(String[] args)

isVerbose

public boolean isVerbose()

run

public void run()
         throws Exception
Throws:
Exception

run

public void run(OutputStream os)
         throws Exception
Throws:
Exception

Apache CXF API

Apache CXF