org.apache.cxf.service
Class ServiceImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.service.ServiceImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>, Configurable, InterceptorProvider, Service
public class ServiceImpl
- extends AbstractAttributedInterceptorProvider
- implements Service, Configurable
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
ServiceImpl
public ServiceImpl()
ServiceImpl
public ServiceImpl(ServiceInfo si)
ServiceImpl
public ServiceImpl(List<ServiceInfo> si)
getBeanName
public String getBeanName()
- Description copied from interface:
Configurable
- Get the configurable object's Bean name
- Specified by:
getBeanName in interface Configurable
- Returns:
- the bean name
getName
public QName getName()
- Specified by:
getName in interface Service
getServiceInfos
public List<ServiceInfo> getServiceInfos()
- Specified by:
getServiceInfos in interface Service
getEndpointInfo
public EndpointInfo getEndpointInfo(QName endpoint)
- Specified by:
getEndpointInfo in interface Service
getExecutor
public Executor getExecutor()
- Specified by:
getExecutor in interface Service
setExecutor
public void setExecutor(Executor executor)
- Specified by:
setExecutor in interface Service
getInvoker
public Invoker getInvoker()
- Specified by:
getInvoker in interface Service
setInvoker
public void setInvoker(Invoker invoker)
- Specified by:
setInvoker in interface Service
getDataBinding
public DataBinding getDataBinding()
- Specified by:
getDataBinding in interface Service
setDataBinding
public void setDataBinding(DataBinding dataBinding)
- Specified by:
setDataBinding in interface Service
getEndpoints
public Map<QName,Endpoint> getEndpoints()
- Specified by:
getEndpoints in interface Service
setEndpoints
public void setEndpoints(Map<QName,Endpoint> endpoints)
setProperties
public void setProperties(Map<String,Object> properties)
toString
public String toString()
- Overrides:
toString in class AbstractMap<String,Object>
Apache CXF