org.apache.rampart.conversation
Class ConversationCallbackHandler

java.lang.Object
  extended byorg.apache.rampart.conversation.ConversationCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class ConversationCallbackHandler
extends Object
implements CallbackHandler

This is ths callback handler used to extract he secure conversation session key for a given context identifier


Constructor Summary
ConversationCallbackHandler(ConversationConfiguration config)
          Deprecated.  
 
Method Summary
 void handle(Callback[] callbacks)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationCallbackHandler

public ConversationCallbackHandler(ConversationConfiguration config)
Deprecated. 
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Deprecated. 
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException