The CreateObject function takes different arguments depending on the value of the first argument:
CreateObject('com', class, context, serverName)
CreateObject('component', component-name)
CreateObject('java', class, ...)
CreateObject('webservice', urlToWsdl, [, portName])
Lucee Function Reference
createobject()
Example
createobject(string type,[object classname,[object context,[object delimiterOrVersion]]]):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
type | string | Yes |
one of the following: |
classname | object | No |
the usage of this argument depend on type defined with argument "type": |
context | object | No |
the usage of this argument depend on type defined with argument "type": this can be a list of multiple paths (directories containing class files or jar files) as string list or array or a name of an OSGi bundle (Lucee can download OSGi bundles automatically if necessary) |
delimiterOrVersion | object | No |
the usage of this argument depend on type defined with argument "type": |