站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 .net API Documentation 英文版文档

WsdlAwareHttpActionHandler (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


org.jboss.net.axis.server
Class WsdlAwareHttpActionHandler

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, 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.2 $
Author:
Christoph G. Jung
See Also:
Serialized Form

Field Summary
 
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.

Throws:
org.apache.axis.AxisFault
See Also:
Handler.generateWSDL(org.apache.axis.MessageContext)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.