Deprecated API


Contents
Deprecated Methods
org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder.getPartsAndElements(boolean, boolean, List, List, Map, List, Map)
          Use AbstractBindingBuilder.getSignedParts() and AbstractBindingBuilder.getEncryptedParts() instead. 
org.apache.cxf.ws.security.trust.STSClient.setPolicy(Element)
          This method and its overloaded counterpart STSClient.setPolicy(Policy) will be removed in future versions to facilitate configuration through inversion of control containers such as the Spring Framework. Use STSClient.setPolicy(Object) instead. 
org.apache.cxf.ws.security.trust.STSClient.setPolicy(Policy)
          This method and its overloaded counterpart STSClient.setPolicy(Element) will be removed in future versions to facilitate configuration through inversion of control containers such as the Spring Framework. Use STSClient.setPolicy(Object) instead. 
org.apache.cxf.ws.security.trust.STSClient.setPolicyObject(Object)
          This method exists to allow the use of inversion of control containers such as the Spring Framework to configure an instance of this class while the overloaded and deprecated methods are still present. This method will be removed in future versions along with the previously existing deprecated methods. 
 



Apache CXF