| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
org.apache.cxf.databinding.DataBinding |
getDataBinding() |
org.apache.cxf.service.model.EndpointInfo |
getEndpointInfo(QName endpoint) |
Map<QName,org.apache.cxf.endpoint.Endpoint> |
getEndpoints() |
Executor |
getExecutor() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getInFaultInterceptors() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getInInterceptors() |
org.apache.cxf.service.invoker.Invoker |
getInvoker() |
QName |
getName() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getOutFaultInterceptors() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getOutInterceptors() |
org.apache.cxf.service.model.ServiceInfo |
getServiceInfo() |
List<org.apache.cxf.service.model.ServiceInfo> |
getServiceInfos() |
org.apache.cxf.service.Service |
getWrappedService() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> t) |
Object |
remove(Object key) |
void |
setDataBinding(org.apache.cxf.databinding.DataBinding arg0) |
void |
setExecutor(Executor arg0) |
void |
setInvoker(org.apache.cxf.service.invoker.Invoker arg0) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic org.apache.cxf.service.Service getWrappedService()
public org.apache.cxf.databinding.DataBinding getDataBinding()
getDataBinding in interface org.apache.cxf.service.Servicepublic QName getName()
getName in interface org.apache.cxf.service.Servicepublic List<org.apache.cxf.service.model.ServiceInfo> getServiceInfos()
getServiceInfos in interface org.apache.cxf.service.Servicepublic org.apache.cxf.service.model.ServiceInfo getServiceInfo()
public void setDataBinding(org.apache.cxf.databinding.DataBinding arg0)
setDataBinding in interface org.apache.cxf.service.Servicepublic Map<QName,org.apache.cxf.endpoint.Endpoint> getEndpoints()
getEndpoints in interface org.apache.cxf.service.Servicepublic org.apache.cxf.service.invoker.Invoker getInvoker()
getInvoker in interface org.apache.cxf.service.Servicepublic void setInvoker(org.apache.cxf.service.invoker.Invoker arg0)
setInvoker in interface org.apache.cxf.service.Servicepublic Executor getExecutor()
getExecutor in interface org.apache.cxf.service.Servicepublic void setExecutor(Executor arg0)
setExecutor in interface org.apache.cxf.service.Servicepublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
getInFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProviderpublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProviderpublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
getOutFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProviderpublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProviderpublic boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public org.apache.cxf.service.model.EndpointInfo getEndpointInfo(QName endpoint)
getEndpointInfo in interface org.apache.cxf.service.ServiceApache CXF