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

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

public class Description1003
extends java.lang.Object
implements Assertion


Constructor Summary
Description1003()
           
 
Method Summary
 java.lang.String getId()
          Return the assertion identifier.
 void validate(java.lang.Object target, WodenContext wodenCtx)
          Validates the specified WSDL object against this assertion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Description1003

public Description1003()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Assertion
Return the assertion identifier. For example, "Description-1001". The WSDL 2.0 specification defines assertion ids for the WSDL infoset and component model and for the extensions defined in Part 2: Adjuncts (wsdlx, wrpc, wsoap, whttp). Providers of other extensions must define unique identifiers for their assertions.

Specified by:
getId in interface Assertion
Returns:
the String representing the ID of this assertion.

validate

public void validate(java.lang.Object target,
                     WodenContext wodenCtx)
              throws WSDLException
Description copied from interface: Assertion
Validates the specified WSDL object against this assertion.

Specified by:
validate in interface Assertion
Parameters:
target - the WSDL object that is the target of the assertion
wodenCtx - WodenContext containing helper objects useful to Assertion implementors
Throws:
WSDLException


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