Uses of Interface
org.openehealth.ipf.commons.ihe.ws.cxf.WsRejectionHandlingStrategy
Packages that use WsRejectionHandlingStrategy
Package
Description
-
Uses of WsRejectionHandlingStrategy in org.openehealth.ipf.commons.ihe.hl7v3
Constructors in org.openehealth.ipf.commons.ihe.hl7v3 with parameters of type WsRejectionHandlingStrategyModifierConstructorDescriptionHl7v3ServiceFactory(Hl7v3WsTransactionConfiguration wsTransactionConfiguration, String serviceAddress, AuditStrategy<Hl7v3AuditDataset> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, WsRejectionHandlingStrategy rejectionHandlingStrategy) Constructs the factory. -
Uses of WsRejectionHandlingStrategy in org.openehealth.ipf.commons.ihe.ws
Fields in org.openehealth.ipf.commons.ihe.ws declared as WsRejectionHandlingStrategyModifier and TypeFieldDescriptionprotected final WsRejectionHandlingStrategyJaxWsServiceFactory.rejectionHandlingStrategyUser-defined strategy for handling rejected messages.Constructors in org.openehealth.ipf.commons.ihe.ws with parameters of type WsRejectionHandlingStrategyModifierConstructorDescriptionJaxWsRequestServiceFactory(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceAddress, AuditStrategy<AuditDatasetType> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, WsRejectionHandlingStrategy rejectionHandlingStrategy) JaxWsServiceFactory(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceAddress, AuditStrategy<AuditDatasetType> auditStrategy, AuditContext auditContext, InterceptorProvider customInterceptors, WsRejectionHandlingStrategy rejectionHandlingStrategy) Constructs the factory. -
Uses of WsRejectionHandlingStrategy in org.openehealth.ipf.commons.ihe.ws.cxf
Classes in org.openehealth.ipf.commons.ihe.ws.cxf that implement WsRejectionHandlingStrategyModifier and TypeClassDescriptionclassRejection handling strategy base for WS transactions.Constructors in org.openehealth.ipf.commons.ihe.ws.cxf with parameters of type WsRejectionHandlingStrategy -
Uses of WsRejectionHandlingStrategy in org.openehealth.ipf.platform.camel.ihe.hl7v2ws
Classes in org.openehealth.ipf.platform.camel.ihe.hl7v2ws that implement WsRejectionHandlingStrategyModifier and TypeClassDescriptionclassRejection handling strategy base for HL7v2-based WS transactions. -
Uses of WsRejectionHandlingStrategy in org.openehealth.ipf.platform.camel.ihe.ws
Methods in org.openehealth.ipf.platform.camel.ihe.ws that return WsRejectionHandlingStrategyMethods in org.openehealth.ipf.platform.camel.ihe.ws with parameters of type WsRejectionHandlingStrategyModifier and TypeMethodDescriptionvoidAbstractWsEndpoint.setRejectionHandlingStrategy(WsRejectionHandlingStrategy rejectionHandlingStrategy)