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 PolicyInclude
AxisDescription. getPolicyInclude()
Deprecated.As of release 1.4, replaced byAxisDescription.getPolicySubject()
PolicyInclude
AxisModule. getPolicyInclude()
Methods in org.apache.axis2.description with parameters of type PolicyInclude Modifier and Type Method Description void
AxisDescription. 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.void
AxisModule. setPolicyInclude(PolicyInclude policyInclude)
-