ExternalOrderFacadeClient
.public class DOMExternalOrderFacadeClient extends AbstractBusinessObjectDocumentFacadeClient
CHANGE_VERB_ACTION_ADD, CHANGE_VERB_ACTION_CHANGE, CHANGE_VERB_ACTION_CREATE, CHANGE_VERB_ACTION_DELETE, CHANGE_VERB_ACTION_UPDATE
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.
|
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.
|
createActionExpression, createChangeVerb, createGetVerb, createGetVerb, createProcessVerb, createSyncVerb
public DOMExternalOrderFacadeClient()
public DOMExternalOrderFacadeClient(BusinessContextType businessContext, javax.security.auth.callback.CallbackHandler callbackHandler)
businessContext
- callbackHandler
- public AcknowledgeOrderType processOrder(ProcessOrderType aProcessOrder)
aProcessOrder
- The ProcessOrder request document.