Package org.apache.cxf.ws.rm
Class WrappedService
java.lang.Object
org.apache.cxf.ws.rm.WrappedService
- All Implemented Interfaces:
Map<String,,Object> org.apache.cxf.interceptor.InterceptorProvider,org.apache.cxf.service.Service
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()org.apache.cxf.databinding.DataBindingorg.apache.cxf.service.model.EndpointInfogetEndpointInfo(QName endpoint) List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>org.apache.cxf.service.invoker.InvokergetName()List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>org.apache.cxf.service.model.ServiceInfoList<org.apache.cxf.service.model.ServiceInfo>org.apache.cxf.service.ServicebooleanisEmpty()keySet()voidvoidsetDataBinding(org.apache.cxf.databinding.DataBinding arg0) voidsetExecutor(Executor arg0) voidsetInvoker(org.apache.cxf.service.invoker.Invoker arg0) intsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
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
- Specified by:
getNamein interfaceorg.apache.cxf.service.Service
-
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
- 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
- Specified by:
getExecutorin interfaceorg.apache.cxf.service.Service
-
setExecutor
- 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
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
getEndpointInfo
- Specified by:
getEndpointInfoin interfaceorg.apache.cxf.service.Service
-