当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 .net API Documentation 英文版文档
TransactionRequestHandler (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档
org.jboss.net.axis.server
Class TransactionRequestHandler
java.lang.Object
org.apache.axis.handlers.BasicHandler
org.jboss.net.axis.server.TransactionResponseHandler
org.jboss.net.axis.server.TransactionRequestHandler
- All Implemented Interfaces:
- org.apache.axis.Handler, Serializable
- public class TransactionRequestHandler
- extends TransactionResponseHandler
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.
Change notes
- Version:
- $Revision: 1.5 $
- Author:
- Christoph G. Jung
- See Also:
- Serialized Form
Fields inherited from class org.apache.axis.handlers.BasicHandler |
makeLockable, name, options |
Method Summary |
void |
invoke(org.apache.axis.MessageContext msgContext)
begins a new transaction if not yet started |
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 |
MARKER
protected static final Object MARKER
TransactionRequestHandler
public TransactionRequestHandler()
throws Exception
invoke
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
- begins a new transaction if not yet started
- Specified by:
invoke
in interface org.apache.axis.Handler
- Overrides:
invoke
in class TransactionResponseHandler
- Throws:
org.apache.axis.AxisFault
- See Also:
Handler#invoke(MessageContext)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.