com.ibm.pim.webservice
Interface WebServiceTransaction


public interface WebServiceTransaction

Interface for the WebServiceTransaction object.

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.Date getArrivalTime()
          Returns the request arrival time.
 Document getRequestDocument()
          Returns Document which represents the inbound message.
 Document getResponseDocument()
          Returns Document which represents the outbound message.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getRequestDocument

Document getRequestDocument()
Returns Document which represents the inbound message.

Returns:
The inbound message document.
Throws:
PIMInternalException - If an internal error occurs.
PIMAuthorizationException - If the user does not have the equivalent of Permission.DOCSTORE_VIEW_FILES

getResponseDocument

Document getResponseDocument()
Returns Document which represents the outbound message.

Returns:
The outbound message document.
Throws:
PIMInternalException - If an internal error occurs.
PIMAuthorizationException - If the user does not have the equivalent of Permission.DOCSTORE_VIEW_FILES

getArrivalTime

java.util.Date getArrivalTime()
Returns the request arrival time.

Returns:
The request arrival time
Throws:
PIMInternalException - If an internal error occurs.