Package | Description |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http.policy | |
org.apache.cxf.transports.http.configuration |
Modifier and Type | Field and Description |
---|---|
protected HTTPServerPolicy |
AbstractHTTPDestination.server |
Modifier and Type | Method and Description |
---|---|
HTTPServerPolicy |
AbstractHTTPDestination.getServer() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHTTPDestination.setServer(HTTPServerPolicy server) |
Modifier and Type | Method and Description |
---|---|
static HTTPServerPolicy |
PolicyUtils.getServer(Message message,
HTTPServerPolicy confPolicy)
Returns a HTTPServerPolicy that is compatible with the assertions included in the
service, endpoint, operation and message policy subjects AND the HTTPServerPolicy
passed as a second argument.
|
static HTTPServerPolicy |
PolicyUtils.getServer(PolicyEngine pe,
EndpointInfo ei,
Destination d)
Returns a HTTPServerPolicy that is compatible with the assertions included in the
service and endpoint policy subjects, or null if there are no such assertions.
|
static HTTPServerPolicy |
PolicyUtils.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 |
---|---|
protected JaxbAssertion<HTTPServerPolicy> |
HTTPServerAssertionBuilder.buildAssertion() |
Modifier and Type | Method and Description |
---|---|
static void |
PolicyUtils.assertServerPolicy(Message message,
HTTPServerPolicy server)
Asserts all HTTPServerPolicy assertions that are equal to the specified
server policy.
|
static boolean |
PolicyUtils.compatible(HTTPServerPolicy p1,
HTTPServerPolicy p2)
Checks if two HTTPServerPolicy objects are compatible.
|
static boolean |
PolicyUtils.equals(HTTPServerPolicy p1,
HTTPServerPolicy p2)
Determines if two HTTPServerPolicy objects are equal.
|
static HTTPServerPolicy |
PolicyUtils.getServer(Message message,
HTTPServerPolicy confPolicy)
Returns a HTTPServerPolicy that is compatible with the assertions included in the
service, endpoint, operation and message policy subjects AND the HTTPServerPolicy
passed as a second argument.
|
static HTTPServerPolicy |
PolicyUtils.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.
|
static String |
PolicyUtils.toString(HTTPServerPolicy p) |
Modifier and Type | Method and Description |
---|---|
HTTPServerPolicy |
ObjectFactory.createHTTPServerPolicy()
Create an instance of
HTTPServerPolicy |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<HTTPServerPolicy> |
ObjectFactory.createServer(HTTPServerPolicy value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<HTTPServerPolicy> |
ObjectFactory.createServer(HTTPServerPolicy value)
|
Apache CXF