java.lang.Object
org.apache.axis.handlers.BasicHandler
org.apache.axis.handlers.http.HTTPActionHandler
org.jboss.net.axis.server.WsdlAwareHttpActionHandler
- All Implemented Interfaces:
- org.apache.axis.Handler, java.io.Serializable
- public class WsdlAwareHttpActionHandler
- extends org.apache.axis.handlers.http.HTTPActionHandler
This HttpActionHandler will influence the wsdl-generation of
action aware service providers, such as EJBProvider.
- Since:
- 27.03.2003
- Version:
- $Revision: 1.1.2.1 $
| Methods inherited from class org.apache.axis.handlers.BasicHandler |
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 |
WsdlAwareHttpActionHandler
public WsdlAwareHttpActionHandler()
generateWSDL
public void generateWSDL(org.apache.axis.MessageContext arg0)
throws org.apache.axis.AxisFault
- sets the presence flag in the context such that any provider
that uses this flag will be able to generate soap-action
information.