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 SummaryNested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMapConcurrentHashMap.KeySetView<K extends Object,V extends Object> Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the configurable object's Bean namegetEndpointInfo(QName endpoint) getName()voidsetDataBinding(DataBinding dataBinding) voidsetEndpoints(Map<QName, Endpoint> endpoints) voidsetExecutor(Executor executor) voidsetInvoker(Invoker invoker) voidsetProperties(Map<String, Object> properties) toString()Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProviderequals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsMethods inherited from class java.util.concurrent.ConcurrentHashMapclear, 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, valuesMethods inherited from class java.util.AbstractMapcloneMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.InterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
- 
Constructor Details- 
ServiceImplpublic ServiceImpl()
- 
ServiceImpl
- 
ServiceImpl
 
- 
- 
Method Details- 
getBeanNameDescription copied from interface:ConfigurableGet the configurable object's Bean name- Specified by:
- getBeanNamein interface- Configurable
- Returns:
- the bean name
 
- 
getName
- 
getServiceInfos- Specified by:
- getServiceInfosin interface- Service
 
- 
getEndpointInfo- Specified by:
- getEndpointInfoin interface- Service
 
- 
getExecutor- Specified by:
- getExecutorin interface- Service
 
- 
setExecutor- Specified by:
- setExecutorin interface- Service
 
- 
getInvoker- Specified by:
- getInvokerin interface- Service
 
- 
setInvoker- Specified by:
- setInvokerin interface- Service
 
- 
getDataBinding- Specified by:
- getDataBindingin interface- Service
 
- 
setDataBinding- Specified by:
- setDataBindingin interface- Service
 
- 
getEndpoints- Specified by:
- getEndpointsin interface- Service
 
- 
setEndpoints
- 
setProperties
- 
toString- Overrides:
- toStringin class- ConcurrentHashMap<String,- Object> 
 
 
-