Uses of Class
wt.wrmf.delivery.PayloadInputStreamDesc

Packages that use PayloadInputStreamDesc
wt.wrmf.delivery   
 

Uses of PayloadInputStreamDesc in wt.wrmf.delivery
 

Subclasses of PayloadInputStreamDesc in wt.wrmf.delivery
 class BLOB_IS
          

Supported API: false

Extendable: false
 class ContentIS
          

Supported API: false

Extendable: false
 class FileIS
          

Supported API: false

Extendable: false
 class GZIPFileIS
          The input stream as in getStream() will be zipped; getSize() will return the number of bytes of the zipped input stream.
 class GZIPStreamedIS
          The input stream as in getStream() will be zipped; getSize() will return the number of bytes of the zipped input stream.
 class ObjectIS
          

Supported API: false

Extendable: false
 class StreamedIS
          

Supported API: false

Extendable: false
 

Fields in wt.wrmf.delivery declared as PayloadInputStreamDesc
private  PayloadInputStreamDesc PayloadShippingItem.payload
           
private  PayloadInputStreamDesc ObjectIS.desc
           
 

Methods in wt.wrmf.delivery that return PayloadInputStreamDesc
 PayloadInputStreamDesc PayloadShippingItem.getPayload()
          Gets the value of the attribute: PAYLOAD.
 PayloadInputStreamDesc PayloadCarrier.getPayload()
          Gets the value of the attribute: PAYLOAD.
 

Methods in wt.wrmf.delivery with parameters of type PayloadInputStreamDesc
 void PayloadShippingItem.setPayload(PayloadInputStreamDesc a_Payload)
          Sets the value of the attribute: PAYLOAD.
protected  boolean PayloadInputStreamDesc.readVersion(PayloadInputStreamDesc thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void PayloadCarrier.setPayload(PayloadInputStreamDesc a_Payload)
          Sets the value of the attribute: PAYLOAD.
 

Constructors in wt.wrmf.delivery with parameters of type PayloadInputStreamDesc
ObjectIS(Serializable obj, PayloadInputStreamDesc desc)
          

Supported API: false