站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.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

Field Summary
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
SerialisationResponseHandler()
           
 
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
 

Constructor Detail

SerialisationResponseHandler

public SerialisationResponseHandler()
Method Detail

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.