public abstract class PhysicalWireTarget extends PhysicalAttachPoint
dataTypes| Constructor and Description |
|---|
PhysicalWireTarget() |
PhysicalWireTarget(org.fabric3.api.model.type.contract.DataType... types) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getCallbackUri()
Returns the URI for the target callback component for invocations passed through this wire.
|
boolean |
isCallback()
Returns true if the wire is a callback wire.
|
boolean |
isOptimizable()
Returns whether the target side of the wire is optimizable.
|
void |
setCallback(boolean callback)
Sets if the wire is a callback wire.
|
void |
setCallbackUri(java.net.URI uri)
Sets the URI for the target callback component for invocations passed through this wire.
|
void |
setOptimizable(boolean optimizable)
Sets whether the target side of the wire is optimizable.
|
getClassLoader, getDataTypes, getUri, setClassLoader, setUripublic PhysicalWireTarget()
public PhysicalWireTarget(org.fabric3.api.model.type.contract.DataType... types)
public java.net.URI getCallbackUri()
public void setCallbackUri(java.net.URI uri)
uri - the target callback uripublic boolean isCallback()
public void setCallback(boolean callback)
callback - true if the wire is a callback wirepublic boolean isOptimizable()
public void setOptimizable(boolean optimizable)
optimizable - whether the target side of the wire is optimizable