public class Destination extends Object implements Serializable
| Constructor and Description |
|---|
Destination(String id,
List<String> channelRefs,
XMap properties,
List<String> roles,
Adapter adapter,
Class<?> scannedClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemoveListener(DestinationRemoveListener listener) |
static Destination |
forElement(XMap element,
Adapter defaultAdapter,
Map<String,Adapter> adaptersMap) |
Adapter |
getAdapter() |
List<String> |
getChannelRefs() |
String |
getId() |
XMap |
getProperties() |
List<String> |
getRoles() |
Class<?> |
getScannedClass() |
DestinationSecurizer |
getSecurizer() |
boolean |
isSecured() |
void |
remove() |
void |
setSecurizer(DestinationSecurizer securizer) |
public void addRemoveListener(DestinationRemoveListener listener)
public void remove()
public List<String> getChannelRefs()
public XMap getProperties()
public boolean isSecured()
public Adapter getAdapter()
public Class<?> getScannedClass()
public DestinationSecurizer getSecurizer()
public void setSecurizer(DestinationSecurizer securizer)
public static Destination forElement(XMap element, Adapter defaultAdapter, Map<String,Adapter> adaptersMap)