Class JAXRSBinding

  • All Implemented Interfaces:
    org.apache.cxf.binding.Binding, org.apache.cxf.interceptor.InterceptorProvider

    public class JAXRSBinding
    extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
    implements org.apache.cxf.binding.Binding
    • Constructor Summary

      Constructors 
      Constructor Description
      JAXRSBinding​(org.apache.cxf.service.model.BindingInfo bindingInfo)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.cxf.message.Message createMessage()  
      org.apache.cxf.message.Message createMessage​(org.apache.cxf.message.Message m)  
      org.apache.cxf.service.model.BindingInfo getBindingInfo()  
      • Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

        getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
      • Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider

        getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
    • Constructor Detail

      • JAXRSBinding

        public JAXRSBinding​(org.apache.cxf.service.model.BindingInfo bindingInfo)
    • Method Detail

      • getBindingInfo

        public org.apache.cxf.service.model.BindingInfo getBindingInfo()
        Specified by:
        getBindingInfo in interface org.apache.cxf.binding.Binding
      • createMessage

        public org.apache.cxf.message.Message createMessage()
        Specified by:
        createMessage in interface org.apache.cxf.binding.Binding
      • createMessage

        public org.apache.cxf.message.Message createMessage​(org.apache.cxf.message.Message m)
        Specified by:
        createMessage in interface org.apache.cxf.binding.Binding