com.ibm.commerce.order.facade.server.commands.soi

Class OrderMessageMappingCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, 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 OrderMessageMappingCmdImpl
    extends MessageMappingCmdImpl
    This business object document command leverages the messaging mapping feature to invoke an existing classic commerce command and build the response object. The message mapping configuration controls the command to invoke. It also converts the business object document into a set of name value pairs to pass to the classic commerce controller command. The responseCommand or errorCommand found in the control parameters returned by the message mapping configuration will point to the code to create the response message.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
      • Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl

        getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, reset
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • OrderMessageMappingCmdImpl

        public OrderMessageMappingCmdImpl()