| 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) |
DataBinding |
getDataBinding() |
EndpointInfo |
getEndpointInfo(QName endpoint) |
Map<QName,Endpoint> |
getEndpoints() |
Executor |
getExecutor() |
List<Interceptor<? extends Message>> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor
chain of the object.
|
List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor
chain of the object.
|
Invoker |
getInvoker() |
QName |
getName() |
List<Interceptor<? extends Message>> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor
chain of the object.
|
List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor
chain of the object.
|
ServiceInfo |
getServiceInfo() |
List<ServiceInfo> |
getServiceInfos() |
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(DataBinding arg0) |
void |
setExecutor(Executor arg0) |
void |
setInvoker(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 Service getWrappedService()
public DataBinding getDataBinding()
getDataBinding in interface Servicepublic List<ServiceInfo> getServiceInfos()
getServiceInfos in interface Servicepublic ServiceInfo getServiceInfo()
public void setDataBinding(DataBinding arg0)
setDataBinding in interface Servicepublic Map<QName,Endpoint> getEndpoints()
getEndpoints in interface Servicepublic Invoker getInvoker()
getInvoker in interface Servicepublic void setInvoker(Invoker arg0)
setInvoker in interface Servicepublic Executor getExecutor()
getExecutor in interface Servicepublic void setExecutor(Executor arg0)
setExecutor in interface Servicepublic List<Interceptor<? extends Message>> getInFaultInterceptors()
InterceptorProvidergetInFaultInterceptors in interface InterceptorProviderList incoming fault interceptor chainpublic List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvidergetInInterceptors in interface InterceptorProviderList incoming interceptor chainpublic List<Interceptor<? extends Message>> getOutFaultInterceptors()
InterceptorProvidergetOutFaultInterceptors in interface InterceptorProviderList outgoing fault interceptor chainpublic List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvidergetOutInterceptors in interface InterceptorProviderList outgoing interceptor chainpublic boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public EndpointInfo getEndpointInfo(QName endpoint)
getEndpointInfo in interface ServiceApache CXF