Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-540

Document Client side Provider / Interceptor registration

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 1.2.1.GA
    • jaxrs
    • None
    • Documentation (Ref Guide, User Guide, etc.)

      Make sure the interceptor class must be annotated with

      • @Provider
      • @org.jboss.resteasy.annotations.interception.ClientInterceptor

      Add a file to your JAR META-INF/services/javax.ws.rs.ext.Providers and specify fully qualified clsasnames of the providers you wan to register such as:

      com.jboss.examples.resteasy.ClientHeaderInterceptor

      I believe there is another way to register it programatically also.

            patriot1burke@gmail.com Bill Burke (Inactive)
            rhn-support-bmaxwell Brad Maxwell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: