Package com.sun.xml.ws.tx.at.policy
Class AtAssertion
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.policy.SimpleAssertion
-
- com.sun.xml.ws.tx.at.policy.AtAssertion
-
public class AtAssertion extends SimpleAssertion
- Author:
- Marek Potociar (marek.potociar at sun.com)
-
-
Constructor Summary
Constructors Constructor Description AtAssertion(WsatNamespace ns, boolean isOptional)AtAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QNamenameForNamespace(WsatNamespace ns)-
Methods inherited from class com.sun.xml.ws.policy.SimpleAssertion
getNestedPolicy, hasNestedPolicy
-
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
-
-
-
Constructor Detail
-
AtAssertion
public AtAssertion(WsatNamespace ns, boolean isOptional)
-
AtAssertion
public AtAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters)
-
-
Method Detail
-
nameForNamespace
public static QName nameForNamespace(WsatNamespace ns)
-
-