org.wsmo.service.signature
Interface WSDLGrounding

All Superinterfaces:
Grounding
All Known Implementing Classes:
WSDLGroundingRI

public interface WSDLGrounding
extends Grounding

WSDL Grounding is a subclass of Grounding and defines methods for getting information about the wsdl grounding for a concept.

    Created on Jul 26, 2005
    Committed by $Author: vassil_momtchev $
    $Source$
 

Version:
$Revision: 1849 $ $Date: 2006-10-24 17:56:41 +0300 (Tue, 24 Oct 2006) $
Author:
James Scicluna, Thomas Haselwanter, Holger Lausen

Method Summary
 org.wsmo.common.IRI getIRI()
          Returns an IRI pointing to the input/ouput parameter of some WSDL operation
 void setIRI(org.wsmo.common.IRI iri)
          Sets the grounding IRI
 

Method Detail

getIRI

org.wsmo.common.IRI getIRI()
Returns an IRI pointing to the input/ouput parameter of some WSDL operation

Returns:
An IRI object defining the grounding information

setIRI

void setIRI(org.wsmo.common.IRI iri)
Sets the grounding IRI

Parameters:
iri - An IRI object which defines the grounding


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.