org.ow2.orchestra.facade.def.impl
Class FromToDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
All Implemented Interfaces:
Serializable, FromToDefinition
Direct Known Subclasses:
FromDefinitionImpl, ToDefinitionImpl

public class FromToDefinitionImpl
extends Object
implements FromToDefinition

See Also:
Serialized Form

Constructor Summary
protected FromToDefinitionImpl()
           
  FromToDefinitionImpl(FromToDefinition fromToDefinition)
           
 
Method Summary
 String getEndpointReference()
           
 String getExpression()
           
 String getExpressionLanguage()
           
 String getPart()
           
 String getPartnerLink()
           
 QName getProperty()
           
 String getQuery()
           
 String getQueryLanguage()
           
 String getVariable()
           
 Variant getVariant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromToDefinitionImpl

protected FromToDefinitionImpl()

FromToDefinitionImpl

public FromToDefinitionImpl(FromToDefinition fromToDefinition)
Method Detail

getEndpointReference

public String getEndpointReference()
Specified by:
getEndpointReference in interface FromToDefinition
Returns:
the endpoint reference

getExpressionLanguage

public String getExpressionLanguage()
Specified by:
getExpressionLanguage in interface FromToDefinition
Returns:
the expression language

getPart

public String getPart()
Specified by:
getPart in interface FromToDefinition
Returns:
the part name

getPartnerLink

public String getPartnerLink()
Specified by:
getPartnerLink in interface FromToDefinition
Returns:
the partner link name

getProperty

public QName getProperty()
Specified by:
getProperty in interface FromToDefinition
Returns:
the property

getVariable

public String getVariable()
Specified by:
getVariable in interface FromToDefinition
Returns:
the variable

getVariant

public Variant getVariant()
Specified by:
getVariant in interface FromToDefinition
Returns:
the variant (enum)

getExpression

public String getExpression()
Specified by:
getExpression in interface FromToDefinition
Returns:
the expression

getQuery

public String getQuery()
Specified by:
getQuery in interface FromToDefinition
Returns:
the query

getQueryLanguage

public String getQueryLanguage()
Specified by:
getQueryLanguage in interface FromToDefinition
Returns:
the query language


Copyright © 2011 OW2 Consortium. All Rights Reserved.