|
||||||||||
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(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative)
|
|
Header(java.lang.String localName,
java.lang.String uri)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getLocalName()
return Local Name of the Header |
java.lang.String |
getURI()
return the URI of the Header. |
int |
hashCode()
|
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
---|
getAttributes, getAttributesSet, getAttributeValue, 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(java.lang.String localName, java.lang.String uri)
public Header(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative) throws com.sun.xml.ws.policy.PolicyException
com.sun.xml.ws.policy.PolicyException
Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in class com.sun.xml.ws.policy.PolicyAssertion
public int hashCode()
hashCode
in class com.sun.xml.ws.policy.PolicyAssertion
public java.lang.String getLocalName()
Header
getLocalName
in interface Header
public java.lang.String getURI()
Header
getURI
in interface Header
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |