Class JaxWsRequestServiceFactory<AuditDatasetType extends WsAuditDataset>
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.ws.JaxWsServiceFactory<AuditDatasetType>
-
- org.openehealth.ipf.commons.ihe.ws.JaxWsRequestServiceFactory<AuditDatasetType>
-
public class JaxWsRequestServiceFactory<AuditDatasetType extends WsAuditDataset> extends JaxWsServiceFactory<AuditDatasetType>
Factory for Web Services serving requests
-
-
Field Summary
-
Fields inherited from class org.openehealth.ipf.commons.ihe.ws.JaxWsServiceFactory
auditContext, auditStrategy, customInterceptors, rejectionHandlingStrategy, serviceAddress, wsTransactionConfiguration
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureInterceptors(org.apache.cxf.frontend.ServerFactoryBean svrFactory)Called to configure any interceptors of the service.-
Methods inherited from class org.openehealth.ipf.commons.ihe.ws.JaxWsServiceFactory
createServerFactory, createServerFactory
-
-
-
-
Constructor Detail
-
JaxWsRequestServiceFactory
public JaxWsRequestServiceFactory(WsTransactionConfiguration<AuditDatasetType> wsTransactionConfiguration, String serviceAddress, AuditStrategy<AuditDatasetType> auditStrategy, org.openehealth.ipf.commons.audit.AuditContext auditContext, org.apache.cxf.interceptor.InterceptorProvider customInterceptors, WsRejectionHandlingStrategy rejectionHandlingStrategy)
-
-
Method Detail
-
configureInterceptors
protected void configureInterceptors(org.apache.cxf.frontend.ServerFactoryBean svrFactory)
Description copied from class:JaxWsServiceFactoryCalled to configure any interceptors of the service.- Overrides:
configureInterceptorsin classJaxWsServiceFactory<AuditDatasetType extends WsAuditDataset>- Parameters:
svrFactory- the server factory.
-
-