|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPServerPolicy | |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http.policy | |
org.apache.cxf.transports.http.configuration |
Uses of HTTPServerPolicy in org.apache.cxf.transport.http |
---|
Fields in org.apache.cxf.transport.http declared as HTTPServerPolicy | |
---|---|
protected HTTPServerPolicy |
AbstractHTTPDestination.server
|
Methods in org.apache.cxf.transport.http that return HTTPServerPolicy | |
---|---|
HTTPServerPolicy |
AbstractHTTPDestination.getServer()
|
Methods in org.apache.cxf.transport.http with parameters of type HTTPServerPolicy | |
---|---|
void |
AbstractHTTPDestination.setServer(HTTPServerPolicy server)
|
Uses of HTTPServerPolicy in org.apache.cxf.transport.http.policy |
---|
Methods in org.apache.cxf.transport.http.policy that return HTTPServerPolicy | |
---|---|
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. |
Methods in org.apache.cxf.transport.http.policy that return types with arguments of type HTTPServerPolicy | |
---|---|
protected JaxbAssertion<HTTPServerPolicy> |
HTTPServerAssertionBuilder.buildAssertion()
|
Methods in org.apache.cxf.transport.http.policy with parameters of type HTTPServerPolicy | |
---|---|
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)
|
Uses of HTTPServerPolicy in org.apache.cxf.transports.http.configuration |
---|
Methods in org.apache.cxf.transports.http.configuration that return HTTPServerPolicy | |
---|---|
HTTPServerPolicy |
ObjectFactory.createHTTPServerPolicy()
Create an instance of HTTPServerPolicy |
Methods in org.apache.cxf.transports.http.configuration that return types with arguments of type HTTPServerPolicy | |
---|---|
javax.xml.bind.JAXBElement<HTTPServerPolicy> |
ObjectFactory.createServer(HTTPServerPolicy value)
Create an instance of JAXBElement < HTTPServerPolicy > } |
Methods in org.apache.cxf.transports.http.configuration with parameters of type HTTPServerPolicy | |
---|---|
javax.xml.bind.JAXBElement<HTTPServerPolicy> |
ObjectFactory.createServer(HTTPServerPolicy value)
Create an instance of JAXBElement < HTTPServerPolicy > } |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |