Class SpringCloudServiceTypedConnectorData
- java.lang.Object
-
- de.iip_ecosphere.platform.services.spring.SpringCloudServiceTypedData
-
- de.iip_ecosphere.platform.services.spring.SpringCloudServiceTypedConnectorData
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor,de.iip_ecosphere.platform.services.TypedDataDescriptor
public class SpringCloudServiceTypedConnectorData extends SpringCloudServiceTypedData implements de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
ImplementsTypedDataConnectorDescriptorfor Spring Cloud.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description SpringCloudServiceTypedConnectorData(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.Class<?> type, java.lang.String service, java.lang.String function)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFunction()java.lang.StringgetId()java.lang.StringgetService()-
Methods inherited from class de.iip_ecosphere.platform.services.spring.SpringCloudServiceTypedData
getDescription, getName, getType
-
-
-
-
Constructor Detail
-
SpringCloudServiceTypedConnectorData
SpringCloudServiceTypedConnectorData(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.Class<?> type, java.lang.String service, java.lang.String function)Creates an instance.- Parameters:
id- the id of the connection.name- the name of the data, e.g., the channeldescription- an optional description of the data (may be empty)type- the type, either a standard java class or a dynamic proxy for types declared by the services that are not available in this (execution/platform) environmentservice- the id of the service this connector is pointing tofunction- the function associated to this connector
-
-
Method Detail
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfacede.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
-
getService
public java.lang.String getService()
- Specified by:
getServicein interfacede.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
-
getFunction
public java.lang.String getFunction()
- Specified by:
getFunctionin interfacede.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
-
-