public abstract class PhysicalAttachPoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<org.fabric3.api.model.type.contract.DataType> |
dataTypes |
| Constructor and Description |
|---|
PhysicalAttachPoint() |
PhysicalAttachPoint(org.fabric3.api.model.type.contract.DataType... types) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Returns the classloader associated with the attach point.
|
java.util.List<org.fabric3.api.model.type.contract.DataType> |
getDataTypes()
Returns a list of supported data types supported by the attach point by order of preference.
|
java.net.URI |
getUri()
Returns the URI of the attach point such as a reference, callback, resource, producer, service or consumer.
|
void |
setClassLoader(java.lang.ClassLoader classLoader)
Sets the id of the classloader associated with the attach point.
|
void |
setUri(java.net.URI uri)
Sets the URI of the attach point such as a reference, callback, resource, producer, service or consumer.
|
protected java.util.List<org.fabric3.api.model.type.contract.DataType> dataTypes
public PhysicalAttachPoint()
public PhysicalAttachPoint(org.fabric3.api.model.type.contract.DataType... types)
public java.net.URI getUri()
public void setUri(java.net.URI uri)
uri - the attach point URIpublic java.lang.ClassLoader getClassLoader()
public void setClassLoader(java.lang.ClassLoader classLoader)
classLoader - the id of the classloader associated with the attach pointpublic java.util.List<org.fabric3.api.model.type.contract.DataType> getDataTypes()