org.apache.cxf.transport.http
Class Address
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address(URI uri)
getURL
public URL getURL()
throws MalformedURLException
- Throws:
MalformedURLException
getURI
public URI getURI()
Apache CXF