|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.addressing.EPR org.jboss.soa.esb.addressing.eprs.HTTPEpr
public class HTTPEpr
A helper class for using HTTP style EPRs. Simply create instances of this class instead of the base EPR.
Constructor Summary | |
---|---|
HTTPEpr(EPR epr)
|
|
HTTPEpr(EPR epr,
org.w3c.dom.Element header)
|
|
HTTPEpr(java.lang.String url)
|
|
HTTPEpr(java.net.URI uri)
Construct the HTTP EPR using the specified URI. |
|
HTTPEpr(java.net.URL url)
Deprecated. |
Method Summary | |
---|---|
EPR |
copy()
Return a copy of this EPR. |
java.net.URL |
getURL()
Deprecated. |
void |
setURL(java.net.URL url)
Deprecated. |
java.lang.String |
toString()
|
static java.net.URI |
type()
|
Methods inherited from class org.jboss.soa.esb.addressing.EPR |
---|
equals, getAddr, getURI, setAddr, setURI |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HTTPEpr(EPR epr)
public HTTPEpr(EPR epr, org.w3c.dom.Element header)
public HTTPEpr(java.net.URL url) throws java.net.URISyntaxException
url
-
java.net.URISyntaxException
public HTTPEpr(java.net.URI uri)
uri
-
java.net.URISyntaxException
public HTTPEpr(java.lang.String url) throws java.net.URISyntaxException
java.net.URISyntaxException
Method Detail |
---|
public final void setURL(java.net.URL url)
url
- the address.public final java.net.URL getURL() throws java.net.MalformedURLException, java.net.URISyntaxException
java.net.URISyntaxException
- thrown if the address is invalid.
java.net.MalformedURLException
public java.lang.String toString()
toString
in class EPR
public EPR copy()
EPR
copy
in class EPR
public static final java.net.URI type()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |