Uses of Class
wt.rn.WTRNRequest

Packages that use WTRNRequest
wt.clients.rn   
wt.rn Provides the WTRNRequest, a holder for information related to a specific RosettaNet request. 
 

Uses of WTRNRequest in wt.clients.rn
 

Fields in wt.clients.rn declared as WTRNRequest
private  WTRNRequest UpdateWTRNRequestFrame.wtRNRequest
           
private  WTRNRequest CreateWTRNRequestFrame.wtRNRequest
           
 

Methods in wt.clients.rn with parameters of type WTRNRequest
 void UpdateWTRNRequestFrame.setWTRNRequest(WTRNRequest wtrnr)
           
 void CreateWTRNRequestFrame.setWTRNRequest(WTRNRequest wtrnr)
           
 

Uses of WTRNRequest in wt.rn
 

Methods in wt.rn that return WTRNRequest
static WTRNRequest WTRNRequest.newWTRNRequest()
          Default factory for the class.
 

Methods in wt.rn with parameters of type WTRNRequest
protected  boolean WTRNRequest.readVersion(WTRNRequest thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.