org.apache.cxf.service
Class ServiceImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.service.ServiceImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.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 |
java.util.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 class java.util.AbstractMap |
toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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(java.util.List<ServiceInfo> si)
getBeanName
public java.lang.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 javax.xml.namespace.QName getName()
- Specified by:
getName in interface Service
getServiceInfos
public java.util.List<ServiceInfo> getServiceInfos()
- Specified by:
getServiceInfos in interface Service
getEndpointInfo
public EndpointInfo getEndpointInfo(javax.xml.namespace.QName endpoint)
- Specified by:
getEndpointInfo in interface Service
getExecutor
public java.util.concurrent.Executor getExecutor()
- Specified by:
getExecutor in interface Service
setExecutor
public void setExecutor(java.util.concurrent.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 java.util.Map<javax.xml.namespace.QName,Endpoint> getEndpoints()
- Specified by:
getEndpoints in interface Service
setEndpoints
public void setEndpoints(java.util.Map<javax.xml.namespace.QName,Endpoint> endpoints)
setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.