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

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