public abstract class OperationResourceInfoComparatorBase extends Object
Constructor and Description |
---|
OperationResourceInfoComparatorBase() |
Modifier and Type | Method and Description |
---|---|
protected int |
compare(OperationResourceInfo e1,
OperationResourceInfo e2,
boolean getMethod,
String httpMethod,
javax.ws.rs.core.MediaType contentType,
List<javax.ws.rs.core.MediaType> acceptTypes) |
protected int |
compare(OperationResourceInfo e1,
OperationResourceInfo e2,
String httpMethod) |
protected int |
compare(OperationResourceInfo e1,
OperationResourceInfo e2,
String httpMethod,
javax.ws.rs.core.MediaType contentType,
List<javax.ws.rs.core.MediaType> acceptTypes) |
protected int compare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod)
protected int compare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes)
protected int compare(OperationResourceInfo e1, OperationResourceInfo e2, boolean getMethod, String httpMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes)
Apache CXF