cfobject
Overview ColdFusion Open BlueDragon LuceeCreates a CFML object, of a specified type. The tag syntax depends on the object type. Some types use the type attribute; others do not.
Attributes
Name | Required | Type | Default | Description | |
---|---|---|---|---|---|
action | No | String | * create: instantiates a COM object (typically, a DLL) before invoking methods or properties. * connect: ionnects to a COM object (typically, an EXE) running on server. | ||
8
|
assembly | No | String | For local .NET assemblies, the absolute path or paths to the assembly or assemblies (EXE or DLL files) from which to access the .NET class and its supporting classes.For remote .NET assemblies, you must specify the absolute path or paths of the local proxy JAR file or files that represent the assemblies. | |
class | No | String | Component ProgID for the object to invoke. When using Java stubs to connect to the COM object, the class must be the ProgID of the COM object. | ||
component | No | String | Name of component to instantiate. | ||
context | No | String | * inproc * local * remoteIn Windows, if not specified, uses Registry setting. | ||
delimiters | No | ||||
locale | No | String | Sets arguments for a call to init_orb. Use this attribute only for VisiBroker ORBs. It is available on C++, Version 3.2. The value must be in the form:locale = " -ORBagentAddr 199.99.129.33 -ORBagentPort 19000"Each type-value pair must start with a hyphen. | ||
name | Yes | String | Name for the instantiated component. | ||
8
3
|
password | No | String | The password to use to access the web service. If the webservice attribute specifies a web service name configured in the ColdFusion Administrator, overrides any password specified in the Administrator entry. | |
8
|
port | No | Numeric | Port number at which the .NET-side agent is listening. | |
8
|
protocol | No | String | tcp | Protocol to use to use for communication between ColdFusion and .NET. Must be one of the following values: * http: Use HTTP/SOAP communication protocol. This option is slower than tcp, but might be required for access through a firewall. * tcp: Use binary TCP/IP protocol. This method is more efficient than HTTP. |
8
3
|
proxypassword | No | String | The user's password on the proxy server. | |
8
3
|
proxyport | No | String | The port to use on the proxy server. | |
8
3
|
proxyserver | No | String | The proxy server required to access the web service URL. | |
8
3
|
proxyuser | No | String | The user ID to send to the proxy server. | |
8
|
refreshwsdl | No | Boolean | false | * yes: reloads the WSDL file and regenerates the artifacts used to consume the web service * no |
8
|
secure | No | Boolean | false | Whether to secure communications with the .NET-side agent. If true, ColdFusion uses SSL to communicate with .NET. |
server | No | String | Server name, using Universal Naming Convention (UNC) or Domain Name Serve (DNS) convention, in one of these forms: * \\lanserver * lanserver * http://www.servername.com * www.servername.com * 127.0.0.1 | ||
type | No | String | The object type. You can omit this attribute or specify component. ColdFusion automatically sets the type to component. | ||
8
3
|
username | No | String | The user name to use to access the web service. If the webservice attribute specifies a web service configured name in the ColdFusion Administrator, overrides any user name specified in the Administrator entry. | |
webservice | No | URL | One of the following: * The absolute URL of the web service. * The name (string) assigned in the ColdFusion Administrator to the web service. | ||
8
|
wsdl2javaargs | No | String | A string that contains a space-delimited list of arguments to pass to the WSDL2Java tool that generates Java stubs for the web services. | |
8
|
wsportname | No | String | The port name for the web service. This value is case-sensitive and corresponds to the port element's name attribute under the service element. | |
10
|
wsversion | No | Numeric | 2 | Axis version to be used for generating WebSerive stubs |