org.apache.rahas
Class TokenRequestDispatcher
java.lang.Object
org.apache.rahas.TokenRequestDispatcher
- public class TokenRequestDispatcher
- extends Object
Method Summary |
org.apache.axiom.soap.SOAPEnvelope |
handle(org.apache.axis2.context.MessageContext inMsgCtx,
org.apache.axis2.context.MessageContext outMsgCtx)
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 |
TokenRequestDispatcher
public TokenRequestDispatcher(TokenRequestDispatcherConfig config)
throws TrustException
TokenRequestDispatcher
public TokenRequestDispatcher(org.apache.axiom.om.OMElement config)
throws TrustException
TokenRequestDispatcher
public TokenRequestDispatcher(String configFilePath)
throws TrustException
handle
public org.apache.axiom.soap.SOAPEnvelope handle(org.apache.axis2.context.MessageContext inMsgCtx,
org.apache.axis2.context.MessageContext outMsgCtx)
throws TrustException
- Processes the incoming request and returns a SOAPEnvelope
- Parameters:
inMsgCtx
-
- Returns:
- The response SOAPEnvelope
- Throws:
TrustException