Package org.apache.cxf.ws.rm
Class WrappedEndpoint
java.lang.Object
org.apache.cxf.ws.rm.WrappedEndpoint
- All Implemented Interfaces:
Map<String,,Object> Endpoint,InterceptorProvider
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a hook that will be called when this end point being terminated.voidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()List<Interceptor<? extends Message>>Returns the list of interceptors attached to the incoming fault interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the incoming interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the outgoing interceptor chain of the object.booleanisEmpty()keySet()voidvoidsetExecutor(Executor arg0) voidvoidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
getWrappedEndpoint
-
getEndpointInfo
- Specified by:
getEndpointInfoin interfaceEndpoint
-
getService
- Specified by:
getServicein interfaceEndpoint
-
getBinding
- Specified by:
getBindingin interfaceEndpoint
-
getExecutor
- Specified by:
getExecutorin interfaceEndpoint
-
getInFaultObserver
- Specified by:
getInFaultObserverin interfaceEndpoint
-
getOutFaultObserver
- Specified by:
getOutFaultObserverin interfaceEndpoint
-
setExecutor
- Specified by:
setExecutorin interfaceEndpoint
-
setInFaultObserver
- Specified by:
setInFaultObserverin interfaceEndpoint
-
setOutFaultObserver
- Specified by:
setOutFaultObserverin interfaceEndpoint
-
getInFaultInterceptors
Description copied from interface:InterceptorProviderReturns the list of interceptors attached to the incoming fault interceptor chain of the object.- Specified by:
getInFaultInterceptorsin interfaceInterceptorProvider- Returns:
Listincoming fault interceptor chain
-
getInInterceptors
Description copied from interface:InterceptorProviderReturns the list of interceptors attached to the incoming interceptor chain of the object.- Specified by:
getInInterceptorsin interfaceInterceptorProvider- Returns:
Listincoming interceptor chain
-
getOutFaultInterceptors
Description copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing fault interceptor chain of the object.- Specified by:
getOutFaultInterceptorsin interfaceInterceptorProvider- Returns:
Listoutgoing fault interceptor chain
-
getOutInterceptors
Description copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing interceptor chain of the object.- Specified by:
getOutInterceptorsin interfaceInterceptorProvider- Returns:
Listoutgoing interceptor chain
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
getActiveFeatures
- Specified by:
getActiveFeaturesin interfaceEndpoint- Returns:
- the list of fearures already activated for this endpoint.
-
addCleanupHook
Description copied from interface:EndpointAdd 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.- Specified by:
addCleanupHookin interfaceEndpoint
-
getCleanupHooks
- Specified by:
getCleanupHooksin interfaceEndpoint
-