Package org.apache.cxf.jaxrs.model
Class OperationResourceInfoComparatorBase
- java.lang.Object
-
- org.apache.cxf.jaxrs.model.OperationResourceInfoComparatorBase
-
- Direct Known Subclasses:
OperationResourceInfoComparator
public abstract class OperationResourceInfoComparatorBase extends Object
-
-
Constructor Summary
Constructors Constructor Description OperationResourceInfoComparatorBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcompare(OperationResourceInfo e1, OperationResourceInfo e2, boolean getMethod, String httpMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes)protected intcompare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod)protected intcompare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes)
-
-
-
Method Detail
-
compare
protected int compare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod)
-
compare
protected int compare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes)
-
compare
protected int compare(OperationResourceInfo e1, OperationResourceInfo e2, boolean getMethod, String httpMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes)
-
-