Uses of Interface
org.openehealth.ipf.commons.ihe.ws.WsInteractionId
Packages that use WsInteractionId
Package
Description
-
Uses of WsInteractionId in org.openehealth.ipf.commons.ihe.ech
Classes in org.openehealth.ipf.commons.ihe.ech that implement WsInteractionId -
Uses of WsInteractionId in org.openehealth.ipf.commons.ihe.hl7v2ws
Subinterfaces of WsInteractionId in org.openehealth.ipf.commons.ihe.hl7v2wsClasses in org.openehealth.ipf.commons.ihe.hl7v2ws that implement WsInteractionId -
Uses of WsInteractionId in org.openehealth.ipf.commons.ihe.hl7v3
Subinterfaces of WsInteractionId in org.openehealth.ipf.commons.ihe.hl7v3Modifier and TypeInterfaceDescriptioninterface
Hl7v3InteractionId<ConfigType extends Hl7v3WsTransactionConfiguration>
Classes in org.openehealth.ipf.commons.ihe.hl7v3 that implement WsInteractionIdModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
-
Uses of WsInteractionId in org.openehealth.ipf.commons.ihe.hpd
Classes in org.openehealth.ipf.commons.ihe.hpd that implement WsInteractionIdModifier and TypeClassDescriptionstatic enum
static enum
-
Uses of WsInteractionId in org.openehealth.ipf.commons.ihe.svs
Classes in org.openehealth.ipf.commons.ihe.svs that implement WsInteractionId -
Uses of WsInteractionId in org.openehealth.ipf.commons.ihe.xacml20
Classes in org.openehealth.ipf.commons.ihe.xacml20 that implement WsInteractionIdModifier and TypeClassDescriptionstatic enum
static enum
static enum
-
Uses of WsInteractionId in org.openehealth.ipf.commons.ihe.xds
Subinterfaces of WsInteractionId in org.openehealth.ipf.commons.ihe.xdsModifier and TypeInterfaceDescriptioninterface
XdsInteractionId<ConfigType extends WsTransactionConfiguration<? extends XdsAuditDataset>>
Classes in org.openehealth.ipf.commons.ihe.xds that implement WsInteractionIdModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
-
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.hl7v2ws
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.hl7v2ws with type arguments of type WsInteractionIdModifierConstructorDescriptionSimpleHl7v2WsEndpoint
(String endpointUri, String address, AbstractWsComponent<WsAuditDataset, WsTransactionConfiguration<WsAuditDataset>, ? extends WsInteractionId<WsTransactionConfiguration<WsAuditDataset>>> component, Map<String, Object> parameters, Class<? extends AbstractWebService> serviceClass) -
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.hl7v3
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.hl7v3 with type arguments of type WsInteractionIdModifierConstructorDescriptionHl7v3AsyncResponseEndpoint
(String endpointUri, String address, AbstractWsComponent<Hl7v3AuditDataset, ConfigType, ? extends WsInteractionId<ConfigType>> component, Map<String, Object> parameters, Class<? extends AbstractWebService> serviceClass) protected
Hl7v3ContinuationAwareEndpoint
(String endpointUri, String address, AbstractWsComponent<Hl7v3AuditDataset, Hl7v3ContinuationAwareWsTransactionConfiguration, ? extends WsInteractionId<Hl7v3ContinuationAwareWsTransactionConfiguration>> component, Map<String, Object> parameters) protected
Hl7v3Endpoint
(String endpointUri, String address, AbstractWsComponent<Hl7v3AuditDataset, ConfigType, ? extends WsInteractionId<ConfigType>> component, Map<String, Object> parameters, Class<? extends AbstractWebService> serviceClass) -
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.hpd
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.hpd with type arguments of type WsInteractionIdModifierConstructorDescriptionprotected
HpdEndpoint
(String endpointUri, String address, AbstractWsComponent<AuditDatasetType, WsTransactionConfiguration<AuditDatasetType>, ? extends WsInteractionId<WsTransactionConfiguration<AuditDatasetType>>> component, Map<String, Object> parameters, Class<? extends AbstractWebService> serviceClass) HpdQueryEndpoint
(String endpointUri, String address, AbstractWsComponent<AuditDatasetType, WsTransactionConfiguration<AuditDatasetType>, ? extends WsInteractionId<WsTransactionConfiguration<AuditDatasetType>>> component, Map<String, Object> parameters, Class<? extends HpdQueryService> serviceClass) -
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.ws
Classes in org.openehealth.ipf.platform.camel.ihe.ws with type parameters of type WsInteractionIdModifier and TypeClassDescriptionclass
AbstractWsComponent<AuditDatasetType extends WsAuditDataset,
ConfigType extends WsTransactionConfiguration<AuditDatasetType>, InteractionIdType extends WsInteractionId<ConfigType>> Base component class for Web Service-based IHE components.Methods in org.openehealth.ipf.platform.camel.ihe.ws that return types with arguments of type WsInteractionIdConstructor parameters in org.openehealth.ipf.platform.camel.ihe.ws with type arguments of type WsInteractionIdModifierConstructorDescriptionprotected
AbstractWsEndpoint
(String endpointUri, String address, AbstractWsComponent<AuditDatasetType, ConfigType, ? extends WsInteractionId<ConfigType>> component, Map<String, Object> parameters, Class<? extends AbstractWebService> serviceClass) protected
AbstractWsEndpoint
(String endpointUri, String address, AbstractWsComponent<AuditDatasetType, ConfigType, ? extends WsInteractionId<ConfigType>> component, AuditContext auditContext, InterceptorProvider customInterceptors, List<AbstractFeature> features, List<String> schemaLocations, Map<String, Object> properties, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy, Class<? extends AbstractWebService> serviceClass) Constructs the endpoint. -
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.xacml20
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.xacml20 with type arguments of type WsInteractionIdModifierConstructorDescriptionXacml20Endpoint
(String endpointUri, String address, AbstractWsComponent<T, WsTransactionConfiguration<T>, ? extends WsInteractionId<WsTransactionConfiguration<T>>> component, Map<String, Object> parameters, Class<? extends AbstractWebService> serviceClass) -
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.xacml20.chadr
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.xacml20.chadr with type arguments of type WsInteractionIdModifierConstructorDescriptionChAdrEndpoint
(String endpointUri, String address, AbstractWsComponent<ChAdrAuditDataset, WsTransactionConfiguration<ChAdrAuditDataset>, ? extends WsInteractionId<WsTransactionConfiguration<ChAdrAuditDataset>>> component, Map<String, Object> parameters) -
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.xacml20.chppq2
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.xacml20.chppq2 with type arguments of type WsInteractionIdModifierConstructorDescriptionChPpq2Endpoint
(String endpointUri, String address, AbstractWsComponent<ChPpqAuditDataset, WsTransactionConfiguration<ChPpqAuditDataset>, ? extends WsInteractionId<WsTransactionConfiguration<ChPpqAuditDataset>>> component, Map<String, Object> parameters) -
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.xacml20.iti79
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.xacml20.iti79 with type arguments of type WsInteractionIdModifierConstructorDescriptionIti79Endpoint
(String endpointUri, String address, AbstractWsComponent<Iti79AuditDataset, WsTransactionConfiguration<Iti79AuditDataset>, ? extends WsInteractionId<WsTransactionConfiguration<Iti79AuditDataset>>> component, Map<String, Object> parameters) -
Uses of WsInteractionId in org.openehealth.ipf.platform.camel.ihe.xds
Constructor parameters in org.openehealth.ipf.platform.camel.ihe.xds with type arguments of type WsInteractionIdModifierConstructorDescriptionXdsAsyncResponseEndpoint
(String endpointUri, String address, AbstractWsComponent<AuditDatasetType, WsTransactionConfiguration<AuditDatasetType>, ? extends WsInteractionId<WsTransactionConfiguration<AuditDatasetType>>> component, Map<String, Object> parameters, Class<? extends AbstractWebService> serviceClass) protected
XdsEndpoint
(String endpointUri, String address, AbstractWsComponent<AuditDatasetType, WsTransactionConfiguration<AuditDatasetType>, ? extends WsInteractionId<WsTransactionConfiguration<AuditDatasetType>>> component, Map<String, Object> parameters, Class<? extends AbstractWebService> serviceClass)