Uses of Class
org.apache.activemq.artemis.utils.uri.URISupport.CompositeData
-
Packages that use URISupport.CompositeData Package Description org.apache.activemq.artemis.utils.uri -
-
Uses of URISupport.CompositeData in org.apache.activemq.artemis.utils.uri
Methods in org.apache.activemq.artemis.utils.uri that return URISupport.CompositeData Modifier and Type Method Description static URISupport.CompositeDataURISupport. parseComposite(URI uri)Given a composite URI, parse the individual URI elements contained within that URI and return a CompositeData instance that contains the parsed URI values.
-