Class Header
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.security.impl.policy.Header
-
-
Constructor Summary
Constructors Constructor Description Header(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)Header(String localName, String uri)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetLocalName()return Local Name of the HeaderStringgetURI()return the URI of the Header.inthashCode()-
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(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 Detail
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classcom.sun.xml.ws.policy.PolicyAssertion
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.sun.xml.ws.policy.PolicyAssertion
-
getLocalName
public String getLocalName()
Description copied from interface:Headerreturn Local Name of the Header- Specified by:
getLocalNamein interfaceHeader
-
-