Method and Description |
---|
com.sun.xml.ws.policy.PolicyAssertion.getNestedAssertionsIterator()
Use getNestedParametersIterator() instead
|
com.sun.xml.ws.policy.PolicyAssertion.hasNestedAssertions()
Use hasParameters() instead
|
Constructor and Description |
---|
com.sun.xml.ws.policy.PolicyAssertion(AssertionData, Collection extends PolicyAssertion>, AssertionSet)
Non-abstract assertion types should derive from
SimpleAssertion
or ComplexAssertion instead. Policy class will not provide support for
nested policy alternatives in the future. This responsibility is delegated to
ComplexAssertion class instead. |
Copyright © 2006–2013 Oracle Corporation. All rights reserved.