org.apache.woden.internal.wsdl20.assertions
Class Interface1010

java.lang.Object
  extended by org.apache.woden.internal.wsdl20.assertions.Interface1010
All Implemented Interfaces:
Assertion

public class Interface1010
extends java.lang.Object
implements Assertion

This class represents assertion Interface-1010 from the WSDL 2.0 specification. For details about this assertion see: http://www.w3.org/TR/2007/REC-wsdl20-20070626/#Interface-1010

Author:
Lawrence Mandel (lmandel@apache.org)

Field Summary
static java.lang.String ID
           
 
Constructor Summary
Interface1010()
           
 
Method Summary
 java.lang.String getId()
           
 void validate(java.lang.Object target, WodenContext wodenCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
Constructor Detail

Interface1010

public Interface1010()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Assertion

validate

public void validate(java.lang.Object target,
                     WodenContext wodenCtx)
              throws WSDLException
Specified by:
validate in interface Assertion
Throws:
WSDLException


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