org.apache.ws.scout.transport
Class AxisTransport

java.lang.Object
  extended by 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)

Constructor Summary
AxisTransport()
           
 
Method Summary
 Element send(Element request, URI endpointURL)
           
 String send(String request, URI endpointURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisTransport

public AxisTransport()
Method Detail

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.