@ThreadSafe
public interface SOAPClient
修飾子とタイプ | インタフェースと説明 |
---|---|
static interface |
SOAPClient.SOAPRequestParameters
Marker interface for binding/transport request parameters.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
send(String endpoint,
SOAPMessageContext messageContext)
Sends a message and waits for a response.
|
void send(String endpoint, SOAPMessageContext messageContext) throws SOAPException, SecurityException
endpoint
- the endpoint to which to send the messagemessageContext
- the message context containing the outbound SOAP messageSOAPClientException
- thrown if there is a problem sending the message or receiving the response or if the
response is a SOAP faultSecurityException
- thrown if the response does not meet any security policy associated with the message
contextSOAPException
Copyright © 2012. All Rights Reserved.