Class Hl7v3ServiceFactory


public class Hl7v3ServiceFactory extends JaxWsRequestServiceFactory<Hl7v3AuditDataset>
Factory for HL7 v3 Web Services.
Author:
Dmytro Rud
  • Constructor Details

    • Hl7v3ServiceFactory

      public Hl7v3ServiceFactory(Hl7v3WsTransactionConfiguration wsTransactionConfiguration, String serviceAddress, AuditStrategy<Hl7v3AuditDataset> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, WsRejectionHandlingStrategy rejectionHandlingStrategy)
      Constructs the factory.
      Parameters:
      wsTransactionConfiguration - the info about the service to produce.
      serviceAddress - the address of the service that it should be published with.
      auditStrategy - the auditing strategy to use.
      customInterceptors - user-defined custom CXF interceptors.
      rejectionHandlingStrategy - user-defined rejection handling strategy.
  • Method Details