org.apache.ws.scout.transport
Class AxisTransport
java.lang.Object
org.apache.ws.scout.transport.AxisTransport
- All Implemented Interfaces:
- Transport
public class AxisTransport
- extends Object
- implements Transport
Message transport class.
Borrowed from jUDDI project.
- Author:
- Steve Viens (sviens@apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisTransport
public AxisTransport()
send
public Element send(Element request,
URI endpointURL)
throws RegistryException
- Specified by:
send
in interface Transport
- Throws:
RegistryException
send
public String send(String request,
URI endpointURL)
throws RegistryException
- Specified by:
send
in interface Transport
- Throws:
RegistryException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.