Uses of Interface
org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ProducerHandler
Packages that use ProducerHandler
Package
Description
-
Uses of ProducerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.handlers
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that implement ProducerHandlerMethods in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that return ProducerHandlerModifier and TypeMethodDescriptionProducerHandler.getWrappedHandler()
ProducerHandlerBase.getWrappedHandler()
Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.handlers with parameters of type ProducerHandlerModifierConstructorDescriptionprotected
ProducerHandlerBase
(ProducerHandler<RequestType, ResponseType> wrappedHandler) -
Uses of ProducerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.pagination that implement ProducerHandlerModifier and TypeClassDescriptionclass
Client-side handler of pagination controls.Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with parameters of type ProducerHandlerModifierConstructorDescriptionProducerPaginationHandler
(ProducerHandler<BatchRequest, BatchResponse> wrappedHandler, int defaultPageSize) -
Uses of ProducerHandler in org.openehealth.ipf.platform.camel.ihe.hpd
Classes in org.openehealth.ipf.platform.camel.ihe.hpd that implement ProducerHandlerMethods in org.openehealth.ipf.platform.camel.ihe.hpd that return ProducerHandler