|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.Header
public class Header
| Field Summary |
|---|
| Fields inherited from interface com.sun.xml.ws.security.policy.Header |
|---|
NAME, URI |
| Constructor Summary | |
|---|---|
Header(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
|
|
Header(String localName,
String uri)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
An Object.equals(Object obj) method override. |
String |
getLocalName()
return Local Name of the Header |
String |
getURI()
return the URI of the Header. |
int |
hashCode()
An Object.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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Header(String localName,
String uri)
public Header(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
throws PolicyException
PolicyException| Method Detail |
|---|
public boolean equals(Object object)
PolicyAssertionObject.equals(Object obj) method override.
equals in class PolicyAssertionpublic int hashCode()
PolicyAssertionObject.hashCode() method override.
hashCode in class PolicyAssertionpublic String getLocalName()
Header
getLocalName in interface Headerpublic String getURI()
Header
getURI in interface Header
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||