org.eclipse.higgins.sts.server.token.compound
Class CompoundHandler

java.lang.Object
  extended byorg.eclipse.higgins.sts.server.token.handler.TokenHandler
      extended byorg.eclipse.higgins.sts.server.token.compound.CompoundHandler
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.sts.spi.ITokenExtension

public class CompoundHandler
extends org.eclipse.higgins.sts.server.token.handler.TokenHandler

Author:
mikemci

Constructor Summary
CompoundHandler()
           
 
Method Summary
 void configure(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings)
           
 void invoke(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, org.eclipse.higgins.sts.api.IConstants constants, org.eclipse.higgins.sts.api.ISTSRequest request, org.eclipse.higgins.sts.api.ISTSResponse response)
           
 
Methods inherited from class org.eclipse.higgins.sts.server.token.handler.TokenHandler
canHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundHandler

public CompoundHandler()
Method Detail

configure

public void configure(Map mapGlobalSettings,
                      String strComponentName,
                      Map mapComponentSettings)

invoke

public void invoke(Map mapGlobalSettings,
                   String strComponentName,
                   Map mapComponentSettings,
                   Map mapInvocationSettings,
                   org.eclipse.higgins.sts.api.IConstants constants,
                   org.eclipse.higgins.sts.api.ISTSRequest request,
                   org.eclipse.higgins.sts.api.ISTSResponse response)