DeployedObjectProxyConfig

Proxy-specific settings for a deployed object. This is a web module for version 6.0.2, but can be extended to other deployed objects (ejb modules, applications, others) in the future.



Attributes Summary
deployedObjectConfigName : StringName that uniquely identifies the DeployedObjectConfig object, which contains configuration settings that can be applied to one or more deployed objects.
enableProxy : booleanThis attribute indicates if the proxy is enabled for this web module.
transportProtocol : ProxyTransportProtocolKindSpecifies the protocol the proxy will use when communicating with the deployed object.
properties : Property *  

Attribute Details

deployedObjectConfigName    -    Name that uniquely identifies the DeployedObjectConfig object, which contains configuration settings that can be applied to one or more deployed objects.This DeployedObjectProxyConfig will define proxy-specific properties that will also apply when the named DeployedObjectConfig object is used.In the case of web modules, this attribute must be the same as a "name" attribute of a "WebModuleConfig" object.
     data type:  String
     default Value:   unspecified



enableProxy    -    This attribute indicates if the proxy is enabled for this web module.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



transportProtocol    -    Specifies the protocol the proxy will use when communicating with the deployed object.
     data type: ProxyTransportProtocolKind
     default Value:   ClientProtocol
     Allowed Values:  HTTP   HTTPS   ClientProtocol  



properties    -     
     data type: Property*


Copyright IBM Corp. 1997-2004