Uses of Interface
org.openehealth.ipf.commons.ihe.ws.cxf.WsRejectionHandlingStrategy
-
Packages that use WsRejectionHandlingStrategy Package Description org.openehealth.ipf.commons.ihe.ws org.openehealth.ipf.commons.ihe.ws.cxf -
-
Uses of WsRejectionHandlingStrategy in org.openehealth.ipf.commons.ihe.ws
Fields in org.openehealth.ipf.commons.ihe.ws declared as WsRejectionHandlingStrategy Modifier and Type Field Description protected WsRejectionHandlingStrategyJaxWsServiceFactory. rejectionHandlingStrategyUser-defined strategy for handling rejected messages.Constructors in org.openehealth.ipf.commons.ihe.ws with parameters of type WsRejectionHandlingStrategy Constructor Description JaxWsRequestServiceFactory(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceAddress, AuditStrategy<AuditDatasetType> auditStrategy, org.openehealth.ipf.commons.audit.AuditContext auditContext, org.apache.cxf.interceptor.InterceptorProvider customInterceptors, WsRejectionHandlingStrategy rejectionHandlingStrategy)JaxWsServiceFactory(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceAddress, AuditStrategy<AuditDatasetType> auditStrategy, org.openehealth.ipf.commons.audit.AuditContext auditContext, org.apache.cxf.interceptor.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 WsRejectionHandlingStrategy Modifier and Type Class Description classAbstractWsRejectionHandlingStrategyRejection handling strategy base for WS transactions.Constructors in org.openehealth.ipf.commons.ihe.ws.cxf with parameters of type WsRejectionHandlingStrategy Constructor Description RejectionHandlerInterceptor(WsRejectionHandlingStrategy strategy)
-