Class Header
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(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Deprecated. -
Method Summary
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedPolicy, getParametersIterator, getValue, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
Constructor Details
-
Header
Deprecated.Creates a new instance of Header -
Header
public Header(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) throws PolicyException - Throws:
PolicyException
-
-
Method Details
-
equals
Description copied from class:PolicyAssertionAnObject.equals(Object obj)method override.- Overrides:
equalsin classPolicyAssertion
-
hashCode
public int hashCode()Description copied from class:PolicyAssertionAnObject.hashCode()method override.- Overrides:
hashCodein classPolicyAssertion
-
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.
-