Field ID | Description |
---|---|
CHAFormatterServiceProxyClass | Defines the CHA Formatter Service proxy class name. The proxy class can be: com.ibm.btt.formatter.client.CHAFormatterServiceWSIFEjbProxy, com.ibm.btt.formatter.client.CHAFormatterServiceWSIFJavaProxy, com.ibm.btt.formatter.client.CHAFormatterServicePureEJBProxy, and com.ibm.btt.formatter.client.CHAFormatterServicePureJavaProxy. The default proxy class is com.ibm.btt.formatter.client.CHAFormatterServiceLocalJavaProxy. |
WSIFEjbProxyWSDLPath | Defines the path of WSIF EJB service wsdl file. The default path of
service wsdl file is com/ibm/btt/formatter/server/CHAFormatterServiceEJBService.wsdl. This field is for the WSIF EJB proxy only. |
WSIFJavaProxyWSDLPath | Defines the path of WSIF Java service wsdl file. The default path of
service wsdl file is com/ibm/btt/formatter/server/CHAFormatterServiceJavaService.wsdl. This field is for the WSIF Java proxy only. |
PureEJBProxy_initialContextFactory | Defines the name of the EJB initial context factory class. The default
class name is com.ibm.websphere.naming.WsnInitialContextFactory. This field is for the Pure EJB proxy only. |
PureEJBProxy_jndiName | Defines the JNDI name of the CHA Formatter service EJB on the server
side. The default JNDI name is com/ibm/btt/formatter/server/CHAFormatterServiceServiceHome. This field is for the Pure EJB proxy only. |
PureEJBProxy_providerURL | Defines the URL that the formatter facade uses to communicate with
the CHA Formatter Service. This field is for the Pure EJB proxy only. |