|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.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.jboss.axis.handlers.BasicHandler |
makeLockable, name, options |
Constructor Summary | |
TransactionRequestHandler()
|
Method Summary | |
void |
invoke(org.jboss.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.jboss.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.jboss.axis.MessageContext msgContext) throws org.jboss.axis.AxisFault
invoke
in interface org.jboss.axis.Handler
invoke
in class TransactionResponseHandler
org.jboss.axis.AxisFault
Handler#invoke(MessageContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |