org.apache.ws.sandbox.axis.security.conversation
Class ConversationServerHandler

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.apache.ws.sandbox.axis.security.conversation.ConversationServerHandler
All Implemented Interfaces:
org.apache.axis.Handler, java.io.Serializable

public class ConversationServerHandler
extends org.apache.axis.handlers.BasicHandler

Serverside handler that implements WS-Secure Conversation for Axis.

Author:
Dimuthu Leealarthne. (muthulee@yahoo.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
ConversationServerHandler()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext msg)
          Method inherited from the BasicHandler.
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, 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

ConversationServerHandler

public ConversationServerHandler()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext msg)
            throws org.apache.axis.AxisFault
Method inherited from the BasicHandler. If in the request flow calls the doRequestMetod() else calls the doResponse() method.

Throws:
org.apache.axis.AxisFault


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.