Class ConsumerAuthenticationFailureInterceptor

java.lang.Object
org.openehealth.ipf.commons.ihe.core.chain.ChainableImpl
org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.consumer.ConsumerAuthenticationFailureInterceptor
All Implemented Interfaces:
org.apache.camel.Processor, org.openehealth.ipf.commons.ihe.core.chain.Chainable, org.openehealth.ipf.platform.camel.ihe.core.Interceptor

public class ConsumerAuthenticationFailureInterceptor extends org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
Interceptor that handles any MllpAuthenticationFailure that occurred while processing an exchange.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConsumerAuthenticationFailureInterceptor(org.openehealth.ipf.commons.audit.AuditContext auditContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.apache.camel.Exchange exchange)
     

    Methods inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport

    characterSet, getEndpoint, getWrappedProcessor, setEndpoint, setWrappedProcessor

    Methods inherited from class org.openehealth.ipf.commons.ihe.core.chain.ChainableImpl

    addAfter, addBefore, getAfter, getBefore, getId, setId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openehealth.ipf.commons.ihe.core.chain.Chainable

    getAfter, getBefore, getId

    Methods inherited from interface org.openehealth.ipf.platform.camel.ihe.core.Interceptor

    getEndpoint
  • Constructor Details

    • ConsumerAuthenticationFailureInterceptor

      public ConsumerAuthenticationFailureInterceptor(org.openehealth.ipf.commons.audit.AuditContext auditContext)
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception