Package org.jboss.remoting3.spi
Interface EndpointConfigurator
-
public interface EndpointConfigurator
An interface which allows external configuration to take place if no endpoint configuration is present in the global configuration file.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Endpoint
getConfiguredEndpoint()
Get the configured Remoting endpoint.
-
-
-
Method Detail
-
getConfiguredEndpoint
Endpoint getConfiguredEndpoint()
Get the configured Remoting endpoint.- Returns:
- the endpoint, or
null
if none was found for this configuration
-
-