Package org.apache.cxf.ws.rm
Class WrappedService
java.lang.Object
org.apache.cxf.ws.rm.WrappedService
- All Implemented Interfaces:
Map<String,,Object> InterceptorProvider,Service
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()getEndpointInfo(QName endpoint) 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.getName()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()voidvoidsetDataBinding(DataBinding arg0) voidsetExecutor(Executor arg0) voidsetInvoker(Invoker arg0) intsize()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
-
getWrappedService
-
getDataBinding
- Specified by:
getDataBindingin interfaceService
-
getName
-
getServiceInfos
- Specified by:
getServiceInfosin interfaceService
-
getServiceInfo
-
setDataBinding
- Specified by:
setDataBindingin interfaceService
-
getEndpoints
- Specified by:
getEndpointsin interfaceService
-
getInvoker
- Specified by:
getInvokerin interfaceService
-
setInvoker
- Specified by:
setInvokerin interfaceService
-
getExecutor
- Specified by:
getExecutorin interfaceService
-
setExecutor
- Specified by:
setExecutorin interfaceService
-
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
-
getEndpointInfo
- Specified by:
getEndpointInfoin interfaceService
-