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:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested 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 Constructor Description ServiceImpl()ServiceImpl(List<ServiceInfo> si)ServiceImpl(ServiceInfo si)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeanName()Get the configurable object's Bean nameDataBindinggetDataBinding()EndpointInfogetEndpointInfo(QName endpoint)Map<QName,Endpoint>getEndpoints()ExecutorgetExecutor()InvokergetInvoker()QNamegetName()List<ServiceInfo>getServiceInfos()voidsetDataBinding(DataBinding dataBinding)voidsetEndpoints(Map<QName,Endpoint> endpoints)voidsetExecutor(Executor executor)voidsetInvoker(Invoker invoker)voidsetProperties(Map<String,Object> properties)StringtoString()- 
Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProviderequals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 - 
Methods 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, values
 - 
Methods inherited from class java.util.AbstractMapclone
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 
- 
 
- 
- 
- 
Constructor Detail- 
ServiceImplpublic ServiceImpl() 
 - 
ServiceImplpublic ServiceImpl(ServiceInfo si) 
 - 
ServiceImplpublic ServiceImpl(List<ServiceInfo> si) 
 
- 
 - 
Method Detail- 
getBeanNamepublic String getBeanName() Description copied from interface:ConfigurableGet the configurable object's Bean name- Specified by:
- getBeanNamein interface- Configurable
- Returns:
- the bean name
 
 - 
getServiceInfospublic List<ServiceInfo> getServiceInfos() - Specified by:
- getServiceInfosin interface- Service
 
 - 
getEndpointInfopublic EndpointInfo getEndpointInfo(QName endpoint) - Specified by:
- getEndpointInfoin interface- Service
 
 - 
getExecutorpublic Executor getExecutor() - Specified by:
- getExecutorin interface- Service
 
 - 
setExecutorpublic void setExecutor(Executor executor) - Specified by:
- setExecutorin interface- Service
 
 - 
getInvokerpublic Invoker getInvoker() - Specified by:
- getInvokerin interface- Service
 
 - 
setInvokerpublic void setInvoker(Invoker invoker) - Specified by:
- setInvokerin interface- Service
 
 - 
getDataBindingpublic DataBinding getDataBinding() - Specified by:
- getDataBindingin interface- Service
 
 - 
setDataBindingpublic void setDataBinding(DataBinding dataBinding) - Specified by:
- setDataBindingin interface- Service
 
 - 
getEndpointspublic Map<QName,Endpoint> getEndpoints() - Specified by:
- getEndpointsin interface- Service
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ConcurrentHashMap<String,Object>
 
 
- 
 
-