com.sforce.ws.tools
Class wsdlc

java.lang.Object
  extended by com.sforce.ws.tools.wsdlc

public class wsdlc
extends Object

wsdlc is a tool that can generate java stubs from WSDL.

Since:
1.0 Nov 22, 2005
Version:
1.0
Author:
http://cheenath

Nested Class Summary
static class wsdlc.ToolsJarClassLoader
           
 
Constructor Summary
wsdlc(String wsdlFile, String jarFile, String temp)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

wsdlc

public wsdlc(String wsdlFile,
             String jarFile,
             String temp)
      throws ToolsException,
             WsdlParseException,
             IOException,
             TemplateException
Throws:
ToolsException
WsdlParseException
IOException
TemplateException
Method Detail

main

public static void main(String[] args)
                 throws WsdlParseException,
                        IOException,
                        TemplateException
Throws:
WsdlParseException
IOException
TemplateException


Copyright © 2012. All Rights Reserved.