Uses of Class
wt.wrmf.delivery.Receipt

Packages that use Receipt
wt.wrmf.delivery   
 

Uses of Receipt in wt.wrmf.delivery
 

Subclasses of Receipt in wt.wrmf.delivery
 class AlertItem
           Use the newAlertItem static factory method(s), not the AlertItem constructor, to construct instances of this class.
 

Methods in wt.wrmf.delivery that return Receipt
 Receipt TransparentInbox.receive(ShippingItem obj, InputStream is)
          Returns the Receipt if accepted.
 Receipt StandardShippingService.createReceipt()
          

Supported API: false
 Receipt ShippingService.createReceipt()
          

Supported API: false
protected static Receipt Receipt.newReceipt()
          

Supported API: false
 Receipt PersistentInbox.receive(ShippingItem obj, InputStream is)
          Returns the Receipt if accepted.
abstract  Receipt Inbox.receive(ShippingItem obj, InputStream is)
          Returns the Receipt if accepted.
 

Methods in wt.wrmf.delivery with parameters of type Receipt
private  InputStream StandardReceiverService.returnReceipt(Receipt receipt)
           
protected  boolean Receipt.readVersion(Receipt thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.