Package org.apache.rahas
Class TokenRequestDispatcher
java.lang.Object
org.apache.rahas.TokenRequestDispatcher
-
Constructor Summary
ConstructorDescriptionTokenRequestDispatcher
(String configFilePath) TokenRequestDispatcher
(org.apache.axiom.om.OMElement config) -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
Constructor Details
-
TokenRequestDispatcher
- Throws:
TrustException
-
TokenRequestDispatcher
- Throws:
TrustException
-
TokenRequestDispatcher
- Throws:
TrustException
-
-
Method Details
-
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
-