|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Execute the received InputStream (retIS) according to the
MethodInvocationDesc (desc) specified by the
ActionPullItem (pullItem).
Supported API: false
Extendable: false
Method Summary | |
void |
createInbox(Class inBoxClass,
String name)
Supported API: false |
Serializable |
executeMethod(MethodInvocationDesc mid)
Executes the method described in the MethodInvocationDescription. |
Serializable |
executeMethodWithPayload(MethodInvocationDesc mid,
InputStream is)
Supported API: false |
Object |
executePulledIS(ActionPullItem pullItem,
InputStream retIS)
Execute the received InputStream (retIS) according to the MethodInvocationDesc (desc) specified by the ActionPullItem (pullItem). |
void |
pickUpMessage(InputStream is)
Receiver Service accept feedback from remote side as a stream. |
InputStream |
pickUpMessageBiDi(InputStream is)
Receiver Service accept the item as a stream and returns another input stream that contains the receipt item or an Alert Item. |
Method Detail |
public void pickUpMessage(InputStream is) throws WTDeliveryException
is
-
WTDeliveryException
public InputStream pickUpMessageBiDi(InputStream is)
is
-
public void createInbox(Class inBoxClass, String name) throws WTDeliveryException
inBoxClass
- name
-
WTDeliveryException
public Serializable executeMethod(MethodInvocationDesc mid) throws WTDeliveryException
mid
-
WTDeliveryException
public Serializable executeMethodWithPayload(MethodInvocationDesc mid, InputStream is) throws WTDeliveryException
mid
- is
-
WTDeliveryException
public Object executePulledIS(ActionPullItem pullItem, InputStream retIS) throws WTDeliveryException
pullItem
- retIS
-
WTDeliveryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |