Uses of Interface
org.frankframework.receivers.ServiceClient
Package
Description
-
Uses of ServiceClient in org.frankframework.http
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
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.Modifier and TypeMethodDescriptionvoid
RestServiceDispatcher.registerServiceClient
(ServiceClient listener, String uriPattern, String method, String etagSessionKey, String contentTypeSessionKey, boolean validateEtag) -
Uses of ServiceClient in org.frankframework.http.rest
Modifier and TypeClassDescriptionclass
Listener that allows aReceiver
to receive messages as a REST webservice. -
Uses of ServiceClient in org.frankframework.receivers
Modifier 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.Modifier and TypeMethodDescriptionvoid
ServiceDispatcher.registerServiceClient
(String name, ServiceClient listener) -
Uses of ServiceClient in org.frankframework.senders
Modifier and TypeMethodDescriptionvoid
IsolatedServiceCaller.callServiceAsynchronous
(ServiceClient service, Message message, PipeLineSession session, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener) IsolatedServiceCaller.callServiceIsolated
(ServiceClient service, Message message, PipeLineSession session, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener) ModifierConstructorDescriptionIsolatedServiceExecutor
(ServiceClient service, Message message, PipeLineSession session, CountDownLatch guard, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener, boolean ownSession)