be.ehealth.technicalconnector.handler
Class HarFileHandler

java.lang.Object
  extended by be.ehealth.technicalconnector.handler.AbstractSOAPHandler
      extended by be.ehealth.technicalconnector.handler.HarFileHandler
All Implemented Interfaces:
Handler<SOAPMessageContext>, SOAPHandler<SOAPMessageContext>

public class HarFileHandler
extends AbstractSOAPHandler

This class generates a HTTP Archive 1.2 file (as specified http://www.softwareishard.com/blog/har-12-spec/ )


Constructor Summary
HarFileHandler()
           
 
Method Summary
 boolean handleFault(SOAPMessageContext ctx)
           
 boolean handleInbound(SOAPMessageContext context)
          Method that is called in the inbound flow.
 boolean handleOutbound(SOAPMessageContext context)
          Method that is called in the outbound flow.
 
Methods inherited from class be.ehealth.technicalconnector.handler.AbstractSOAPHandler
close, dumpMessage, getHeaders, handleMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarFileHandler

public HarFileHandler()
Method Detail

handleFault

public boolean handleFault(SOAPMessageContext ctx)
Specified by:
handleFault in interface Handler<SOAPMessageContext>
Overrides:
handleFault in class AbstractSOAPHandler

handleInbound

public boolean handleInbound(SOAPMessageContext context)
Description copied from class: AbstractSOAPHandler
Method that is called in the inbound flow.

Overrides:
handleInbound in class AbstractSOAPHandler

handleOutbound

public boolean handleOutbound(SOAPMessageContext context)
Description copied from class: AbstractSOAPHandler
Method that is called in the outbound flow.

Overrides:
handleOutbound in class AbstractSOAPHandler



Connector Packaging TECHNICAL 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.