站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 .net API Documentation 英文版文档

FlashNamespaceHandler (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档


org.jboss.net.axis.server
Class FlashNamespaceHandler

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.jboss.net.axis.server.FlashNamespaceHandler
All Implemented Interfaces:
org.apache.axis.Handler, Serializable

public class FlashNamespaceHandler
extends org.apache.axis.handlers.BasicHandler

This class implements the Apache Axis Handler interface. As such, it is inserted into the chain of Axis Engine Handlers by specifying it in the server-config.wsdd file of the jboss-net-flash.sar file. This particular handler flags the generated SOAP Envelope to not include namespace declarations. This is because Flash versions 5 and MX do not support namespaces and only support simple strings.

Change notes

Version:
$Revision: 1.11 $
Author:
Frederick N. Brier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
FlashNamespaceHandler()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext msgContext)
          Implements
 void onFault(org.apache.axis.MessageContext msgContext)
           
protected  void removeNamespaces(org.apache.axis.MessageContext msgContext)
          Flag the SOAP envelope not to use namespaces.
 
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
 

Constructor Detail

FlashNamespaceHandler

public FlashNamespaceHandler()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext msgContext)
Implements

See Also:
Handler#invoke( MessageContext )

onFault

public void onFault(org.apache.axis.MessageContext msgContext)

removeNamespaces

protected void removeNamespaces(org.apache.axis.MessageContext msgContext)
Flag the SOAP envelope not to use namespaces.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.