Package | Description |
---|---|
org.opensaml.soap.client |
SOAP client functionality.
|
org.opensaml.soap.client.http |
SOAP HTTP client functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPClientException
Exception indicating an error sending or receiving a SOAP message.
|
class |
SOAPFaultException
Exception indicating a SOAP fault.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPClient.send(String endpoint,
org.opensaml.messaging.context.InOutOperationContext context)
Sends a message and waits for a response.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpSOAPClient.send(String endpoint,
org.opensaml.messaging.context.InOutOperationContext context)
Sends a message and waits for a response.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.