Class 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 Detail

      • 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
      • 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