Uses of Class
org.openehealth.ipf.platform.camel.ihe.ws.AbstractWsEndpoint
-
-
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.hl7v2ws
Subclasses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.hl7v2ws Modifier and Type Class Description class
SimpleHl7v2WsEndpoint<ComponentType extends AbstractHl7v2WsComponent>
Camel endpoint for HL7v2-WS transaction with a single operation. -
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.hl7v3
Subclasses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.hl7v3 Modifier and Type Class Description class
Hl7v3AsyncResponseEndpoint<ConfigType extends Hl7v3WsTransactionConfiguration>
Camel endpoint implementation for asynchronous response receivers of HL7v3-based IHE components.class
Hl7v3ContinuationAwareEndpoint
Camel endpoint implementation for HL7v3-based IHE components with interactive response continuation support.class
Hl7v3Endpoint<ConfigType extends Hl7v3WsTransactionConfiguration>
Camel endpoint implementation for HL7v3-based IHE components.Methods in org.openehealth.ipf.platform.camel.ihe.hl7v3 with parameters of type AbstractWsEndpoint Modifier and Type Method Description AbstractWsProducer<Hl7v3AuditDataset,ConfigType,?,?>
Hl7v3AsyncResponseEndpoint. getProducer(AbstractWsEndpoint<Hl7v3AuditDataset,ConfigType> endpoint, JaxWsClientFactory<Hl7v3AuditDataset> clientFactory)
AbstractWsProducer<Hl7v3AuditDataset,Hl7v3ContinuationAwareWsTransactionConfiguration,?,?>
Hl7v3ContinuationAwareEndpoint. getProducer(AbstractWsEndpoint<Hl7v3AuditDataset,Hl7v3ContinuationAwareWsTransactionConfiguration> endpoint, JaxWsClientFactory<Hl7v3AuditDataset> clientFactory)
-
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.hl7v3.iti44
Constructors in org.openehealth.ipf.platform.camel.ihe.hl7v3.iti44 with parameters of type AbstractWsEndpoint Constructor Description Iti44Producer(AbstractWsEndpoint<Hl7v3AuditDataset,Hl7v3WsTransactionConfiguration> endpoint, JaxWsClientFactory<Hl7v3AuditDataset> clientFactory)
Constructs the producer. -
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.hl7v3.iti55.deferredresponse
Constructors in org.openehealth.ipf.platform.camel.ihe.hl7v3.iti55.deferredresponse with parameters of type AbstractWsEndpoint Constructor Description Iti55DeferredResponseProducer(AbstractWsEndpoint<Hl7v3AuditDataset,Hl7v3WsTransactionConfiguration> endpoint, JaxWsClientFactory<Hl7v3AuditDataset> clientFactory)
-
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.hpd
Subclasses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.hpd Modifier and Type Class Description class
HpdEndpoint<AuditDatasetType extends WsAuditDataset>
-
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.ws
Methods in org.openehealth.ipf.platform.camel.ihe.ws that return AbstractWsEndpoint Modifier and Type Method Description AbstractWsEndpoint<AuditDatasetType,ConfigType>
AbstractWsProducer. getEndpoint()
AbstractWsEndpoint<AuditDatasetType,ConfigType>
DefaultWsConsumer. getEndpoint()
Methods in org.openehealth.ipf.platform.camel.ihe.ws with parameters of type AbstractWsEndpoint Modifier and Type Method Description protected AbstractWebService
AbstractWsEndpoint. getCustomServiceInstance(AbstractWsEndpoint<AuditDatasetType,ConfigType> endpoint)
Returns a new instance of a service class.abstract AbstractWsProducer<AuditDatasetType,ConfigType,?,?>
AbstractWsEndpoint. getProducer(AbstractWsEndpoint<AuditDatasetType,ConfigType> endpoint, JaxWsClientFactory<AuditDatasetType> clientFactory)
Constructs and returns a transaction-specific Camel producer instanceConstructors in org.openehealth.ipf.platform.camel.ihe.ws with parameters of type AbstractWsEndpoint Constructor Description AbstractWsProducer(AbstractWsEndpoint<AuditDatasetType,ConfigType> endpoint, JaxWsClientFactory<AuditDatasetType> clientFactory, Class<InType> requestClass, Class<OutType> responseClass)
Constructs the producer.DefaultWsConsumer(AbstractWsEndpoint<AuditDatasetType,ConfigType> endpoint, org.apache.camel.Processor processor, AbstractWebService service, Server server)
Constructs the consumer.SimpleWsProducer(AbstractWsEndpoint<AuditDatasetType,ConfigType> endpoint, JaxWsClientFactory<AuditDatasetType> clientFactory, Class<InType> requestClass, Class<OutType> responseClass)
Constructor. -
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.xacml20
Subclasses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.xacml20 Modifier and Type Class Description class
Xacml20Endpoint
-
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.xacml20.chppq1
Constructors in org.openehealth.ipf.platform.camel.ihe.xacml20.chppq1 with parameters of type AbstractWsEndpoint Constructor Description ChPpq1Producer(AbstractWsEndpoint<ChPpqAuditDataset,WsTransactionConfiguration<ChPpqAuditDataset>> endpoint, JaxWsClientFactory<ChPpqAuditDataset> clientFactory)
-
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.xds
Subclasses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.xds Modifier and Type Class Description class
XdsAsyncResponseEndpoint<AuditDatasetType extends XdsAuditDataset>
Camel Endpoint implementation for XDS-like transactions which have only a single Web Service operation.class
XdsEndpoint<AuditDatasetType extends XdsAuditDataset>
Camel Endpoint implementation for XDS-like transactions which have only a single Web Service operation.Methods in org.openehealth.ipf.platform.camel.ihe.xds with parameters of type AbstractWsEndpoint Modifier and Type Method Description AbstractWsProducer<AuditDatasetType,WsTransactionConfiguration<AuditDatasetType>,?,?>
XdsAsyncResponseEndpoint. getProducer(AbstractWsEndpoint<AuditDatasetType,WsTransactionConfiguration<AuditDatasetType>> endpoint, JaxWsClientFactory<AuditDatasetType> clientFactory)
Constructors in org.openehealth.ipf.platform.camel.ihe.xds with parameters of type AbstractWsEndpoint Constructor Description XdsSubmissionProducer(AbstractWsEndpoint<XdsSubmitAuditDataset,WsTransactionConfiguration<XdsSubmitAuditDataset>> endpoint, JaxWsClientFactory<XdsSubmitAuditDataset> clientFactory, Class<InType> requestClass, Class<OutType> responseClass)
-
Uses of AbstractWsEndpoint in org.openehealth.ipf.platform.camel.ihe.xds.iti41
Constructors in org.openehealth.ipf.platform.camel.ihe.xds.iti41 with parameters of type AbstractWsEndpoint Constructor Description Iti41Producer(AbstractWsEndpoint<XdsSubmitAuditDataset,WsTransactionConfiguration<XdsSubmitAuditDataset>> endpoint, JaxWsClientFactory<XdsSubmitAuditDataset> clientFactory)
-