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, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public Service getWrappedService()
public DataBinding getDataBinding()
getDataBinding
in interface Service
public List<ServiceInfo> getServiceInfos()
getServiceInfos
in interface Service
public ServiceInfo getServiceInfo()
public void setDataBinding(DataBinding arg0)
setDataBinding
in interface Service
public Map<QName,Endpoint> getEndpoints()
getEndpoints
in interface Service
public Invoker getInvoker()
getInvoker
in interface Service
public void setInvoker(Invoker arg0)
setInvoker
in interface Service
public Executor getExecutor()
getExecutor
in interface Service
public void setExecutor(Executor arg0)
setExecutor
in interface Service
public List<Interceptor<? extends Message>> getInFaultInterceptors()
InterceptorProvider
getInFaultInterceptors
in interface InterceptorProvider
List
incoming fault interceptor chainpublic List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvider
getInInterceptors
in interface InterceptorProvider
List
incoming interceptor chainpublic List<Interceptor<? extends Message>> getOutFaultInterceptors()
InterceptorProvider
getOutFaultInterceptors
in interface InterceptorProvider
List
outgoing fault interceptor chainpublic List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvider
getOutInterceptors
in interface InterceptorProvider
List
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 Service
Apache CXF