|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The TokenIssuer
Method Summary | |
String |
getResponseAction(org.apache.axiom.om.OMElement request,
MessageContext inMsgCtx)
Returns the wsa:Action of the response |
org.apache.axiom.soap.SOAPEnvelope |
issue(org.apache.axiom.om.OMElement request,
MessageContext inMsgCtx)
Create the response soap:Envelope for the given issue
request. |
void |
setConfigurationElement(org.apache.axiom.om.OMElement configElement)
Set the configuration element of this TokenIssuer. |
void |
setConfigurationFile(String configFile)
Set the configuration file of this TokenIssuer. |
void |
setConfigurationParamName(String configParamName)
Set the name of the configuration parameter. |
Method Detail |
public org.apache.axiom.soap.SOAPEnvelope issue(org.apache.axiom.om.OMElement request, MessageContext inMsgCtx) throws TrustException
soap:Envelope
for the given issue
request.
request
- The contents of the soap:Body
as an
OMElement
inMsgCtx
- The incoming messagge context
soap:Envelope
for the given issue
request.
TrustException
public String getResponseAction(org.apache.axiom.om.OMElement request, MessageContext inMsgCtx) throws TrustException
wsa:Action
of the response
request
- The contents of the soap:Body
as an
OMElement
inMsgCtx
- The incoming messagge context
wsa:Action
of the response
TrustException
public void setConfigurationFile(String configFile)
configFile
- public void setConfigurationElement(org.apache.axiom.om.OMElement configElement)
configElement
- OMElement
representing the configuationpublic void setConfigurationParamName(String configParamName)
org.apache.axis2.description.Parameter
object available in
the via the messageContext when the TokenIssuer
is called.
configParamName
- Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |