org.apache.ws.scout.transport
Class LocalTransport
java.lang.Object
org.apache.ws.scout.transport.LocalTransport
- All Implemented Interfaces:
- Transport
public class LocalTransport
- extends Object
- implements Transport
Local Message transport class.
This transpor calls jUDDI directly.
- Author:
- Kurt Stam (kurt.stam@redhat.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalTransport
public LocalTransport()
send
public Element send(Element request,
URI endpointURI)
throws RegistryException
- Sends an element and returns an element.
- Specified by:
send
in interface Transport
- Throws:
RegistryException
send
public String send(String request,
URI endpointURI)
throws RegistryException
- Sends an XML, responds with an XML.
- Specified by:
send
in interface Transport
- Throws:
RegistryException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.