Package | Description |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http.policy | |
org.apache.cxf.transport.http.policy.impl | |
org.apache.cxf.transports.http.configuration |
Modifier and Type | Field and Description |
---|---|
protected HTTPServerPolicy |
AbstractHTTPDestination.serverPolicy |
Modifier and Type | Method and Description |
---|---|
HTTPServerPolicy |
AbstractHTTPDestination.getServer() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHTTPDestination.setServer(HTTPServerPolicy server) |
void |
HttpDestinationConfig.setServerPolicy(HTTPServerPolicy serverPolicy) |
Modifier and Type | Method and Description |
---|---|
protected JaxbAssertion<HTTPServerPolicy> |
HTTPServerAssertionBuilder.buildAssertion() |
Modifier and Type | Method and Description |
---|---|
HTTPServerPolicy |
ServerPolicyCalculator.intersect(HTTPServerPolicy p1,
HTTPServerPolicy p2)
Returns a new HTTPServerPolicy that is compatible with the two specified
policies or null if no compatible policy can be determined.
|
Modifier and Type | Method and Description |
---|---|
Class<HTTPServerPolicy> |
ServerPolicyCalculator.getDataClass() |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerPolicyCalculator.compatible(HTTPServerPolicy p1,
HTTPServerPolicy p2)
Checks if two HTTPServerPolicy objects are compatible.
|
boolean |
ServerPolicyCalculator.equals(HTTPServerPolicy p1,
HTTPServerPolicy p2)
Determines if two HTTPServerPolicy objects are equal.
|
HTTPServerPolicy |
ServerPolicyCalculator.intersect(HTTPServerPolicy p1,
HTTPServerPolicy p2)
Returns a new HTTPServerPolicy that is compatible with the two specified
policies or null if no compatible policy can be determined.
|
boolean |
ServerPolicyCalculator.isAsserted(Message message,
HTTPServerPolicy policy,
HTTPServerPolicy refPolicy) |
static String |
ServerPolicyCalculator.toString(HTTPServerPolicy p) |
Modifier and Type | Method and Description |
---|---|
HTTPServerPolicy |
ObjectFactory.createHTTPServerPolicy()
Create an instance of
HTTPServerPolicy |
Modifier and Type | Method and Description |
---|---|
JAXBElement<HTTPServerPolicy> |
ObjectFactory.createServer(HTTPServerPolicy value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<HTTPServerPolicy> |
ObjectFactory.createServer(HTTPServerPolicy value)
|
Apache CXF