|
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.transport.http.policy.impl | |
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.serverPolicy
|
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 types with arguments of type HTTPServerPolicy | |
---|---|
protected JaxbAssertion<HTTPServerPolicy> |
HTTPServerAssertionBuilder.buildAssertion()
|
Uses of HTTPServerPolicy in org.apache.cxf.transport.http.policy.impl |
---|
Methods in org.apache.cxf.transport.http.policy.impl that return HTTPServerPolicy | |
---|---|
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. |
Methods in org.apache.cxf.transport.http.policy.impl that return types with arguments of type HTTPServerPolicy | |
---|---|
Class<HTTPServerPolicy> |
ServerPolicyCalculator.getDataClass()
|
Methods in org.apache.cxf.transport.http.policy.impl with parameters of type HTTPServerPolicy | |
---|---|
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)
|
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 | |
---|---|
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 | |
---|---|
JAXBElement<HTTPServerPolicy> |
ObjectFactory.createServer(HTTPServerPolicy value)
Create an instance of JAXBElement < HTTPServerPolicy > } |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |