<cfobject>
Lets you call methods in COM, CORBA, and JAVA objects.
This tag cannot have a body.
This tag is also supported within <cfscript>
		<cfobject
    name=string
    component=string
    type=string
    action=create|connect
    class=string
    context=string
    delimiters=string
    server=string
    locale=string
    webservice=string
    username=string
    password=string
    proxyServer=string
    proxyPort=number
    proxyUser=string
    proxyPassword=string
>
	
		| Attribute | Description | 
|---|---|
name 
							string, required
							 | 
							
								edit
								 name for the instantiated component.  | 
						
component 
							string, optional
							 | 
							
								edit
								 Name of component to instantiate.  | 
						
type 
							string, optional
							 | 
							
								edit
								 The object type. You can omit this attribute or specify component. Lucee automatically sets the type to component.  | 
						
action 
							string, optional
							 | 
							
								edit
								
  | 
						
class 
							string, optional
							 | 
							
								edit
								 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.  | 
						
context 
							string, optional
							 | 
							
								edit
								
 In Windows, if not specified, uses Registry setting.  | 
						
delimiters 
							string, optional
							 | 
							
								edit
								 if specified a classpath, use as delimiter for the entries, default is comma.  | 
						
server 
							string, optional
							 | 
							
								edit
								 Server name, using Universal Naming Convention (UNC) or Domain Name Serve (DNS) convention, in one of these forms: 
  | 
						
locale 
							string, optional
							 | 
							
								edit
								 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.  | 
						
webservice 
							string, optional
							 | 
							
								edit
								 The absolute URL of the web service.  | 
						
username 
							string, optional
							 | 
							
								edit
								 The user name to use to access the web service. If the webservice attribute specifies a web service configured name in the Lucee Administrator, overrides any user name specified in the Administrator entry.  | 
						
password 
							string, optional
							 | 
							
								edit
								 The password to use to access the web service. If the webservice attribute specifies a web service name configured in the Lucee Administrator, overrides any password specified in the Administrator entry.  | 
						
proxyServer 
							string, optional
							 | 
							
								edit
								 The proxy server required to access the web service URL.  | 
						
proxyPort 
							number, optional
							 | 
							
								edit
								 The port to use on the proxy server.  | 
						
proxyUser 
							string, optional
							 | 
							
								edit
								 The user ID to send to the proxy server.  | 
						
proxyPassword 
							string, optional
							 | 
							
								edit
								 The user's password on the proxy server.  | 
						
Examples
editThere are currently no examples for this tag.
See also
- Components (CFCs)
 - Java
 - Objects
 - Web services
 - <cfcomponent>
 - Search Issue Tracker open_in_new
 - Search Lucee Test Cases open_in_new (good for further, detailed examples)