Package | Description |
---|---|
org.apache.cxf.binding.http | |
org.apache.cxf.binding.http.strategy |
Modifier and Type | Method and Description |
---|---|
List<ResourceStrategy> |
HttpBindingFactory.getStrategies() |
Modifier and Type | Method and Description |
---|---|
void |
HttpBindingFactory.setStrategies(List<ResourceStrategy> strategies) |
Modifier and Type | Class and Description |
---|---|
class |
ConventionStrategy
Maps a BindingOperation to a URI/combination using the following rules:
|
class |
JRAStrategy
A strategy to map BindingOperationInfos to URI/Verb combos utilizing the
Java Rest Annotations.
|
Apache CXF