Apache CXF API

org.apache.cxf.ws.rm
Class WrappedService

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

public class WrappedService
extends java.lang.Object
implements Service


Nested Class Summary
 
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)
           
 DataBinding getDataBinding()
           
 EndpointInfo getEndpointInfo(javax.xml.namespace.QName endpoint)
           
 java.util.Map<javax.xml.namespace.QName,Endpoint> getEndpoints()
           
 java.util.concurrent.Executor getExecutor()
           
 java.util.List<Interceptor> getInFaultInterceptors()
          Returns the list of interceptors attached to the incoming fault interceptor chain of the object.
 java.util.List<Interceptor> getInInterceptors()
          Returns the list of interceptors attached to the incoming interceptor chain of the object.
 Invoker getInvoker()
           
 javax.xml.namespace.QName getName()
           
 java.util.List<Interceptor> getOutFaultInterceptors()
          Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.
 java.util.List<Interceptor> getOutInterceptors()
          Returns the list of interceptors attached to the outgoing interceptor chain of the object.
 ServiceInfo getServiceInfo()
           
 java.util.List<ServiceInfo> getServiceInfos()
           
 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(DataBinding arg0)
           
 void setExecutor(java.util.concurrent.Executor arg0)
           
 void setInvoker(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
 

Method Detail

getWrappedService

public Service getWrappedService()

getDataBinding

public DataBinding getDataBinding()
Specified by:
getDataBinding in interface Service

getName

public javax.xml.namespace.QName getName()
Specified by:
getName in interface Service

getServiceInfos

public java.util.List<ServiceInfo> getServiceInfos()
Specified by:
getServiceInfos in interface Service

getServiceInfo

public ServiceInfo getServiceInfo()

setDataBinding

public void setDataBinding(DataBinding arg0)
Specified by:
setDataBinding in interface Service

getEndpoints

public java.util.Map<javax.xml.namespace.QName,Endpoint> getEndpoints()
Specified by:
getEndpoints in interface Service

getInvoker

public Invoker getInvoker()
Specified by:
getInvoker in interface Service

setInvoker

public void setInvoker(Invoker arg0)
Specified by:
setInvoker in interface Service

getExecutor

public java.util.concurrent.Executor getExecutor()
Specified by:
getExecutor in interface Service

setExecutor

public void setExecutor(java.util.concurrent.Executor arg0)
Specified by:
setExecutor in interface Service

getInFaultInterceptors

public java.util.List<Interceptor> getInFaultInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the incoming fault interceptor chain of the object.

Specified by:
getInFaultInterceptors in interface InterceptorProvider
Returns:
List incoming fault interceptor chain

getInInterceptors

public java.util.List<Interceptor> getInInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the incoming interceptor chain of the object.

Specified by:
getInInterceptors in interface InterceptorProvider
Returns:
List incoming interceptor chain

getOutFaultInterceptors

public java.util.List<Interceptor> getOutFaultInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.

Specified by:
getOutFaultInterceptors in interface InterceptorProvider
Returns:
List outgoing fault interceptor chain

getOutInterceptors

public java.util.List<Interceptor> getOutInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the outgoing interceptor chain of the object.

Specified by:
getOutInterceptors in interface InterceptorProvider
Returns:
List outgoing interceptor chain

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 EndpointInfo getEndpointInfo(javax.xml.namespace.QName endpoint)
Specified by:
getEndpointInfo in interface Service

Apache CXF API

Apache CXF