org.apache.axis2.security.trust
Class TokenRequestDispatcher

java.lang.Object
  extended byorg.apache.axis2.security.trust.TokenRequestDispatcher

public class TokenRequestDispatcher
extends Object


Constructor Summary
TokenRequestDispatcher(org.apache.ws.commons.om.OMElement config)
           
TokenRequestDispatcher(String configFilePath)
           
TokenRequestDispatcher(TokenRequestDispatcherConfig config)
           
 
Method Summary
 org.apache.ws.commons.soap.SOAPEnvelope handle(MessageContext ctx)
          Processes the incoming request and returns a SOAPEnvelope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenRequestDispatcher

public TokenRequestDispatcher(TokenRequestDispatcherConfig config)
                       throws TrustException

TokenRequestDispatcher

public TokenRequestDispatcher(org.apache.ws.commons.om.OMElement config)
                       throws TrustException

TokenRequestDispatcher

public TokenRequestDispatcher(String configFilePath)
                       throws TrustException
Method Detail

handle

public org.apache.ws.commons.soap.SOAPEnvelope handle(MessageContext ctx)
                                               throws TrustException
Processes the incoming request and returns a SOAPEnvelope

Parameters:
ctx -
Returns:
Throws:
TrustException