public class TokenRequestDispatcher extends Object
Constructor and Description |
---|
TokenRequestDispatcher(org.apache.axiom.om.OMElement config) |
TokenRequestDispatcher(String configFilePath) |
TokenRequestDispatcher(TokenRequestDispatcherConfig config) |
Modifier and Type | Method and Description |
---|---|
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
|
public TokenRequestDispatcher(TokenRequestDispatcherConfig config) throws TrustException
TrustException
public TokenRequestDispatcher(org.apache.axiom.om.OMElement config) throws TrustException
TrustException
public TokenRequestDispatcher(String configFilePath) throws TrustException
TrustException
public org.apache.axiom.soap.SOAPEnvelope handle(org.apache.axis2.context.MessageContext inMsgCtx, org.apache.axis2.context.MessageContext outMsgCtx) throws TrustException
inMsgCtx
- TrustException
Copyright © Apache Software Foundation. All Rights Reserved.