Oracle

weblogic.wtc.jatmi
Interface TPRequestAsyncReply

All Superinterfaces:
Serializable

public interface TPRequestAsyncReply
extends Serializable

This class is a reply object used by a POJO to handle a asynchronous or synchronous reply to TUXEDO service.


Method Summary
 void failure(TPException failureReply)
          For a failed service invocation of the target POJO service method.
 void success(Reply successReply)
          For successful service invocation of the target POJO service method.
 

Method Detail

success

void success(Reply successReply)
For successful service invocation of the target POJO service method.


failure

void failure(TPException failureReply)
For a failed service invocation of the target POJO service method.


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle