当前页面:
在线文档首页 >
JBoss 3.2.7 .net API Documentation 英文版文档
FlashNamespaceHandler (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档
org.jboss.net.axis.server
Class FlashNamespaceHandler
java.lang.Object
org.apache.axis.handlers.BasicHandler
org.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.5.2.1 $
- Author:
- Frederick N. Brier
- 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)
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 |
FlashNamespaceHandler
public FlashNamespaceHandler()
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.