Uses of Interface
org.frankframework.receivers.ServiceClient
Packages that use ServiceClient
Package
Description
-
Uses of ServiceClient in org.frankframework.extensions.cmis
Classes in org.frankframework.extensions.cmis that implement ServiceClient -
Uses of ServiceClient in org.frankframework.http
Classes in org.frankframework.http that implement ServiceClientModifier and TypeClassDescriptionclassBaseclass of aIPushingListenerthat enables aReceiverto receive messages from Servlets.classDeprecated, for removal: This API element is subject to removal in a future version.classListener that allows aReceiverto receive messages as a SOAP webservice. -
Uses of ServiceClient in org.frankframework.http.rest
Classes in org.frankframework.http.rest that implement ServiceClientModifier and TypeClassDescriptionclassListener that allows aReceiverto receive messages as a REST webservice. -
Uses of ServiceClient in org.frankframework.receivers
Classes in org.frankframework.receivers that implement ServiceClientModifier and TypeClassDescriptionclassListener to receive messages sent by theFrankSender, for situations where calling anAdapterdirectly is not desired.classJavaListener<M>Use this listener to receive messages from other adapters or a scheduler within the same Frank-application or from other components residing in the same JVM.Methods in org.frankframework.receivers that return ServiceClientMethods in org.frankframework.receivers with parameters of type ServiceClientModifier and TypeMethodDescriptionvoidServiceDispatcher.registerServiceClient(String name, ServiceClient listener) -
Uses of ServiceClient in org.frankframework.senders
Methods in org.frankframework.senders that return ServiceClientModifier and TypeMethodDescriptionprotected ServiceClientFrankSender.getFrankListener(String target) Methods in org.frankframework.senders with parameters of type ServiceClientModifier and TypeMethodDescriptionvoidIsolatedServiceCaller.callServiceAsynchronous(ServiceClient service, Message message, PipeLineSession session, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener) IsolatedServiceCaller.callServiceIsolated(ServiceClient service, Message message, PipeLineSession session, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener) Constructors in org.frankframework.senders with parameters of type ServiceClientModifierConstructorDescriptionIsolatedServiceExecutor(ServiceClient service, Message message, PipeLineSession session, CountDownLatch guard, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener, boolean ownSession)