railo.runtime.functions.other
Class CreateObject

java.lang.Object
  extended by railo.runtime.functions.other.CreateObject
All Implemented Interfaces:
Serializable, Function

public final class CreateObject
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
CreateObject()
           
 
Method Summary
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 doJava(PageContext pc, String className, String pathes, String delimeter)
           
static Object doWebService(PageContext pc, String wsdlUrl)
           
static Object doWebService(PageContext pc, String wsdlUrl, String username, String password, ProxyData proxy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateObject

public CreateObject()
Method Detail

call

public static Object call(PageContext pc,
                          String cfcName)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String type,
                          String className)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String type,
                          String className,
                          Object context)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          String type,
                          String className,
                          Object context,
                          Object serverName)
                   throws PageException
Throws:
PageException

doJava

public static Object doJava(PageContext pc,
                            String className,
                            String pathes,
                            String delimeter)
                     throws PageException
Throws:
PageException

doCOM

public static Object doCOM(PageContext pc,
                           String className)

doComponent

public static Component doComponent(PageContext pc,
                                    String className)
                             throws PageException
Throws:
PageException

doWebService

public static Object doWebService(PageContext pc,
                                  String wsdlUrl)
                           throws PageException
Throws:
PageException

doWebService

public static Object doWebService(PageContext pc,
                                  String wsdlUrl,
                                  String username,
                                  String password,
                                  ProxyData proxy)
                           throws PageException
Throws:
PageException


Copyright © 2012 Railo