Class OperationResourceInfo


  • public class OperationResourceInfo
    extends Object
    • Method Detail

      • addNameBindings

        public void addNameBindings​(List<String> names)
      • getNameBindings

        public Set<String> getNameBindings()
      • isOneway

        public boolean isOneway()
      • isAsync

        public boolean isAsync()
      • setURITemplate

        public void setURITemplate​(URITemplate u)
      • getMethodToInvoke

        public Method getMethodToInvoke()
      • getAnnotatedMethod

        public Method getAnnotatedMethod()
      • setMethodToInvoke

        public void setMethodToInvoke​(Method m)
      • getHttpMethod

        public String getHttpMethod()
      • setHttpMethod

        public void setHttpMethod​(String m)
      • isSubResourceLocator

        public boolean isSubResourceLocator()
      • getProduceTypes

        public List<javax.ws.rs.core.MediaType> getProduceTypes()
      • getConsumeTypes

        public List<javax.ws.rs.core.MediaType> getConsumeTypes()
      • isEncodedEnabled

        public boolean isEncodedEnabled()
      • getDefaultParameterValue

        public String getDefaultParameterValue()
      • getInParameterAnnotations

        public Annotation[][] getInParameterAnnotations()
      • getInGenericParameterTypes

        public Type[] getInGenericParameterTypes()
      • getInParameterTypes

        public Class<?>[] getInParameterTypes()
      • getOutAnnotations

        public Annotation[] getOutAnnotations()