Package org.apache.cxf.jaxrs
Class JAXRSServiceImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.jaxrs.JAXRSServiceImpl
- All Implemented Interfaces:
Serializable,ConcurrentMap<String,,Object> Map<String,,Object> org.apache.cxf.configuration.Configurable,org.apache.cxf.interceptor.InterceptorProvider,org.apache.cxf.service.Service
public class JAXRSServiceImpl
extends org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
implements org.apache.cxf.service.Service, org.apache.cxf.configuration.Configurable
The CXF Service implementation which is used
to register the JAX-RS endpoint with the runtime.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K extends Object,V extends Object> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionJAXRSServiceImpl(String address, QName qname) JAXRSServiceImpl(List<ClassResourceInfo> cri, boolean create) JAXRSServiceImpl(List<ClassResourceInfo> cri, QName qname) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.databinding.DataBindingorg.apache.cxf.service.model.EndpointInfogetEndpointInfo(QName endpoint) org.apache.cxf.service.invoker.InvokergetName()List<org.apache.cxf.service.model.ServiceInfo>voidsetCreateServiceModel(boolean create) voidsetDataBinding(org.apache.cxf.databinding.DataBinding dataBinding) voidsetEndpoints(Map<QName, org.apache.cxf.endpoint.Endpoint> endpoints) voidsetExecutor(Executor executor) voidsetInvoker(org.apache.cxf.service.invoker.Invoker invoker) voidsetProperties(Map<String, Object> properties) Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsMethods inherited from class java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesMethods inherited from class java.util.AbstractMap
cloneMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
-
Constructor Details
-
JAXRSServiceImpl
-
JAXRSServiceImpl
-
JAXRSServiceImpl
-
JAXRSServiceImpl
-
-
Method Details
-
setCreateServiceModel
public void setCreateServiceModel(boolean create) -
getBeanName
- Specified by:
getBeanNamein interfaceorg.apache.cxf.configuration.Configurable
-
getName
- Specified by:
getNamein interfaceorg.apache.cxf.service.Service
-
getClassResourceInfos
-
getServiceInfos
- Specified by:
getServiceInfosin interfaceorg.apache.cxf.service.Service
-
getEndpointInfo
- Specified by:
getEndpointInfoin interfaceorg.apache.cxf.service.Service
-
getExecutor
- Specified by:
getExecutorin interfaceorg.apache.cxf.service.Service
-
setExecutor
- Specified by:
setExecutorin 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 invoker) - Specified by:
setInvokerin interfaceorg.apache.cxf.service.Service
-
getDataBinding
public org.apache.cxf.databinding.DataBinding getDataBinding()- Specified by:
getDataBindingin interfaceorg.apache.cxf.service.Service
-
setDataBinding
public void setDataBinding(org.apache.cxf.databinding.DataBinding dataBinding) - Specified by:
setDataBindingin interfaceorg.apache.cxf.service.Service
-
getEndpoints
- Specified by:
getEndpointsin interfaceorg.apache.cxf.service.Service
-
setEndpoints
-
setProperties
-