com.ibm.commerce.messaging.commands

Interface NewInboundMessageCmd

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


    public interface NewInboundMessageCmd
    extends ControllerCommand
    The NewInboundMessage command is called by customized inbound messages that are not implemented using the user_template.xml inbound message template definition file.
    • 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 NewInboundMessage command.
        See Also:
        Constant Field Values
    • Method Detail

      • performExecute

        void performExecute()
                     throws ECException
        This method needs to be implemented to process new inbound message unknown to the WebSphere Commerce Server.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Throws:
        ECException