-
Methods Method Description com.sun.xml.ws.policy.PolicyAssertion.getNestedAssertionsIterator() Use getNestedParametersIterator() insteadcom.sun.xml.ws.policy.PolicyAssertion.hasNestedAssertions() Use hasParameters() instead
-
Constructors Constructor Description com.sun.xml.ws.policy.PolicyAssertion(AssertionData, Collection<? extends PolicyAssertion>, AssertionSet) Non-abstract assertion types should derive fromSimpleAssertionorComplexAssertioninstead.Policyclass will not provide support for nested policy alternatives in the future. This responsibility is delegated toComplexAssertionclass instead.