org.apache.cxf.ws.rm
Class WrappedService

java.lang.Object
  extended by org.apache.cxf.ws.rm.WrappedService
All Implemented Interfaces:
Map<String,Object>, org.apache.cxf.interceptor.InterceptorProvider, org.apache.cxf.service.Service

public class WrappedService
extends Object
implements org.apache.cxf.service.Service


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 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
equals, hashCode
 

Method Detail

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 QName getName()
Specified by:
getName in interface org.apache.cxf.service.Service

getServiceInfos

public 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 Map<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 Executor getExecutor()
Specified by:
getExecutor in interface org.apache.cxf.service.Service

setExecutor

public void setExecutor(Executor arg0)
Specified by:
setExecutor in interface org.apache.cxf.service.Service

getInFaultInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
Specified by:
getInFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider

getInInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
Specified by:
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider

getOutFaultInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
Specified by:
getOutFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider

getOutInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
Specified by:
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider

clear

public void clear()
Specified by:
clear in interface Map<String,Object>

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<String,Object>

containsValue

public boolean containsValue(Object value)
Specified by:
containsValue in interface Map<String,Object>

entrySet

public Set<Map.Entry<String,Object>> entrySet()
Specified by:
entrySet in interface Map<String,Object>

get

public Object get(Object key)
Specified by:
get in interface Map<String,Object>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map<String,Object>

keySet

public Set<String> keySet()
Specified by:
keySet in interface Map<String,Object>

put

public Object put(String key,
                  Object value)
Specified by:
put in interface Map<String,Object>

putAll

public void putAll(Map<? extends String,? extends Object> t)
Specified by:
putAll in interface Map<String,Object>

remove

public Object remove(Object key)
Specified by:
remove in interface Map<String,Object>

size

public int size()
Specified by:
size in interface Map<String,Object>

values

public Collection<Object> values()
Specified by:
values in interface Map<String,Object>

getEndpointInfo

public org.apache.cxf.service.model.EndpointInfo getEndpointInfo(QName endpoint)
Specified by:
getEndpointInfo in interface org.apache.cxf.service.Service


Apache CXF