Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


oracle.apps.xdo.delivery
Interface DeliveryResponse


public interface DeliveryResponse

Delivery response class. Represents the delivery response. <p/>

Author:
Kei Saito (kei.saito@oracle.com)

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           

 

Method Summary
 byte[] getBody()
          Returns the actual delivery result message.
 int getStatus()
          Return the status ID.
 java.lang.String getStatusMessage()
          Returns the status message.

 

Field Detail

RCS_ID

static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_ID_RECORDED

static final boolean RCS_ID_RECORDED

Method Detail

getStatus

int getStatus()
Return the status ID. <p/>
Returns:

getStatusMessage

java.lang.String getStatusMessage()
Returns the status message. <p/>
Returns:

getBody

byte[] getBody()
Returns the actual delivery result message. <p/>
Returns:

Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


© 2004, 2005, 2006, 2007, 2008, Oracle. All rights reserved.