org.opensaml.ws.soap.client
Interface ClientTransport
- All Known Implementing Classes:
- HTTPSOAPTransport
public interface ClientTransport
Transport used by the SOAPClient
to connect to a peer and send data.
Method Summary |
void |
send(URI endpointURI,
MessageContext messageContext)
Sends the given SOAP message to the provided peer endpoint. |
send
void send(URI endpointURI,
MessageContext messageContext)
throws TransportException
- Sends the given SOAP message to the provided peer endpoint.
- Parameters:
endpointURI
- peer endpointmessageContext
- message context
- Throws:
TransportException
- thrown if there is a problem sending the message
Copyright © 2006-2008 Internet2. All Rights Reserved.