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

  • All Implemented Interfaces:
    AutoCloseable, org.apache.camel.EndpointAware, org.apache.camel.IsSingleton, org.apache.camel.Processor, org.apache.camel.Producer, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

    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