org.apache.woden.wsdl20.validation
Class AssertionInfo
java.lang.Object
org.apache.woden.wsdl20.validation.AssertionInfo
public class AssertionInfo
- extends java.lang.Object
Represents an immutable object containing the information about an assertion
which is needed to perform WSDL validation.
This information consists of the Assertion object and the target Class
for the WSDL component that this assertion applies to.
TODO assertion dependencies to be added later.
- Author:
- John Kaputin (jkaputin@apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
assertion
public final Assertion assertion
targetClass
public final java.lang.Class targetClass
AssertionInfo
public AssertionInfo(Assertion assertion,
java.lang.Class targetClass)
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.