org.apache.beehive.wsm.axis.handlers
Class HandlerHandler

Object
  extended by BasicHandler
      extended by JAXRPCHandler
          extended by HandlerHandler
All Implemented Interfaces:
Serializable, Handler

public class HandlerHandler
extends JAXRPCHandler

**************************************************************************** Yes, this class name is a bit silly in order to highlight the confusion caused by overloading the term "Handler" used both by jaxrpc and AXIS. Might as well embrace the insanity rather than using an equally uninteresting name like HandlerManager or something.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class JAXRPCHandler
impl, log
 
Fields inherited from class BasicHandler
makeLockable, name, options
 
Constructor Summary
HandlerHandler(BeehiveWsTypeMetadata wsm)
          Constructor with Jsr181TypeMetadata parameter
 
Method Summary
 void init()
          Uses the soap handler configuration information in the metadata to configure the HandlerChain.
 
Methods inherited from class JAXRPCHandler
addNewHandler, cleanup, invoke, onFault
 
Methods inherited from class BasicHandler
canHandleBlock, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerHandler

public HandlerHandler(BeehiveWsTypeMetadata wsm)
Constructor with Jsr181TypeMetadata parameter

Parameters:
wsm -
Method Detail

init

public void init()
Uses the soap handler configuration information in the metadata to configure the HandlerChain.

Specified by:
init in interface Handler
Overrides:
init in class JAXRPCHandler