Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.net.axis.server
Class WsdlAwareHttpActionHandler  view WsdlAwareHttpActionHandler download WsdlAwareHttpActionHandler.java

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.apache.axis.handlers.http.HTTPActionHandler
          extended byorg.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 $

Field Summary
 
Fields inherited from class org.apache.axis.handlers.http.HTTPActionHandler
log
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
WsdlAwareHttpActionHandler()
           
 
Method Summary
 void generateWSDL(org.apache.axis.MessageContext 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.apache.axis.handlers.http.HTTPActionHandler
invoke
 
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
 

Constructor Detail

WsdlAwareHttpActionHandler

public WsdlAwareHttpActionHandler()
Method Detail

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.