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