Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » axis » server » [javadoc | source]
org.jboss.net.axis.server
public class: TransactionResponseHandler [javadoc | source]
java.lang.Object
   org.apache.axis.handlers.BasicHandler
      org.jboss.net.axis.server.TransactionResponseHandler

Direct Known Subclasses:
    TransactionRequestHandler

This handler is to finish a previously opened client-side transaction.

Change notes

Field Summary
protected final  UserTransaction userTransaction     
Constructor:
 public TransactionResponseHandler() throws NamingException 
Method from org.jboss.net.axis.server.TransactionResponseHandler Summary:
endTransaction,   invoke,   onFault
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.axis.server.TransactionResponseHandler Detail:
 protected  void endTransaction(MessageContext msgContext,
    boolean commit) throws AxisFault 
 public  void invoke(MessageContext msgContext) throws AxisFault 
 public  void onFault(MessageContext msgContext)