|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.Policy
com.sun.xml.ws.policy.NestedPolicy
public final class NestedPolicy
A special policy implementation that assures that only no or single policy alternative is possible within this type of policy.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
An Object.equals(Object obj) method override. |
AssertionSet |
getAssertionSet()
Returns the AssertionSet instance representing a single policy alterantive held wihtin this nested policy object. |
int |
hashCode()
An Object.hashCode() method override. |
String |
toString()
An Object.toString() method override. |
| Methods inherited from class com.sun.xml.ws.policy.Policy |
|---|
contains, contains, createEmptyPolicy, createEmptyPolicy, createEmptyPolicy, createNullPolicy, createNullPolicy, createNullPolicy, createPolicy, createPolicy, createPolicy, getId, getIdOrName, getName, getNamespaceVersion, getNumberOfAssertionSets, getVocabulary, isEmpty, isNull, iterator |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public AssertionSet getAssertionSet()
null.
null in case the nested policy
represents 'nothing allowed' policy.public boolean equals(Object obj)
Object.equals(Object obj) method override.
equals in class Policypublic int hashCode()
PolicyObject.hashCode() method override.
hashCode in class Policypublic String toString()
Object.toString() method override.
toString in class Policy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||