Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » axis » server » [javadoc | source]
org.jboss.net.axis.server
public class: FlashNamespaceHandler [javadoc | source]
java.lang.Object
   org.apache.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 axis-config.xml 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

Method from org.jboss.net.axis.server.FlashNamespaceHandler Summary:
invoke,   onFault,   removeNamespaces
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.axis.server.FlashNamespaceHandler Detail:
 public  void invoke(MessageContext msgContext) 
    Implements
 public  void onFault(MessageContext msgContext) 
 protected  void removeNamespaces(MessageContext msgContext) 
    Flag the SOAP envelope not to use namespaces.