Class ProducerMarshalInterceptor

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.hl7v2.intercept.producer.ProducerMarshalInterceptor
All Implemented Interfaces:
Processor, Chainable, Interceptor

public class ProducerMarshalInterceptor extends InterceptorSupport
Producer-side Hl7 marshalling/unmarshalling interceptor.
Author:
Dmytro Rud
  • Constructor Details

    • ProducerMarshalInterceptor

      public ProducerMarshalInterceptor(String charsetName)
  • Method Details

    • process

      public void process(Exchange exchange) throws Exception
      Marshals the request, sends it to the route, and unmarshals the response.
      Throws:
      Exception