All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sforce.ws.codegen.templates.iconnectionWrapper.st Maven / Gradle / Ivy

There is a newer version: 62.0.0
Show newest version
iconnectionWrapper(gen) ::= <<
package $gen.packageName$;

/**
 * Generated by ConnectionCodeGenerator.java. Please do not edit.
 */
public interface $gen.interfaceName$ {

$gen.operations: { op |
  public $op.returnTypeInterface$ $op.operationName$($op.argsWithInterfaces$)
       throws com.sforce.ws.ConnectionException;
}$
}

>>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy