| A Web service implementation that delegates operation
execution to the corresponding method on a Java bean.
Service Properties (* indicates required properties):
- beanClass* - Java class name of the delegate object.
- 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".
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. |