Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


oracle.xdo.delivery
Interface DeliveryRequestFactory


public interface DeliveryRequestFactory

Delivery request factory interface. <p/> The custom delivery channel needs to implement this interface to register the deilvery channel to the delivery system.

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

Field Summary
static java.lang.String RCS_ID
           

 

Method Summary
 DeliveryRequest createRequest()
          Creates a new delivery request.
 DeliveryRequestHandler createRequestHandler()
          Creates a new delivery request handler.
 DeliveryRequestFactory getFactory()
          Returns itself.

 

Field Detail

RCS_ID

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

Method Detail

createRequest

DeliveryRequest createRequest()
Creates a new delivery request. <p/>
Returns:
new delivery request

createRequestHandler

DeliveryRequestHandler createRequestHandler()
Creates a new delivery request handler. <p/>
Returns:
new delivery request handler

getFactory

DeliveryRequestFactory getFactory()
Returns itself. <p/>
Returns:
delivery request factory object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


Copyright © 2010, Oracle. All rights reserved.