org.apache.woden.wsdl20.validation
Class AssertionInfo

java.lang.Object
  extended by 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)

Field Summary
 Assertion assertion
           
 java.lang.Class targetClass
           
 
Constructor Summary
AssertionInfo(Assertion assertion, java.lang.Class targetClass)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assertion

public final Assertion assertion

targetClass

public final java.lang.Class targetClass
Constructor Detail

AssertionInfo

public AssertionInfo(Assertion assertion,
                     java.lang.Class targetClass)


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.