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) |
public static final String CONNECTIONS_ALLOWED
public String getSchemaName()
getSchemaName
in class org.apache.activemq.artemis.utils.uri.URISchema<List<TransportConfiguration>,String>
protected List<TransportConfiguration> internalNewObject(URI uri, Map<String,String> query, String name) throws Exception
internalNewObject
in class org.apache.activemq.artemis.utils.uri.URISchema<List<TransportConfiguration>,String>
Exception
protected URI internalNewURI(List<TransportConfiguration> bean) throws Exception
internalNewURI
in class org.apache.activemq.artemis.utils.uri.URISchema<List<TransportConfiguration>,String>
Exception
protected String getFactoryName()
Copyright © 2020 The Apache Software Foundation. All rights reserved.