public final class CreateObject extends Object implements Function
Constructor and Description |
---|
CreateObject() |
Modifier and Type | Method and Description |
---|---|
static Object |
call(PageContext pc,
String cfcName) |
static Object |
call(PageContext pc,
String type,
String className) |
static Object |
call(PageContext pc,
String type,
String className,
Object context) |
static Object |
call(PageContext pc,
String type,
String className,
Object context,
Object serverName) |
static Object |
doCOM(PageContext pc,
String className) |
static Component |
doComponent(PageContext pc,
String className) |
static Object |
doHTTP(PageContext pc,
String httpUrl) |
static Object |
doHTTP(PageContext pc,
String httpUrl,
String username,
String password,
ProxyData proxy) |
static Object |
doJava(PageContext pc,
String className,
Object paths,
String delimiter) |
static Object |
doWebService(PageContext pc,
String wsdlUrl) |
static Object |
doWebService(PageContext pc,
String wsdlUrl,
String username,
String password,
ProxyData proxy) |
public CreateObject()
public static Object call(PageContext pc, String cfcName) throws PageException
PageException
public static Object call(PageContext pc, String type, String className) throws PageException
PageException
public static Object call(PageContext pc, String type, String className, Object context) throws PageException
PageException
public static Object call(PageContext pc, String type, String className, Object context, Object serverName) throws PageException
PageException
public static Object doJava(PageContext pc, String className, Object paths, String delimiter) throws PageException
PageException
public static Object doCOM(PageContext pc, String className)
public static Component doComponent(PageContext pc, String className) throws PageException
PageException
public static Object doWebService(PageContext pc, String wsdlUrl) throws PageException
PageException
public static Object doWebService(PageContext pc, String wsdlUrl, String username, String password, ProxyData proxy) throws PageException
PageException
public static Object doHTTP(PageContext pc, String httpUrl) throws PageException
PageException
public static Object doHTTP(PageContext pc, String httpUrl, String username, String password, ProxyData proxy) throws PageException
PageException
Copyright © 2015 Lucee