org.apache.ws.scout.transport
Interface Transport

All Known Implementing Classes:
AxisTransport, LocalTransport, RMITransport

public interface Transport

Interface to the message transport class.

Borrowed from jUDDI project.

Author:
Steve Viens (sviens@apache.org)

Method Summary
 Element send(Element request, URI endPointURI)
           
 String send(String request, URI endpointURI)
           
 

Method Detail

send

Element send(Element request,
             URI endPointURI)
             throws RegistryException
Throws:
RegistryException

send

String send(String request,
            URI endpointURI)
            throws RegistryException
Throws:
RegistryException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.