Class SimpleWsProducer<AuditDatasetType extends WsAuditDataset,ConfigType extends WsTransactionConfiguration<AuditDatasetType>,InType,OutType>

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.DefaultProducer
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWsProducer<AuditDatasetType,ConfigType,InType,OutType>
org.openehealth.ipf.platform.camel.ihe.ws.SimpleWsProducer<AuditDatasetType,ConfigType,InType,OutType>
All Implemented Interfaces:
AutoCloseable, EndpointAware, IsSingleton, Processor, Producer, Service, ShutdownableService, StatefulService, SuspendableService
Direct Known Subclasses:
HpdQueryProducer

public class SimpleWsProducer<AuditDatasetType extends WsAuditDataset,ConfigType extends WsTransactionConfiguration<AuditDatasetType>,InType,OutType> extends AbstractWsProducer<AuditDatasetType,ConfigType,InType,OutType>
Generic producer for Web Services which have only one operation.
Author:
Dmytro Rud