|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.uddi4j.transport.TransportBase
Partial implementation of Transport interface. This class provides a default implementation of the send UDDIElement method. This converts the UDDIElement to a DOM element and invokes the send DOM Element method. In the future, if the data representation is not DOM based, transports will need to implement their own send UDDIElement methods.
| Constructor Summary | |
TransportBase()
|
|
| Method Summary | |
boolean |
logEnabled()
|
org.w3c.dom.Element |
send(UDDIElement el,
java.net.URL url)
Sends a UDDIElement to URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.uddi4j.transport.Transport |
send |
| Constructor Detail |
public TransportBase()
| Method Detail |
public org.w3c.dom.Element send(UDDIElement el,
java.net.URL url)
throws TransportException
send in interface Transportel - UDDIElement to sendurl - Destination URL
TransportException - Thrown if a problem occurs during transmissionpublic boolean logEnabled()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||