public class OperationResourceInfo extends Object
Constructor and Description |
---|
OperationResourceInfo(Method mInvoke,
ClassResourceInfo cri) |
OperationResourceInfo(Method m,
ClassResourceInfo cri,
URITemplate template,
String httpVerb,
String consumeMediaTypes,
String produceMediaTypes,
List<Parameter> params,
boolean oneway) |
OperationResourceInfo(Method mInvoke,
Method mAnnotated,
ClassResourceInfo cri) |
Modifier and Type | Method and Description |
---|---|
void |
addNameBindings(List<String> names) |
Method |
getAnnotatedMethod() |
ClassResourceInfo |
getClassResourceInfo() |
List<javax.ws.rs.core.MediaType> |
getConsumeTypes() |
String |
getDefaultParameterValue() |
String |
getHttpMethod() |
Type[] |
getInGenericParameterTypes() |
Annotation[][] |
getInParameterAnnotations() |
Class<?>[] |
getInParameterTypes() |
Method |
getMethodToInvoke() |
Set<String> |
getNameBindings() |
Annotation[] |
getOutAnnotations() |
List<Parameter> |
getParameters() |
List<javax.ws.rs.core.MediaType> |
getProduceTypes() |
URITemplate |
getURITemplate() |
boolean |
isEncodedEnabled() |
boolean |
isOneway() |
boolean |
isSubResourceLocator() |
void |
setHttpMethod(String m) |
void |
setMethodToInvoke(Method m) |
void |
setURITemplate(URITemplate u) |
public OperationResourceInfo(Method mInvoke, ClassResourceInfo cri)
public OperationResourceInfo(Method mInvoke, Method mAnnotated, ClassResourceInfo cri)
public OperationResourceInfo(Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, List<Parameter> params, boolean oneway)
public boolean isOneway()
public URITemplate getURITemplate()
public void setURITemplate(URITemplate u)
public ClassResourceInfo getClassResourceInfo()
public Method getMethodToInvoke()
public Method getAnnotatedMethod()
public void setMethodToInvoke(Method m)
public String getHttpMethod()
public void setHttpMethod(String m)
public boolean isSubResourceLocator()
public List<javax.ws.rs.core.MediaType> getProduceTypes()
public List<javax.ws.rs.core.MediaType> getConsumeTypes()
public boolean isEncodedEnabled()
public String getDefaultParameterValue()
public Annotation[][] getInParameterAnnotations()
public Type[] getInGenericParameterTypes()
public Class<?>[] getInParameterTypes()
public Annotation[] getOutAnnotations()
Apache CXF