Skip navigation links

Oracle Fusion Middleware Invalidation Java API Reference for Oracle Web Cache
11g Release 1 (11.1.1)

E10665-01


oracle.webcache.invalidation
Class InvalidationPreviewMessage

java.lang.Object
  extended by oracle.net.http.HttpMessage
      extended by oracle.webcache.invalidation.InvalidationMessage
          extended by oracle.webcache.invalidation.InvalidationPreviewMessage


public class InvalidationPreviewMessage
extends InvalidationMessage

This class represents an Oracle Fusion Middleware Web Cache invalidation preview message.


Constructor Summary
InvalidationPreviewMessage(boolean useSOAP)
          Constructs an empty invalidation preview message.

 

Method Summary
 void add(AdvancedSelectorInvalidator advSelInv)
           
 void add(BasicSelectorInvalidator basicSelInv)
           
 java.lang.String getBody()
          Returns invalidation preview message in the form of an XML document.
 java.lang.String toString()
          Returns invalidation preview message in the form of an XML document.

 

Methods inherited from class oracle.webcache.invalidation.InvalidationMessage
add, add

 

Methods inherited from class oracle.net.http.HttpMessage
copy, getHeaders, getMethod, getPage, setBody

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

InvalidationPreviewMessage

public InvalidationPreviewMessage(boolean useSOAP)
Constructs an empty invalidation preview message.
Parameters:
useSOAP - reserved for future use, must be false

Method Detail

add

public void add(BasicSelectorInvalidator basicSelInv)

add

public void add(AdvancedSelectorInvalidator advSelInv)

toString

public java.lang.String toString()
Returns invalidation preview message in the form of an XML document.
Overrides:
toString in class InvalidationMessage

getBody

public java.lang.String getBody()
Returns invalidation preview message in the form of an XML document.
Overrides:
getBody in class InvalidationMessage

Skip navigation links

Oracle Fusion Middleware Invalidation Java API Reference for Oracle Web Cache
11g Release 1 (11.1.1)

E10665-01


Copyright © 2009 Oracle. All Rights Reserved.