Class OperationResourceInfo

java.lang.Object
org.apache.cxf.jaxrs.model.OperationResourceInfo

public class OperationResourceInfo extends Object
  • Constructor Details

  • Method Details

    • addNameBindings

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

      public Set<String> getNameBindings()
    • isOneway

      public boolean isOneway()
    • isAsync

      public boolean isAsync()
    • getParameters

      public List<Parameter> getParameters()
    • getURITemplate

      public URITemplate getURITemplate()
    • setURITemplate

      public void setURITemplate(URITemplate u)
    • getClassResourceInfo

      public ClassResourceInfo getClassResourceInfo()
    • 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<jakarta.ws.rs.core.MediaType> getProduceTypes()
    • getConsumeTypes

      public List<jakarta.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()