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 java.lang.Object
implements Transport

Message transport class.

Borrowed from jUDDI project.

Author:
Steve Viens (sviens@apache.org)

Constructor Summary
AxisTransport()
           
 
Method Summary
 org.w3c.dom.Element send(org.w3c.dom.Element request, java.net.URI endpointURL)
           
 java.lang.String send(java.lang.String request, java.net.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 org.w3c.dom.Element send(org.w3c.dom.Element request,
                                java.net.URI endpointURL)
                         throws TransportException
Specified by:
send in interface Transport
Throws:
TransportException

send

public java.lang.String send(java.lang.String request,
                             java.net.URI endpointURL)
                      throws TransportException
Specified by:
send in interface Transport
Throws:
TransportException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.