Package org.apache.cxf.endpoint
Interface Endpoint
- All Superinterfaces:
InterceptorProvider
,Map<String,
Object>
- All Known Implementing Classes:
EndpointImpl
Represents an endpoint that receives messages.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a hook that will be called when this end point being terminated.void
setExecutor
(Executor executor) void
setInFaultObserver
(MessageObserver observer) void
setOutFaultObserver
(MessageObserver observer) Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
getEndpointInfo
EndpointInfo getEndpointInfo() -
getBinding
Binding getBinding() -
getService
Service getService() -
setExecutor
-
getExecutor
Executor getExecutor() -
getInFaultObserver
MessageObserver getInFaultObserver() -
getOutFaultObserver
MessageObserver getOutFaultObserver() -
setInFaultObserver
-
setOutFaultObserver
-
getActiveFeatures
-
addCleanupHook
Add a hook that will be called when this end point being terminated. This will be called prior to the Server/ClientLifecycleListener.*Destroyed() method is called. This provides an opportunity to cleanup any resources that are specific to this Endpoint.- Parameters:
c
-
-
getCleanupHooks
-