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