Uses of Class
org.apache.cxf.transport.http.MessageTrustDecider
Packages that use MessageTrustDecider
-
Uses of MessageTrustDecider in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as MessageTrustDeciderModifier and TypeFieldDescriptionprotected MessageTrustDeciderHTTPConduit.trustDeciderThis field contains the MessageTrustDecider.Methods in org.apache.cxf.transport.http that return MessageTrustDeciderModifier and TypeMethodDescriptionHTTPConduit.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 MessageTrustDeciderModifier and TypeMethodDescriptionvoidHTTPConduit.setTrustDecider(MessageTrustDecider decider) This method sets the Trust Decider for this HTTP Conduit.