org.jboss.jaxr.juddi.axis
Class JBossJuddiAxisHandler

java.lang.Object
  extended by org.jboss.axis.handlers.BasicHandler
      extended by org.jboss.jaxr.juddi.axis.JBossJuddiAxisHandler
All Implemented Interfaces:
org.jboss.axis.Handler

public class JBossJuddiAxisHandler
extends org.jboss.axis.handlers.BasicHandler

Axis Handler for jUDDI in JBoss

Since:
Nov 20, 2004
Author:
Anil Saldhana

Field Summary
 
Fields inherited from class org.jboss.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
JBossJuddiAxisHandler()
           
 
Method Summary
 void cleanup()
          Cleanup is called when the chain containing this Handler object is done processing the chain.
 void init()
          Init is called when the chain containing this Handler object is instantiated.
 void invoke(org.jboss.axis.MessageContext context)
          Invoke is called to do the actual work of the Handler object.
 
Methods inherited from class org.jboss.axis.handlers.BasicHandler
canHandleBlock, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, 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

JBossJuddiAxisHandler

public JBossJuddiAxisHandler()
Method Detail

init

public void init()
Init is called when the chain containing this Handler object is instantiated.

Specified by:
init in interface org.jboss.axis.Handler
Overrides:
init in class org.jboss.axis.handlers.BasicHandler

cleanup

public void cleanup()
Cleanup is called when the chain containing this Handler object is done processing the chain.

Specified by:
cleanup in interface org.jboss.axis.Handler
Overrides:
cleanup in class org.jboss.axis.handlers.BasicHandler

invoke

public void invoke(org.jboss.axis.MessageContext context)
Invoke is called to do the actual work of the Handler object. If there is a fault during the processing of this method it is invoke's job to catch the exception and undo any partial work that has been completed. Once we leave 'invoke' if a fault is thrown, this classes 'onFault' method will be called. Invoke should rethrow any exceptions it catches, wrapped in an AxisFault.

Specified by:
invoke in interface org.jboss.axis.Handler
Specified by:
invoke in class org.jboss.axis.handlers.BasicHandler


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