com.sforce.rest.tools
Class CodeGenerator

java.lang.Object
  extended by com.sforce.rest.tools.CodeGenerator
Direct Known Subclasses:
DotNetCodeGenerator, PojoCodeGenerator

public abstract class CodeGenerator
extends java.lang.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

Constructor Summary
CodeGenerator()
           
 
Method Summary
 void describeMyOrg(ConnectorConfig config, java.lang.String namespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeGenerator

public CodeGenerator()
Method Detail

describeMyOrg

public void describeMyOrg(ConnectorConfig config,
                          java.lang.String namespace)
                   throws RestApiException,
                          java.io.IOException
Throws:
RestApiException
java.io.IOException


Copyright © 2011. All Rights Reserved.