org.apache.cxf.ws.rm
Class WrappedService
java.lang.Object
org.apache.cxf.ws.rm.WrappedService
- All Implemented Interfaces:
- java.util.Map<java.lang.String,java.lang.Object>, org.apache.cxf.interceptor.InterceptorProvider, org.apache.cxf.service.Service
public class WrappedService
- extends java.lang.Object
- implements org.apache.cxf.service.Service
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
|
Method Summary |
void |
clear()
|
boolean |
containsKey(java.lang.Object key)
|
boolean |
containsValue(java.lang.Object value)
|
java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>> |
entrySet()
|
java.lang.Object |
get(java.lang.Object key)
|
org.apache.cxf.databinding.DataBinding |
getDataBinding()
|
org.apache.cxf.service.model.EndpointInfo |
getEndpointInfo(javax.xml.namespace.QName endpoint)
|
java.util.Map<javax.xml.namespace.QName,org.apache.cxf.endpoint.Endpoint> |
getEndpoints()
|
java.util.concurrent.Executor |
getExecutor()
|
java.util.List<org.apache.cxf.interceptor.Interceptor> |
getInFaultInterceptors()
|
java.util.List<org.apache.cxf.interceptor.Interceptor> |
getInInterceptors()
|
org.apache.cxf.service.invoker.Invoker |
getInvoker()
|
javax.xml.namespace.QName |
getName()
|
java.util.List<org.apache.cxf.interceptor.Interceptor> |
getOutFaultInterceptors()
|
java.util.List<org.apache.cxf.interceptor.Interceptor> |
getOutInterceptors()
|
org.apache.cxf.service.model.ServiceInfo |
getServiceInfo()
|
java.util.List<org.apache.cxf.service.model.ServiceInfo> |
getServiceInfos()
|
org.apache.cxf.service.Service |
getWrappedService()
|
boolean |
isEmpty()
|
java.util.Set<java.lang.String> |
keySet()
|
java.lang.Object |
put(java.lang.String key,
java.lang.Object value)
|
void |
putAll(java.util.Map<? extends java.lang.String,? extends java.lang.Object> t)
|
java.lang.Object |
remove(java.lang.Object key)
|
void |
setDataBinding(org.apache.cxf.databinding.DataBinding arg0)
|
void |
setExecutor(java.util.concurrent.Executor arg0)
|
void |
setInvoker(org.apache.cxf.service.invoker.Invoker arg0)
|
int |
size()
|
java.util.Collection<java.lang.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 |
equals, hashCode |
getWrappedService
public org.apache.cxf.service.Service getWrappedService()
getDataBinding
public org.apache.cxf.databinding.DataBinding getDataBinding()
- Specified by:
getDataBinding in interface org.apache.cxf.service.Service
getName
public javax.xml.namespace.QName getName()
- Specified by:
getName in interface org.apache.cxf.service.Service
getServiceInfos
public java.util.List<org.apache.cxf.service.model.ServiceInfo> getServiceInfos()
- Specified by:
getServiceInfos in interface org.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 interface org.apache.cxf.service.Service
getEndpoints
public java.util.Map<javax.xml.namespace.QName,org.apache.cxf.endpoint.Endpoint> getEndpoints()
- Specified by:
getEndpoints in interface org.apache.cxf.service.Service
getInvoker
public org.apache.cxf.service.invoker.Invoker getInvoker()
- Specified by:
getInvoker in interface org.apache.cxf.service.Service
setInvoker
public void setInvoker(org.apache.cxf.service.invoker.Invoker arg0)
- Specified by:
setInvoker in interface org.apache.cxf.service.Service
getExecutor
public java.util.concurrent.Executor getExecutor()
- Specified by:
getExecutor in interface org.apache.cxf.service.Service
setExecutor
public void setExecutor(java.util.concurrent.Executor arg0)
- Specified by:
setExecutor in interface org.apache.cxf.service.Service
getInFaultInterceptors
public java.util.List<org.apache.cxf.interceptor.Interceptor> getInFaultInterceptors()
- Specified by:
getInFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
getInInterceptors
public java.util.List<org.apache.cxf.interceptor.Interceptor> getInInterceptors()
- Specified by:
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
getOutFaultInterceptors
public java.util.List<org.apache.cxf.interceptor.Interceptor> getOutFaultInterceptors()
- Specified by:
getOutFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
getOutInterceptors
public java.util.List<org.apache.cxf.interceptor.Interceptor> getOutInterceptors()
- Specified by:
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
clear
public void clear()
- Specified by:
clear in interface java.util.Map<java.lang.String,java.lang.Object>
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKey in interface java.util.Map<java.lang.String,java.lang.Object>
containsValue
public boolean containsValue(java.lang.Object value)
- Specified by:
containsValue in interface java.util.Map<java.lang.String,java.lang.Object>
entrySet
public java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>> entrySet()
- Specified by:
entrySet in interface java.util.Map<java.lang.String,java.lang.Object>
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get in interface java.util.Map<java.lang.String,java.lang.Object>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface java.util.Map<java.lang.String,java.lang.Object>
keySet
public java.util.Set<java.lang.String> keySet()
- Specified by:
keySet in interface java.util.Map<java.lang.String,java.lang.Object>
put
public java.lang.Object put(java.lang.String key,
java.lang.Object value)
- Specified by:
put in interface java.util.Map<java.lang.String,java.lang.Object>
putAll
public void putAll(java.util.Map<? extends java.lang.String,? extends java.lang.Object> t)
- Specified by:
putAll in interface java.util.Map<java.lang.String,java.lang.Object>
remove
public java.lang.Object remove(java.lang.Object key)
- Specified by:
remove in interface java.util.Map<java.lang.String,java.lang.Object>
size
public int size()
- Specified by:
size in interface java.util.Map<java.lang.String,java.lang.Object>
values
public java.util.Collection<java.lang.Object> values()
- Specified by:
values in interface java.util.Map<java.lang.String,java.lang.Object>
getEndpointInfo
public org.apache.cxf.service.model.EndpointInfo getEndpointInfo(javax.xml.namespace.QName endpoint)
- Specified by:
getEndpointInfo in interface org.apache.cxf.service.Service
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.