com.ibm.commerce.order.facade.client
Class DOMExternalOrderFacadeClient
- java.lang.Object
-
- com.ibm.commerce.foundation.client.facade.bod.AbstractBusinessObjectDocumentFacadeClient
-
- com.ibm.commerce.order.facade.client.DOMExternalOrderFacadeClient
-
Deprecated.Replaced byExternalOrderFacadeClient
.
public class DOMExternalOrderFacadeClient extends AbstractBusinessObjectDocumentFacadeClient
This class is the facade client to call the outbound order services.
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.foundation.client.facade.bod.AbstractBusinessObjectDocumentFacadeClient
CHANGE_VERB_ACTION_ADD, CHANGE_VERB_ACTION_CHANGE, CHANGE_VERB_ACTION_CREATE, CHANGE_VERB_ACTION_DELETE, CHANGE_VERB_ACTION_UPDATE
-
-
Constructor Summary
Constructors Constructor and Description DOMExternalOrderFacadeClient()
Deprecated.This is the default constructor for the class.DOMExternalOrderFacadeClient(BusinessContextType businessContext, javax.security.auth.callback.CallbackHandler callbackHandler)
Deprecated.This method constructs an object by business context and call back handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description AcknowledgeOrderType
processOrder(ProcessOrderType aProcessOrder)
Deprecated.This method communicates with the DOM External Order facade and sends the specified ProcessOrder request.-
Methods inherited from class com.ibm.commerce.foundation.client.facade.bod.AbstractBusinessObjectDocumentFacadeClient
createActionExpression, createChangeVerb, createGetVerb, createGetVerb, createProcessVerb, createSyncVerb
-
-
-
-
Constructor Detail
-
DOMExternalOrderFacadeClient
public DOMExternalOrderFacadeClient()
Deprecated.This is the default constructor for the class.
-
DOMExternalOrderFacadeClient
public DOMExternalOrderFacadeClient(BusinessContextType businessContext, javax.security.auth.callback.CallbackHandler callbackHandler)
Deprecated.This method constructs an object by business context and call back handler.- Parameters:
businessContext
-callbackHandler
-
-
-
Method Detail
-
processOrder
public AcknowledgeOrderType processOrder(ProcessOrderType aProcessOrder)
Deprecated.This method communicates with the DOM External Order facade and sends the specified ProcessOrder request.- Parameters:
aProcessOrder
- The ProcessOrder request document.- Returns:
- The resulting AcknowledgeOrder response document.
-
-