Class WrappedEndpoint

java.lang.Object
org.apache.cxf.ws.rm.WrappedEndpoint
All Implemented Interfaces:
Map<String,Object>, org.apache.cxf.endpoint.Endpoint, org.apache.cxf.interceptor.InterceptorProvider

public class WrappedEndpoint extends Object implements org.apache.cxf.endpoint.Endpoint
  • Method Details

    • getWrappedEndpoint

      public org.apache.cxf.endpoint.Endpoint getWrappedEndpoint()
    • getEndpointInfo

      public org.apache.cxf.service.model.EndpointInfo getEndpointInfo()
      Specified by:
      getEndpointInfo in interface org.apache.cxf.endpoint.Endpoint
    • getService

      public org.apache.cxf.service.Service getService()
      Specified by:
      getService in interface org.apache.cxf.endpoint.Endpoint
    • getBinding

      public org.apache.cxf.binding.Binding getBinding()
      Specified by:
      getBinding in interface org.apache.cxf.endpoint.Endpoint
    • getExecutor

      public Executor getExecutor()
      Specified by:
      getExecutor in interface org.apache.cxf.endpoint.Endpoint
    • getInFaultObserver

      public org.apache.cxf.transport.MessageObserver getInFaultObserver()
      Specified by:
      getInFaultObserver in interface org.apache.cxf.endpoint.Endpoint
    • getOutFaultObserver

      public org.apache.cxf.transport.MessageObserver getOutFaultObserver()
      Specified by:
      getOutFaultObserver in interface org.apache.cxf.endpoint.Endpoint
    • setExecutor

      public void setExecutor(Executor arg0)
      Specified by:
      setExecutor in interface org.apache.cxf.endpoint.Endpoint
    • setInFaultObserver

      public void setInFaultObserver(org.apache.cxf.transport.MessageObserver arg0)
      Specified by:
      setInFaultObserver in interface org.apache.cxf.endpoint.Endpoint
    • setOutFaultObserver

      public void setOutFaultObserver(org.apache.cxf.transport.MessageObserver arg0)
      Specified by:
      setOutFaultObserver in interface org.apache.cxf.endpoint.Endpoint
    • 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>
    • getActiveFeatures

      public List<org.apache.cxf.feature.Feature> getActiveFeatures()
      Specified by:
      getActiveFeatures in interface org.apache.cxf.endpoint.Endpoint
      Returns:
      the list of fearures already activated for this endpoint.
    • addCleanupHook

      public void addCleanupHook(Closeable c)
      Specified by:
      addCleanupHook in interface org.apache.cxf.endpoint.Endpoint
    • getCleanupHooks

      public List<Closeable> getCleanupHooks()
      Specified by:
      getCleanupHooks in interface org.apache.cxf.endpoint.Endpoint