|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodInvocationDesc | |
wt.wrmf.delivery | |
wt.wrmf.transport | |
wt.wrmf.transport.embtransport | |
wt.wrmf.transport.httptransport | |
wt.wrmf.transport.loopback |
Uses of MethodInvocationDesc in wt.wrmf.delivery |
Fields in wt.wrmf.delivery declared as MethodInvocationDesc | |
private MethodInvocationDesc |
BiActionPullItem.remoteMID
|
private MethodInvocationDesc |
ActionShippingItem.desc
|
private MethodInvocationDesc |
ActionShippingItem.pipeDesc
|
Methods in wt.wrmf.delivery that return MethodInvocationDesc | |
MethodInvocationDesc |
PipeActionCarrier.getPipeDesc()
Gets the object for the association that plays role: PIPE_DESC. |
static MethodInvocationDesc |
MethodInvocationDesc.newMethodInvocationDesc()
Default factory for the class. |
MethodInvocationDesc |
BiActionPullItem.getRemoteMID()
Gets the object for the association that plays role: REMOTE_MID. |
MethodInvocationDesc |
ActionShippingItem.getDesc()
Gets the object for the association that plays role: DESC. |
MethodInvocationDesc |
ActionShippingItem.getPipeDesc()
Gets the object for the association that plays role: PIPE_DESC. |
MethodInvocationDesc |
ActionCarrier.getDesc()
Gets the object for the association that plays role: DESC. |
Methods in wt.wrmf.delivery with parameters of type MethodInvocationDesc | |
InputStream |
StandardShippingService.iasPullContentImmediate(String iasUrl,
String transportType,
MethodInvocationDesc localAction,
String queryStr,
String pullMethod)
For I2W/W2I project only. |
TrackingID |
StandardShippingService.iasPullContent(String iasUrl,
String transportType,
MethodInvocationDesc localAction,
String queryStr,
String pullMethod,
String outboxName,
String inboxName)
For I2W/W2I project only. |
Serializable |
StandardReceiverService.executeMethod(MethodInvocationDesc mid)
Executes the method described in the MethodInvocationDescription. |
Serializable |
StandardReceiverService.executeMethodWithPayload(MethodInvocationDesc mid,
InputStream is)
Supported API: false |
(package private) Serializable |
StandardReceiverService.executeMethodWithPayload(MethodInvocationDesc mid,
boolean withPayload,
InputStream is)
|
InputStream |
ShippingService.iasPullContentImmediate(String iasUrl,
String transportType,
MethodInvocationDesc localAction,
String queryStr,
String pullMethod)
For I2W/W2I project only. |
TrackingID |
ShippingService.iasPullContent(String iasUrl,
String transportType,
MethodInvocationDesc localAction,
String queryStr,
String pullMethod,
String outboxName,
String inboxName)
For I2W/W2I project only. |
Serializable |
ReceiverService.executeMethod(MethodInvocationDesc mid)
Executes the method described in the MethodInvocationDescription. |
Serializable |
ReceiverService.executeMethodWithPayload(MethodInvocationDesc mid,
InputStream is)
Supported API: false |
void |
PipeActionCarrier.setPipeDesc(MethodInvocationDesc a_PipeDesc)
Sets the object for the association that plays role: PIPE_DESC. |
protected boolean |
MethodInvocationDesc.readVersion(MethodInvocationDesc thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
BiActionPullItem.setRemoteMID(MethodInvocationDesc a_RemoteMID)
Sets the object for the association that plays role: REMOTE_MID. |
private void |
BiActionPullItem.remoteMIDValidate(MethodInvocationDesc a_RemoteMID)
|
void |
ActionShippingItem.setDesc(MethodInvocationDesc a_Desc)
Sets the object for the association that plays role: DESC. |
private void |
ActionShippingItem.descValidate(MethodInvocationDesc a_Desc)
|
void |
ActionShippingItem.setPipeDesc(MethodInvocationDesc a_PipeDesc)
Sets the object for the association that plays role: PIPE_DESC. |
private void |
ActionShippingItem.pipeDescValidate(MethodInvocationDesc a_PipeDesc)
|
void |
ActionCarrier.setDesc(MethodInvocationDesc a_Desc)
Sets the object for the association that plays role: DESC. |
Uses of MethodInvocationDesc in wt.wrmf.transport |
Methods in wt.wrmf.transport with parameters of type MethodInvocationDesc | |
InputStream |
Pipe.push(InputStream is,
SiteAddress to,
MethodInvocationDesc pipeDesc,
long length)
Returns null if the resulting stream is not available for this type of transport pipe. |
InputStream |
Pipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to,
MethodInvocationDesc pipeDesc)
Supported API: false |
Uses of MethodInvocationDesc in wt.wrmf.transport.embtransport |
Methods in wt.wrmf.transport.embtransport with parameters of type MethodInvocationDesc | |
InputStream |
EMBPipe.push(InputStream is,
SiteAddress to,
MethodInvocationDesc pipeDesc,
long length)
Returns null if the resulting stream is not available for this type of transport pipe. |
InputStream |
EMBPipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to,
MethodInvocationDesc pipeDesc)
Supported API: false |
Uses of MethodInvocationDesc in wt.wrmf.transport.httptransport |
Methods in wt.wrmf.transport.httptransport with parameters of type MethodInvocationDesc | |
protected static String |
HTTPPipeAdapter.modifyUrlIfNecessary(String url,
MethodInvocationDesc pipeDesc,
boolean gzip,
boolean reconn)
Modify the "url" if necessary. |
InputStream |
HTTPPipe.push(InputStream is,
SiteAddress to,
MethodInvocationDesc pipeDesc,
long length)
|
InputStream |
HTTPPipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to,
MethodInvocationDesc pipeDesc)
|
InputStream |
GZIPHTTPPipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to,
MethodInvocationDesc pipeDesc)
|
InputStream |
GZIPHTTPPipe.push(InputStream is,
SiteAddress to,
MethodInvocationDesc pipeDesc,
long length)
|
Uses of MethodInvocationDesc in wt.wrmf.transport.loopback |
Methods in wt.wrmf.transport.loopback with parameters of type MethodInvocationDesc | |
InputStream |
LoopbackPipe.pull(MethodInvocationDesc rmtDesc,
String fullUrl,
SiteAddress to)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |