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 com.sun.xml.ws.policy.SimpleAssertion
Author:
Marek Potociar (marek.potociar at sun.com)
  • Constructor Summary

    Constructors
    Constructor
    Description
    AtAssertion(WsatNamespace ns, boolean isOptional)
     
    AtAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData data, Collection<? extends com.sun.xml.ws.policy.PolicyAssertion> assertionParameters)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static QName
     

    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, getParametersIterator, getValue, hashCode, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AtAssertion

      public AtAssertion(WsatNamespace ns, boolean isOptional)
    • AtAssertion

      public AtAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData data, Collection<? extends com.sun.xml.ws.policy.PolicyAssertion> assertionParameters)
  • Method Details