Constructor and Description |
---|
SamlOutboundInterceptor(IArtifactFactory factory)
Construct a new interceptor, specifying the IArtifactFactory instance used
to generate SAML artifacts
|
Modifier and Type | Method and Description |
---|---|
void |
attachToContext(Context context)
Register the request interceptor with the context.
|
void |
intercept(SOAPMessage message,
Context messageContext)
Implementation of
electric.soap.ISOAPInterceptor . |
public SamlOutboundInterceptor(IArtifactFactory factory)
factory
- public void attachToContext(Context context)
context
- electic.glue.ProxyContext
object. Could be null. If null,
the electric.glue.context.ApplicationContext
is used.public void intercept(SOAPMessage message, Context messageContext)
electric.soap.ISOAPInterceptor
. This method intercepts
the outbound SOAP message to add the header element.message
- the electric.soap.SOAPMessage
object.messageContext
- the context related to the SOAP message.