Package org.apache.cxf.ws.rm
Class WrappedService
- java.lang.Object
-
- org.apache.cxf.ws.rm.WrappedService
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,Object>>entrySet()Objectget(Object key)DataBindinggetDataBinding()EndpointInfogetEndpointInfo(QName endpoint)Map<QName,Endpoint>getEndpoints()ExecutorgetExecutor()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.InvokergetInvoker()QNamegetName()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.ServiceInfogetServiceInfo()List<ServiceInfo>getServiceInfos()ServicegetWrappedService()booleanisEmpty()Set<String>keySet()Objectput(String key, Object value)voidputAll(Map<? extends String,? extends Object> t)Objectremove(Object key)voidsetDataBinding(DataBinding arg0)voidsetExecutor(Executor arg0)voidsetInvoker(Invoker arg0)intsize()Collection<Object>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
getWrappedService
public Service getWrappedService()
-
getDataBinding
public DataBinding getDataBinding()
- Specified by:
getDataBindingin interfaceService
-
getServiceInfos
public List<ServiceInfo> getServiceInfos()
- Specified by:
getServiceInfosin interfaceService
-
getServiceInfo
public ServiceInfo getServiceInfo()
-
setDataBinding
public void setDataBinding(DataBinding arg0)
- Specified by:
setDataBindingin interfaceService
-
getEndpoints
public Map<QName,Endpoint> getEndpoints()
- Specified by:
getEndpointsin interfaceService
-
getInvoker
public Invoker getInvoker()
- Specified by:
getInvokerin interfaceService
-
setInvoker
public void setInvoker(Invoker arg0)
- Specified by:
setInvokerin interfaceService
-
getExecutor
public Executor getExecutor()
- Specified by:
getExecutorin interfaceService
-
setExecutor
public void setExecutor(Executor arg0)
- Specified by:
setExecutorin interfaceService
-
getInFaultInterceptors
public List<Interceptor<? extends Message>> getInFaultInterceptors()
Description copied from interface:InterceptorProviderReturns the list of interceptors attached to the incoming fault interceptor chain of the object.- Specified by:
getInFaultInterceptorsin interfaceInterceptorProvider- Returns:
Listincoming fault interceptor chain
-
getInInterceptors
public List<Interceptor<? extends Message>> getInInterceptors()
Description copied from interface:InterceptorProviderReturns the list of interceptors attached to the incoming interceptor chain of the object.- Specified by:
getInInterceptorsin interfaceInterceptorProvider- Returns:
Listincoming interceptor chain
-
getOutFaultInterceptors
public List<Interceptor<? extends Message>> getOutFaultInterceptors()
Description copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing fault interceptor chain of the object.- Specified by:
getOutFaultInterceptorsin interfaceInterceptorProvider- Returns:
Listoutgoing fault interceptor chain
-
getOutInterceptors
public List<Interceptor<? extends Message>> getOutInterceptors()
Description copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing interceptor chain of the object.- Specified by:
getOutInterceptorsin interfaceInterceptorProvider- Returns:
Listoutgoing interceptor chain
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,Object>
-
getEndpointInfo
public EndpointInfo getEndpointInfo(QName endpoint)
- Specified by:
getEndpointInfoin interfaceService
-
-