当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 .net API Documentation 英文版文档
SerialisationResponseHandler (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档
org.jboss.net.axis.server
Class SerialisationResponseHandler
java.lang.Object
org.apache.axis.handlers.BasicHandler
org.jboss.net.axis.server.SerialisationResponseHandler
- All Implemented Interfaces:
- org.apache.axis.Handler, Serializable
- public class SerialisationResponseHandler
- extends org.apache.axis.handlers.BasicHandler
This handler is to force serialisation inside transaction and
security boundaries.
Change notes
- Version:
- $Revision: 1.4 $
- 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)
force deserialisation by accessing the msgcontext. |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerialisationResponseHandler
public SerialisationResponseHandler()
invoke
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
- force deserialisation by accessing the msgcontext.
- Throws:
org.apache.axis.AxisFault
- See Also:
Handler#invoke(MessageContext)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.