Package org.apache.activemq.util
Class URISupport.CompositeData
- java.lang.Object
-
- org.apache.activemq.util.URISupport.CompositeData
-
- Enclosing class:
- URISupport
public static class URISupport.CompositeData extends Object
A composite URI can be split into one or more CompositeData object which each represent the individual URIs that comprise the composite one.
-
-
Constructor Summary
Constructors Constructor Description CompositeData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI[]
getComponents()
String
getFragment()
String
getHost()
Map<String,String>
getParameters()
String
getPath()
String
getScheme()
URI
toURI()
-
-
-
Method Detail
-
getComponents
public URI[] getComponents()
-
getFragment
public String getFragment()
-
getScheme
public String getScheme()
-
getPath
public String getPath()
-
getHost
public String getHost()
-
toURI
public URI toURI() throws URISyntaxException
- Throws:
URISyntaxException
-
-