Class BootstrapPolicy
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.BootstrapPolicy
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapPolicy(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of BootstrapPolicy -
Method Summary
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
Constructor Details
-
BootstrapPolicy
public BootstrapPolicy(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of BootstrapPolicy
-