com.ibm.commerce.giftregistry.commands

Class GiftRegistryServiceInvokerCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, GiftRegistryServiceInvokerCmd, Protectable, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class GiftRegistryServiceInvokerCmdImpl
    extends ControllerCommandImpl
    implements GiftRegistryServiceInvokerCmd
    Invokes a service command based on the information passed by the GiftRegistryMessageMapper. Behavior:
    • Invokes a service command based on the information passed by the GiftRegistryMessageMapper
    • The service name is passed from the GiftRegistryMessageMapper through the request properties
    • The required BOD is also in the request properties
    • The service is invoked based on the service name, and the BOD is passed to the service
    See Also:
    Serialized Form