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)org.apache.cxf.databinding.DataBindinggetDataBinding()org.apache.cxf.service.model.EndpointInfogetEndpointInfo(QName endpoint)Map<QName,org.apache.cxf.endpoint.Endpoint>getEndpoints()ExecutorgetExecutor()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.InvokergetInvoker()QNamegetName()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.ServiceInfogetServiceInfo()List<org.apache.cxf.service.model.ServiceInfo>getServiceInfos()org.apache.cxf.service.ServicegetWrappedService()booleanisEmpty()Set<String>keySet()Objectput(String key, Object value)voidputAll(Map<? extends String,? extends Object> t)Objectremove(Object key)voidsetDataBinding(org.apache.cxf.databinding.DataBinding arg0)voidsetExecutor(Executor arg0)voidsetInvoker(org.apache.cxf.service.invoker.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 org.apache.cxf.service.Service getWrappedService()
-
getDataBinding
public org.apache.cxf.databinding.DataBinding getDataBinding()
- Specified by:
getDataBindingin interfaceorg.apache.cxf.service.Service
-
getName
public QName getName()
- Specified by:
getNamein interfaceorg.apache.cxf.service.Service
-
getServiceInfos
public List<org.apache.cxf.service.model.ServiceInfo> getServiceInfos()
- Specified by:
getServiceInfosin interfaceorg.apache.cxf.service.Service
-
getServiceInfo
public org.apache.cxf.service.model.ServiceInfo getServiceInfo()
-
setDataBinding
public void setDataBinding(org.apache.cxf.databinding.DataBinding arg0)
- Specified by:
setDataBindingin interfaceorg.apache.cxf.service.Service
-
getEndpoints
public Map<QName,org.apache.cxf.endpoint.Endpoint> getEndpoints()
- Specified by:
getEndpointsin interfaceorg.apache.cxf.service.Service
-
getInvoker
public org.apache.cxf.service.invoker.Invoker getInvoker()
- Specified by:
getInvokerin interfaceorg.apache.cxf.service.Service
-
setInvoker
public void setInvoker(org.apache.cxf.service.invoker.Invoker arg0)
- Specified by:
setInvokerin interfaceorg.apache.cxf.service.Service
-
getExecutor
public Executor getExecutor()
- Specified by:
getExecutorin interfaceorg.apache.cxf.service.Service
-
setExecutor
public void setExecutor(Executor arg0)
- Specified by:
setExecutorin interfaceorg.apache.cxf.service.Service
-
getInFaultInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
- Specified by:
getInFaultInterceptorsin interfaceorg.apache.cxf.interceptor.InterceptorProvider
-
getInInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
- Specified by:
getInInterceptorsin interfaceorg.apache.cxf.interceptor.InterceptorProvider
-
getOutFaultInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
- Specified by:
getOutFaultInterceptorsin interfaceorg.apache.cxf.interceptor.InterceptorProvider
-
getOutInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
- Specified by:
getOutInterceptorsin interfaceorg.apache.cxf.interceptor.InterceptorProvider
-
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 org.apache.cxf.service.model.EndpointInfo getEndpointInfo(QName endpoint)
- Specified by:
getEndpointInfoin interfaceorg.apache.cxf.service.Service
-
-