Class InterceptorContextImpl

java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.filter.InterceptorContextImpl
All Implemented Interfaces:
javax.ws.rs.ext.InterceptorContext

public abstract class InterceptorContextImpl extends Object implements javax.ws.rs.ext.InterceptorContext
  • Constructor Details

    • InterceptorContextImpl

      public InterceptorContextImpl(org.apache.dubbo.remoting.http12.HttpRequest request)
  • Method Details

    • getProperty

      public Object getProperty(String name)
      Specified by:
      getProperty in interface javax.ws.rs.ext.InterceptorContext
    • getPropertyNames

      public Collection<String> getPropertyNames()
      Specified by:
      getPropertyNames in interface javax.ws.rs.ext.InterceptorContext
    • setProperty

      public void setProperty(String name, Object object)
      Specified by:
      setProperty in interface javax.ws.rs.ext.InterceptorContext
    • removeProperty

      public void removeProperty(String name)
      Specified by:
      removeProperty in interface javax.ws.rs.ext.InterceptorContext
    • getAnnotations

      public Annotation[] getAnnotations()
      Specified by:
      getAnnotations in interface javax.ws.rs.ext.InterceptorContext
    • setAnnotations

      public void setAnnotations(Annotation[] annotations)
      Specified by:
      setAnnotations in interface javax.ws.rs.ext.InterceptorContext
    • getType

      public Class<?> getType()
      Specified by:
      getType in interface javax.ws.rs.ext.InterceptorContext
    • setType

      public void setType(Class<?> type)
      Specified by:
      setType in interface javax.ws.rs.ext.InterceptorContext
    • getGenericType

      public Type getGenericType()
      Specified by:
      getGenericType in interface javax.ws.rs.ext.InterceptorContext
    • setGenericType

      public void setGenericType(Type genericType)
      Specified by:
      setGenericType in interface javax.ws.rs.ext.InterceptorContext