org.jboss.net.axis.server
Class WsdlAwareHttpActionHandler

java.lang.Object
  extended byorg.jboss.axis.handlers.BasicHandler (src) 
      extended byorg.jboss.axis.handlers.http.HTTPActionHandler (src) 
          extended byorg.jboss.net.axis.server.WsdlAwareHttpActionHandler
All Implemented Interfaces:
Handler (src)

public class WsdlAwareHttpActionHandler
extends HTTPActionHandler (src)

This HttpActionHandler will influence the wsdl-generation of action aware service providers, such as EJBProvider (src) .

Since:
27.03.2003

Field Summary
 
Fields inherited from class org.jboss.axis.handlers.BasicHandler (src)
makeLockable, name, options
 
Constructor Summary
WsdlAwareHttpActionHandler()
           
 
Method Summary
 void generateWSDL(MessageContext (src)  arg0)
          sets the presence flag in the context such that any provider that uses this flag will be able to generate soap-action information.
 
Methods inherited from class org.jboss.axis.handlers.http.HTTPActionHandler (src)
invoke
 
Methods inherited from class org.jboss.axis.handlers.BasicHandler (src)
canHandleBlock, cleanup, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, 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

WsdlAwareHttpActionHandler

public WsdlAwareHttpActionHandler()
Method Detail

generateWSDL

public void generateWSDL(MessageContext (src)  arg0)
                  throws AxisFault (src) 
sets the presence flag in the context such that any provider that uses this flag will be able to generate soap-action information.

Specified by:
generateWSDL in interface Handler (src)
Overrides:
generateWSDL in class BasicHandler (src)
Throws:
AxisFault (src)
See Also:
Handler.generateWSDL(org.jboss.axis.MessageContext)