com.ibm.commerce.messaging.commands

Interface OrderShippingCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, OrderStatusCmd, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    OrderShippingCmdImpl


    public interface OrderShippingCmd
    extends OrderStatusCmd
    The interface for the OrderShipping command which processes the shipping message that the backend system has created when the order has been shipped.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default class containing the implementation of the OrderShipping command
        See Also:
        Constant Field Values