oracle.syndication.ice.payload
Interface Printable

All Known Implementing Classes:
Ice_catalog, Ice_get_package, Ice_header, Ice_item_content, Ice_item_group, Ice_item_ref, Ice_offer, Ice_offer_group, Ice_payload, Ice_receiver, Ice_request, Ice_response, Ice_sender, Ice_subscription, Ice_code, Ice_contact, Ice_notify, Ice_cancel, Ice_get_catalog, Ice_package, Ice_nop, Ice_text, Ice_access, Ice_get_status, Ice_get_events, Ice_status, Ice_events, Ice_access_control, Ice_access_window, Ice_event_log, Ice_delivery_policy, Ice_event_info, Ice_event_msg, Ice_business_term, Ice_event_data

public abstract interface Printable


Method Summary
TypeMethod
 void print(java.lang.String szSpace, java.io.Writer wrt)
          This implementation of the Printable interface prints the whole ICE Payload by traversing down to its containees.
 

Method Detail

print

public void print(java.lang.String szSpace,
                  java.io.Writer wrt)
           throws java.io.IOException
This implementation of the Printable interface prints the whole ICE Payload by traversing down to its containees.
Parameters:
szSpace - Space to print before each line.
wSink - Sink to print the node to.