Class Header
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.security.impl.policy.Header
-
- All Implemented Interfaces:
Header
public class Header extends PolicyAssertion implements Header
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description Header(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)Header(String localName, String uri)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)AnObject.equals(Object obj)method override.StringgetLocalName()return Local Name of the HeaderStringgetURI()return the URI of the Header.inthashCode()AnObject.hashCode()method override.-
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 Detail
-
Header
@Deprecated public Header(String localName, String uri)
Deprecated.Creates a new instance of Header
-
Header
public Header(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) throws PolicyException
- Throws:
PolicyException
-
-
Method Detail
-
equals
public boolean equals(Object object)
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
public String getLocalName()
Description copied from interface:Headerreturn Local Name of the Header- Specified by:
getLocalNamein interfaceHeader
-
-