public class AbstractRemoteDestination extends Object
| Constructor and Description |
|---|
AbstractRemoteDestination() |
| Modifier and Type | Method and Description |
|---|---|
protected Destination |
buildDestination() |
String |
getId() |
List<String> |
getRoles() |
RemotingDestinationSecurizer |
getSecurizer() |
String |
getSource() |
protected void |
init(AbstractFrameworkGraniteConfig graniteConfig) |
void |
initServices(ServicesConfig servicesConfig) |
void |
setId(String id) |
void |
setRoles(List<String> roles) |
void |
setSecurizer(RemotingDestinationSecurizer securizer) |
void |
setSource(String source) |
public AbstractRemoteDestination()
public RemotingDestinationSecurizer getSecurizer()
public void setSecurizer(RemotingDestinationSecurizer securizer)
protected void init(AbstractFrameworkGraniteConfig graniteConfig)
public void initServices(ServicesConfig servicesConfig)
protected Destination buildDestination()