com.sun.xml.ws.tx.at.policy
Class AtAssertion

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.policy.SimpleAssertion
          extended by com.sun.xml.ws.tx.at.policy.AtAssertion

public class AtAssertion
extends SimpleAssertion

Author:
Marek Potociar (marek.potociar at sun.com)

Constructor Summary
AtAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters)
           
AtAssertion(WsatNamespace ns, boolean isOptional)
           
 
Method Summary
static QName nameForNamespace(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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.