Uses of Class
org.apache.cxf.transport.http.MessageTrustDecider
-
Packages that use MessageTrustDecider Package Description org.apache.cxf.transport.http -
-
Uses of MessageTrustDecider in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as MessageTrustDecider Modifier and Type Field Description protected MessageTrustDeciderHTTPConduit. trustDeciderThis field contains the MessageTrustDecider.Methods in org.apache.cxf.transport.http that return MessageTrustDecider Modifier and Type Method Description MessageTrustDeciderHTTPConduit. getTrustDecider()This method gets the Trust Decider that was set/configured for this HTTPConduit.Methods in org.apache.cxf.transport.http with parameters of type MessageTrustDecider Modifier and Type Method Description voidHTTPConduit. setTrustDecider(MessageTrustDecider decider)This method sets the Trust Decider for this HTTP Conduit.
-