org.uddi4j.transport
Class TransportBase
java.lang.Object
org.uddi4j.transport.TransportBase
- All Implemented Interfaces:
- Transport
- Direct Known Subclasses:
- ApacheAxisTransport, ApacheSOAPTransport, WebSphereTransport
Deprecated. UDDI4J is deprecated as of WAS 6.0. Use the IBM UDDI v3 Client for Java (IBM UC4J) instead.
- public abstract class TransportBase
- extends java.lang.Object
- implements Transport
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.
- Author:
- David Melgar (dmelgar@us.ibm.com)
Method Summary |
boolean |
logEnabled()
Deprecated. |
org.w3c.dom.Element |
send(UDDIElement el,
java.net.URL url)
Deprecated. Sends a UDDIElement to URL. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.uddi4j.transport.Transport |
send |
TransportBase
public TransportBase()
- Deprecated.
send
public org.w3c.dom.Element send(UDDIElement el,
java.net.URL url)
throws TransportException
- Deprecated.
- Sends a UDDIElement to URL.
- Specified by:
send
in interface Transport
- Parameters:
el
- UDDIElement to sendurl
- Destination URL
- Returns:
- An element representing a XML DOM tree containing the UDDI response.
- Throws:
TransportException
- Thrown if a problem occurs during transmission
logEnabled
public boolean logEnabled()
- Deprecated.