|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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.
| Field Summary |
|---|
| Fields inherited from class org.jboss.soa.esb.addressing.EPR |
|---|
_logger |
| 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, hashCode, setAddr, setURI |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, 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.URISyntaxExceptionpublic 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()
public java.lang.String toString()
toString in class EPRpublic EPR copy()
EPR
copy in class EPRpublic static final java.net.URI type()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||