org.apache.beehive.wsm.jsr181.wsdl
Class Wsdl2AJava
Object
Wsdl2AJava
public class Wsdl2AJava
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wsdl2AJava
public Wsdl2AJava()
throws Exception
- Throws:
Exception
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