public class InVMTransportConfigurationSchema extends AbstractTransportConfigurationSchema
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTIONS_ALLOWED |
| Constructor and Description |
|---|
InVMTransportConfigurationSchema() |
| Modifier and Type | Method and Description |
|---|---|
static TransportConfiguration |
createTransportConfiguration(URI uri,
Map<String,String> query,
String name,
String factoryName) |
protected String |
getFactoryName() |
String |
getSchemaName() |
protected List<TransportConfiguration> |
internalNewObject(URI uri,
Map<String,String> query,
String name) |
protected URI |
internalNewURI(List<TransportConfiguration> bean)
This is the default implementation.
|
getDefaultURI, getFactory, getHost, getPort, newObject, newObject, newURI, parseQuery, populateObject, printQuerypublic static final String CONNECTIONS_ALLOWED
public String getSchemaName()
getSchemaName in class URISchema<List<TransportConfiguration>,String>protected List<TransportConfiguration> internalNewObject(URI uri, Map<String,String> query, String name) throws Exception
internalNewObject in class URISchema<List<TransportConfiguration>,String>Exceptionprotected URI internalNewURI(List<TransportConfiguration> bean) throws Exception
URISchemainternalNewURI in class URISchema<List<TransportConfiguration>,String>Exceptionprotected String getFactoryName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.