java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.Header
- All Implemented Interfaces:
Header
- Author:
- K.Venugopal@sun.com
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionHeader(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative) Deprecated. -
Method Summary
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
Constructor Details
-
Header
Deprecated.Creates a new instance of Header -
Header
public Header(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative) throws com.sun.xml.ws.policy.PolicyException - Throws:
com.sun.xml.ws.policy.PolicyException
-
-
Method Details
-
equals
- Overrides:
equalsin classcom.sun.xml.ws.policy.PolicyAssertion
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.sun.xml.ws.policy.PolicyAssertion
-
getLocalName
Description copied from interface:Headerreturn Local Name of the Header- Specified by:
getLocalNamein interfaceHeader
-
getURI
Description copied from interface:Headerreturn the URI of the Header.
-