org.ow2.orchestra.facade.def
Interface FromToDefinition

All Superinterfaces:
Serializable
All Known Subinterfaces:
FromDefinition, ToDefinition
All Known Implementing Classes:
FromDefinitionImpl, FromToDefinitionImpl, ToDefinitionImpl

public interface FromToDefinition
extends Serializable

Author:
Alfonso Fuca

Method Summary
 String getEndpointReference()
           
 String getExpression()
           
 String getExpressionLanguage()
           
 String getPart()
           
 String getPartnerLink()
           
 QName getProperty()
           
 String getQuery()
           
 String getQueryLanguage()
           
 String getVariable()
           
 Variant getVariant()
           
 

Method Detail

getExpressionLanguage

String getExpressionLanguage()
Returns:
the expression language

getPart

String getPart()
Returns:
the part name

getPartnerLink

String getPartnerLink()
Returns:
the partner link name

getProperty

QName getProperty()
Returns:
the property

getVariable

String getVariable()
Returns:
the variable

getEndpointReference

String getEndpointReference()
Returns:
the endpoint reference

getVariant

Variant getVariant()
Returns:
the variant (enum)

getExpression

String getExpression()
Returns:
the expression

getQueryLanguage

String getQueryLanguage()
Returns:
the query language

getQuery

String getQuery()
Returns:
the query


Copyright © 2011 OW2 Consortium. All Rights Reserved.