com.sforce.rest.tools
Class CodeGenerator
java.lang.Object
com.sforce.rest.tools.CodeGenerator
- Direct Known Subclasses:
- DotNetCodeGenerator, PojoCodeGenerator
public abstract class CodeGenerator
- extends Object
This class accesses the discovery resources of the REST API and learns about
every Standard object and custom object in your organziation.
It then generates code. Extend this
- Since:
- 172
- Author:
- gregoryw
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeGenerator
public CodeGenerator()
describeMyOrg
public void describeMyOrg(ConnectorConfig config,
String namespace)
throws RestApiException,
IOException
- Throws:
RestApiException
IOException
Copyright © 2012. All Rights Reserved.