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

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.AtAlwaysCapability

public class AtAlwaysCapability
extends SimpleAssertion

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

Field Summary
static QName NAME
           
 
Constructor Summary
AtAlwaysCapability(AssertionData data, Collection<PolicyAssertion> assertionParameters)
           
AtAlwaysCapability(boolean isOptional)
           
 
Method Summary
 
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
 

Field Detail

NAME

public static final QName NAME
Constructor Detail

AtAlwaysCapability

public AtAlwaysCapability(boolean isOptional)

AtAlwaysCapability

public AtAlwaysCapability(AssertionData data,
                          Collection<PolicyAssertion> assertionParameters)


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