Class InVMServerLocatorSchema
java.lang.Object
org.apache.activemq.artemis.utils.uri.URISchema<ServerLocator,String>
org.apache.activemq.artemis.uri.schema.serverLocator.AbstractServerLocatorSchema
org.apache.activemq.artemis.uri.schema.serverLocator.InVMServerLocatorSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URIgetUri(TransportConfiguration[] configurations) protected ServerLocatorprotected URIinternalNewURI(ServerLocator bean) This is the default implementation.Methods inherited from class org.apache.activemq.artemis.uri.schema.serverLocator.AbstractServerLocatorSchema
newConnectionOptionsMethods inherited from class org.apache.activemq.artemis.utils.uri.URISchema
getDefaultURI, getFactory, getHost, getPort, internalPopulateObject, newObject, newObject, newURI, parseQuery, populateObject, printQuery
-
Constructor Details
-
InVMServerLocatorSchema
public InVMServerLocatorSchema()
-
-
Method Details
-
getSchemaName
- Specified by:
getSchemaNamein classURISchema<ServerLocator,String>
-
internalNewObject
protected ServerLocator internalNewObject(URI uri, Map<String, String> query, String name) throws Exception- Specified by:
internalNewObjectin classURISchema<ServerLocator,String> - Throws:
Exception
-
internalNewURI
Description copied from class:URISchemaThis is the default implementation. Sub classes are should provide a proper implementation for their schemas.- Overrides:
internalNewURIin classURISchema<ServerLocator,String> - Throws:
Exception
-
getUri
- Throws:
URISyntaxException
-