Apache CXF API

org.apache.cxf.transport.jms.uri
Class URISupport.CompositeData

java.lang.Object
  extended by org.apache.cxf.transport.jms.uri.URISupport.CompositeData
Enclosing class:
URISupport

public static class URISupport.CompositeData
extends Object

Holder to get parts of the URI.


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
 

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 CXF API

Apache CXF