| A Web service implementation that delegates operation
execution to the corresponding method on a CORBA proxy.
Service Properties (* indicates required properties):
- scope - "service", "session", "request". The
default is "service".
- attributeName - Specifies name of the session/appliaction attribute
used for caching the implementation object. Applicable only when
the scope is "session" or "application".
- orbInitialHost - Host name or IP address of ORB host. Default is localhost.
- orbInitialPort - ORB port number. Default is 900.
- nameID* - Name of the CORBA object.
- nameKind* - Kind of the CORBA object.
- helperClass* - Name of the helper class used in narrowing the proxy object.
- interfaceClass* - CORBA interface class name
In addition you can specify properties to be set on the delegate
Java bean object. These properties will depend on the particular
Java bean class you are using and cannot be enumerated here.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved. |