Uses of Class
org.apache.axis2.description.PolicyInclude
-
Packages that use PolicyInclude Package Description org.apache.axis2.description -
-
Uses of PolicyInclude in org.apache.axis2.description
Methods in org.apache.axis2.description that return PolicyInclude Modifier and Type Method Description PolicyIncludeAxisDescription. getPolicyInclude()Deprecated.As of release 1.4, replaced byAxisDescription.getPolicySubject()PolicyIncludeAxisModule. getPolicyInclude()Methods in org.apache.axis2.description with parameters of type PolicyInclude Modifier and Type Method Description voidAxisDescription. setPolicyInclude(PolicyInclude policyInclude)Deprecated.As of release 1.4, if you want to access the policy cache of a particular AxisDescription object useAxisDescription.getPolicySubject()instead.voidAxisModule. setPolicyInclude(PolicyInclude policyInclude)
-