|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.jboss.net.axis.server.TransactionResponseHandler
org.jboss.net.axis.server.TransactionRequestHandler
This handler is to create an artifical "client"-side transaction
around the web-service request. Useful for interacting with entity beans.
It should be complemented by a seperate
org.jboss.net.axis.server.TransactionResponseHandler
in the response chain to finish the transaction.
| Field Summary | |
protected static Object |
MARKER
|
| Fields inherited from class org.jboss.net.axis.server.TransactionResponseHandler |
userTransaction |
| Fields inherited from class org.apache.axis.handlers.BasicHandler |
makeLockable, name, options |
| Constructor Summary | |
TransactionRequestHandler()
|
|
| Method Summary | |
void |
invoke(org.apache.axis.MessageContext msgContext)
begins a new transaction if not yet started |
| Methods inherited from class org.jboss.net.axis.server.TransactionResponseHandler |
endTransaction, onFault |
| Methods inherited from class org.apache.axis.handlers.BasicHandler |
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final Object MARKER
| Constructor Detail |
public TransactionRequestHandler()
throws Exception
| Method Detail |
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
invoke in interface org.apache.axis.Handlerinvoke in class TransactionResponseHandlerorg.apache.axis.AxisFaultHandler#invoke(MessageContext)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||