Uses of Interface
org.frankframework.receivers.ServiceClient
Packages that use ServiceClient
Package
Description
-
Uses of ServiceClient in org.frankframework.http
Classes in org.frankframework.http that implement ServiceClientModifier and TypeClassDescriptionclass
Baseclass of aIPushingListener
that enables aReceiver
to receive messages from Servlets.class
Listener that allows aReceiver
to receive messages as a REST webservice.class
Listener that allows aReceiver
to receive messages as a SOAP webservice.Methods in org.frankframework.http with parameters of type ServiceClientModifier and TypeMethodDescriptionvoid
RestServiceDispatcher.registerServiceClient
(ServiceClient listener, String uriPattern, String method, String etagSessionKey, String contentTypeSessionKey, boolean validateEtag) -
Uses of ServiceClient in org.frankframework.http.rest
Classes in org.frankframework.http.rest that implement ServiceClientModifier and TypeClassDescriptionclass
Listener that allows aReceiver
to receive messages as a REST webservice. -
Uses of ServiceClient in org.frankframework.receivers
Classes in org.frankframework.receivers that implement ServiceClientModifier and TypeClassDescriptionclass
Listener to receive messages sent by theFrankSender
, for situations where calling anAdapter
directly is not desired.class
JavaListener<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 TypeMethodDescriptionvoid
ServiceDispatcher.registerServiceClient
(String name, ServiceClient listener) -
Uses of ServiceClient in org.frankframework.senders
Methods in org.frankframework.senders that return ServiceClientModifier and TypeMethodDescriptionprotected ServiceClient
FrankSender.getFrankListener
(String target) Methods in org.frankframework.senders with parameters of type ServiceClientModifier and TypeMethodDescriptionvoid
IsolatedServiceCaller.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)