public class LogoffRequest extends OperatorRequest
The following TelesalesProperties properties must be set before invoking LogoffRequest:
Clients may instantiate this class.
Clients may subclass this class.
Constructor and Description |
---|
LogoffRequest()
Creates a new request.
|
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Document | getRequestBod()
Get the request Business Object Document (BOD).
|
protected Session | getResponseData()
Returns the unmarshalled response data in the form of a com.ibm.commerce.telesales.model.Operator object.
|
ServiceContext | getServiceContext()
Constructs the service context for this service request.
|
protected java.lang.String | getXSDFileName()
Get the name of the XSD file corresponding to this request.
|
protected void | unmarshallResponseBod(org.w3c.dom.Document bod)
Unmarshall the response Business Object Document (BOD).
|
protected Session getResponseData()
public ServiceContext getServiceContext()
protected org.w3c.dom.Document getRequestBod()
protected void unmarshallResponseBod(org.w3c.dom.Document bod)
This method does nothing because, no need to unmarshall a logoff response
protected java.lang.String getXSDFileName()