routines.system.api
Interface ESBEndpointInfo


public interface ESBEndpointInfo

Describes the generic Endpoint


Method Summary
 String getEndpointKey()
          Returns a component identifier that should be used to be configured with given ESBEndpointInfo
 Map<String,Object> getEndpointProperties()
          Additional endpoint properties that would be required to configure endpoint
 String getEndpointUri()
          Returns a URI String for the endpoint.
 

Method Detail

getEndpointKey

String getEndpointKey()
Returns a component identifier that should be used to be configured with given ESBEndpointInfo

Returns:
a non-null String unique for type of endpoint

getEndpointUri

String getEndpointUri()
Returns a URI String for the endpoint. This URI should be understood by the consumer with given getEndpointKey()

Returns:
a non-null String, ideally a URI

getEndpointProperties

Map<String,Object> getEndpointProperties()
Additional endpoint properties that would be required to configure endpoint

Returns:


Copyright © 2011-2013 Talend Inc.. All Rights Reserved.