Class AbstractInterceptorContextImpl

    • Constructor Detail

      • AbstractInterceptorContextImpl

        public AbstractInterceptorContextImpl​(Class<?> cls,
                                              Type type,
                                              Annotation[] anns,
                                              org.apache.cxf.message.Message message)
    • Method Detail

      • getType

        public Class<?> getType()
      • getAnnotations

        public Annotation[] getAnnotations()
      • getGenericType

        public Type getGenericType()
      • setAnnotations

        public void setAnnotations​(Annotation[] annotations)
      • setGenericType

        public void setGenericType​(Type genType)
      • setType

        public void setType​(Class<?> ctype)
      • providerSelectionPropertyChanged

        protected void providerSelectionPropertyChanged()