Package org.apache.cxf.service
Class ServiceImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.service.ServiceImpl
- All Implemented Interfaces:
Serializable
,ConcurrentMap<String,
,Object> Map<String,
,Object> Configurable
,InterceptorProvider
,Service
public class ServiceImpl
extends AbstractAttributedInterceptorProvider
implements Service, Configurable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K extends Object,
V extends Object> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the configurable object's Bean namegetEndpointInfo
(QName endpoint) getName()
void
setDataBinding
(DataBinding dataBinding) void
setEndpoints
(Map<QName, Endpoint> endpoints) void
setExecutor
(Executor executor) void
setInvoker
(Invoker invoker) void
setProperties
(Map<String, Object> properties) toString()
Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, values
Methods inherited from class java.util.AbstractMap
clone
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
-
Constructor Details
-
ServiceImpl
public ServiceImpl() -
ServiceImpl
-
ServiceImpl
-
-
Method Details
-
getBeanName
Description copied from interface:Configurable
Get the configurable object's Bean name- Specified by:
getBeanName
in interfaceConfigurable
- Returns:
- the bean name
-
getName
-
getServiceInfos
- Specified by:
getServiceInfos
in interfaceService
-
getEndpointInfo
- Specified by:
getEndpointInfo
in interfaceService
-
getExecutor
- Specified by:
getExecutor
in interfaceService
-
setExecutor
- Specified by:
setExecutor
in interfaceService
-
getInvoker
- Specified by:
getInvoker
in interfaceService
-
setInvoker
- Specified by:
setInvoker
in interfaceService
-
getDataBinding
- Specified by:
getDataBinding
in interfaceService
-
setDataBinding
- Specified by:
setDataBinding
in interfaceService
-
getEndpoints
- Specified by:
getEndpoints
in interfaceService
-
setEndpoints
-
setProperties
-
toString
- Overrides:
toString
in classConcurrentHashMap<String,
Object>
-