|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.classgen.CGNode | +--oracle.syndication.ice.payload.Ice_request
The Node Class representing the ice-request element within an ICE payload. The child elements allowed under this element include the following:
Ice_get_catalog
Ice_offer
Ice_get_package
Ice_package
(For PUSH)
Method Summary |
Type | Method |
---|---|
Ice_cancel |
getCancelSubscription()
Un-subscribe action in the current request |
Ice_payload |
getDocument()
Get Document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD. |
Ice_get_events |
getGE()
Get events for a given subscription |
Ice_get_status |
getGS()
Get status for a given subscription |
Ice_get_catalog |
getICEGetCatalogRequest()
If the current request is a request for catalog, the method will return a Ice_get_catalog object This method usually is used combined with hasCatalogRequest() |
Ice_get_package |
getICEGetPackageRequest()
The current request is a PULL content request |
Ice_offer |
getICEOffer()
If the current request is a subscribing request, the method will return an Ice_offer, which will contain the offer item id from the server and the delivery policy, business terms from the subscriber itself This method should be combined used with hasOffer() |
java.util.List |
getICEPushedPackages()
The current request is sent out by the syndicator and used for delivering PUSHed content |
Ice_notify |
getNofication()
Notification message inside the current request |
Ice_nop |
getNop()
NOP action for the current request |
java.lang.String |
getRequestId()
This is a string identifying this request. |
java.lang.String |
getRequestOperationName()
|
java.lang.String |
getSubscriptionId()
Support for event logging It only makes sense when there is a subscription associated with the current request |
boolean |
hasCancelSubscription()
Has CancelSubscription typed request |
boolean |
hasCatalogRequest()
Has GetCatalog typed request |
boolean |
hasGetEvents()
Has Get events typed request |
boolean |
hasGetStatus()
Has Get status typed request |
boolean |
hasNop()
Has Nop typed request |
boolean |
hasNotify()
Has Notify typed request |
boolean |
hasOffer()
Has Ice-offer typed request |
boolean |
hasPackageRequest()
Has GetPackage typed request |
boolean |
hasPushedPackage()
Has PushedPackage typed request |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Printable interface allows this node to be printed. |
Methods inherited from class oracle.xml.classgen.CGNode |
setDocument |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public java.lang.String getRequestId()
public java.lang.String getSubscriptionId()
public Ice_get_catalog getICEGetCatalogRequest()
public Ice_offer getICEOffer()
public Ice_get_package getICEGetPackageRequest()
public java.util.List getICEPushedPackages()
public Ice_cancel getCancelSubscription()
public Ice_nop getNop()
public Ice_notify getNofication()
public Ice_get_status getGS()
public Ice_get_events getGE()
public boolean hasNop()
public boolean hasNotify()
public boolean hasCatalogRequest()
public boolean hasOffer()
public boolean hasPackageRequest()
public boolean hasPushedPackage()
public boolean hasCancelSubscription()
public boolean hasGetStatus()
public boolean hasGetEvents()
public java.lang.String getRequestOperationName()
public oracle.xml.parser.v2.DTD getDTDNode()
DTD
public Ice_payload getDocument()
Ice_payload
Ice_payload
classpublic void print(java.lang.String szSpace, java.io.Writer wrt) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |