org.apache.ws.sandbox.axis.security.trust
Class STSServerHandler

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

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

Author:
Malinda Kaushalye

STSServerHandler is a handler which resides in the response path of the Security Token Service end. STSServerHandler currently performs following tasks

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
STSServerHandler()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext msgCntxt)
          Invoke method of handler
 
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

STSServerHandler

public STSServerHandler()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext msgCntxt)
            throws org.apache.axis.AxisFault
Invoke method of handler

Throws:
org.apache.axis.AxisFault


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