|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.handlers.BasicHandler
org.jboss.net.axis.server.FlashNamespaceHandler
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.
Field Summary |
Fields inherited from class org.jboss.axis.handlers.BasicHandler |
makeLockable, name, options |
Constructor Summary | |
FlashNamespaceHandler()
|
Method Summary | |
void |
invoke(org.jboss.axis.MessageContext msgContext)
Implements |
void |
onFault(org.jboss.axis.MessageContext msgContext)
|
protected void |
removeNamespaces(org.jboss.axis.MessageContext msgContext)
Flag the SOAP envelope not to use namespaces. |
Methods inherited from class org.jboss.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 |
public FlashNamespaceHandler()
Method Detail |
public void invoke(org.jboss.axis.MessageContext msgContext)
Handler#invoke( MessageContext )
public void onFault(org.jboss.axis.MessageContext msgContext)
protected void removeNamespaces(org.jboss.axis.MessageContext msgContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |