Uses of Class
org.apache.axis2.description.PolicyInclude

Packages that use PolicyInclude
org.apache.axis2.description   
 

Uses of PolicyInclude in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return PolicyInclude
 PolicyInclude AxisModule.getPolicyInclude()
           
 PolicyInclude AxisDescription.getPolicyInclude()
          Deprecated. As of release 1.4, replaced by AxisDescription.getPolicySubject()
 

Methods in org.apache.axis2.description with parameters of type PolicyInclude
 void AxisModule.setPolicyInclude(PolicyInclude policyInclude)
           
 void AxisDescription.setPolicyInclude(PolicyInclude policyInclude)
          Deprecated. As of release 1.4, if you want to access the policy cache of a particular AxisDescription object use AxisDescription.getPolicySubject() instead.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.