org.apache.camel.util
Class URISupport.CompositeData

java.lang.Object
  extended by org.apache.camel.util.URISupport.CompositeData
Enclosing class:
URISupport

public static class URISupport.CompositeData
extends Object

Holder to get parts of the URI.


Field Summary
 String host
           
 
Constructor Summary
URISupport.CompositeData()
           
 
Method Summary
 URI[] getComponents()
           
 String getFragment()
           
 String getHost()
           
 Map getParameters()
           
 String getPath()
           
 String getScheme()
           
 URI toURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public String host
Constructor Detail

URISupport.CompositeData

public URISupport.CompositeData()
Method Detail

getComponents

public URI[] getComponents()

getFragment

public String getFragment()

getParameters

public Map getParameters()

getScheme

public String getScheme()

getPath

public String getPath()

getHost

public String getHost()

toURI

public URI toURI()
          throws URISyntaxException
Throws:
URISyntaxException


Apache CAMEL