Package au.gov.nehta.vendorlibrary.pcehr.clients.common.handler

Interface Summary
IMTOMHandler A Simple interface to mark MTOM Handler classes
 

Class Summary
ConfigurableMTOMHandler This SOAP handler functions to workaround limitations of SOAPHandlers that breaks MTOM, resulting in binary SOAP message attachments being inlined into a single SOAP MIME part as a Base64 encoded string.If a SOAP handler is specified in the handler chain of a JAX-WS client or service, JAX-WS will call the SOAP handler before a SOAP message is sent and after a SOAP message has been received.
MTOMHandler Deprecated. prefer ConfigurableMTOMHandler over this class with an explicitly set MTOM element.
SecurityHandler This SOAP handler constructs the security header elements in the outgoing SOAP requests and verifies incoming SOAP Response from the PCEHR services to ensure conformance.