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 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()
-
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:
getDataBinding
in interfaceorg.apache.cxf.service.Service
-
getName
public QName getName()
- Specified by:
getName
in interfaceorg.apache.cxf.service.Service
-
getServiceInfos
public List<org.apache.cxf.service.model.ServiceInfo> getServiceInfos()
- Specified by:
getServiceInfos
in 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:
setDataBinding
in interfaceorg.apache.cxf.service.Service
-
getEndpoints
public Map<QName,org.apache.cxf.endpoint.Endpoint> getEndpoints()
- Specified by:
getEndpoints
in interfaceorg.apache.cxf.service.Service
-
getInvoker
public org.apache.cxf.service.invoker.Invoker getInvoker()
- Specified by:
getInvoker
in interfaceorg.apache.cxf.service.Service
-
setInvoker
public void setInvoker(org.apache.cxf.service.invoker.Invoker arg0)
- Specified by:
setInvoker
in interfaceorg.apache.cxf.service.Service
-
getExecutor
public Executor getExecutor()
- Specified by:
getExecutor
in interfaceorg.apache.cxf.service.Service
-
setExecutor
public void setExecutor(Executor arg0)
- Specified by:
setExecutor
in interfaceorg.apache.cxf.service.Service
-
getInFaultInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
- Specified by:
getInFaultInterceptors
in interfaceorg.apache.cxf.interceptor.InterceptorProvider
-
getInInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
- Specified by:
getInInterceptors
in interfaceorg.apache.cxf.interceptor.InterceptorProvider
-
getOutFaultInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
- Specified by:
getOutFaultInterceptors
in interfaceorg.apache.cxf.interceptor.InterceptorProvider
-
getOutInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
- Specified by:
getOutInterceptors
in interfaceorg.apache.cxf.interceptor.InterceptorProvider
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interfaceMap<String,Object>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interfaceMap<String,Object>
-
getEndpointInfo
public org.apache.cxf.service.model.EndpointInfo getEndpointInfo(QName endpoint)
- Specified by:
getEndpointInfo
in interfaceorg.apache.cxf.service.Service
-
-