org.apache.beehive.wsm.jsr181.wsdl
Class Wsdl2AJava

Object
  extended by Wsdl2AJava

public class Wsdl2AJava
extends Object


Constructor Summary
Wsdl2AJava()
           
 
Method Summary
 void generateAnnotatedJavaFromOM(BeehiveWsTypeMetadata om, Writer w)
           
 void generateAnnotatedJavaFromWSDL(InputStream wsdl, Writer w)
           
 void generateAnnotatedJavaFromWSDL(String wsdlFileName, String baseSrcDir)
           
 void init()
           
static int main(String[] args)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wsdl2AJava

public Wsdl2AJava()
           throws Exception
Throws:
Exception
Method Detail

init

public void init()
          throws Exception,
                 ResourceNotFoundException,
                 ParseErrorException,
                 MethodInvocationException
Throws:
Exception
ResourceNotFoundException
ParseErrorException
MethodInvocationException

generateAnnotatedJavaFromWSDL

public void generateAnnotatedJavaFromWSDL(String wsdlFileName,
                                          String baseSrcDir)
                                   throws Exception
Throws:
Exception

generateAnnotatedJavaFromWSDL

public void generateAnnotatedJavaFromWSDL(InputStream wsdl,
                                          Writer w)
                                   throws Exception
Throws:
Exception

generateAnnotatedJavaFromOM

public void generateAnnotatedJavaFromOM(BeehiveWsTypeMetadata om,
                                        Writer w)
                                 throws ResourceNotFoundException,
                                        ParseErrorException,
                                        MethodInvocationException,
                                        Exception,
                                        IOException
Parameters:
w -
om -
Throws:
ResourceNotFoundException
ParseErrorException
MethodInvocationException
Exception
IOException

main

public static int main(String[] args)
                throws Exception
Throws:
Exception