Package | Description |
---|---|
org.apache.cxf.transport.http |
Modifier and Type | Field and Description |
---|---|
protected MessageTrustDecider |
HTTPConduit.trustDecider
This field contains the MessageTrustDecider.
|
Modifier and Type | Method and Description |
---|---|
MessageTrustDecider |
HTTPConduit.getTrustDecider()
This method gets the Trust Decider that was set/configured for this
HTTPConduit.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPConduit.setTrustDecider(MessageTrustDecider decider)
This method sets the Trust Decider for this HTTP Conduit.
|
Apache CXF