Uses of Class
wt.wrmf.delivery.Outbox

Packages that use Outbox
wt.wrmf.delivery   
 

Uses of Outbox in wt.wrmf.delivery
 

Subclasses of Outbox in wt.wrmf.delivery
 class PerDestinationOutbox
           Use the newPerDestinationOutbox static factory method(s), not the PerDestinationOutbox constructor, to construct instances of this class.
 class TransparentOutbox
           Use the newTransparentOutbox static factory method(s), not the TransparentOutbox constructor, to construct instances of this class.
 

Methods in wt.wrmf.delivery that return Outbox
(package private)  Outbox StandardShippingService.getOutbox(String outboxName)
           
 

Methods in wt.wrmf.delivery with parameters of type Outbox
protected  boolean Outbox.readVersion(Outbox thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 InputStream Outbox.sendToGTS(ShippingItem obj, Outbox outbox)
          If return type of DIRECT is requested, the InputStream from remote side will be returned directly; otherwise INDIRECT return type) the InputStream will be executed and null will be returned.