org.apache.cxf.transport.http
Class Address

java.lang.Object
  extended by org.apache.cxf.transport.http.Address

public final class Address
extends Object

A convenient class for storing URI and URL representation of an address and avoid useless conversions. The class is thread-safe.


Constructor Summary
Address(URI uri)
           
 
Method Summary
 URI getURI()
           
 URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address(URI uri)
Method Detail

getURL

public URL getURL()
           throws MalformedURLException
Throws:
MalformedURLException

getURI

public URI getURI()


Apache CXF