be.ehealth.technicalconnector.ws
Interface GenericWsSender

All Known Implementing Classes:
GenericWsSenderImpl

public interface GenericWsSender

The Interface GenericWsSender. Default impl : GenericWsSenderImpl Factory : ServiceFactory


Method Summary
 GenericResponse send(GenericRequest request)
           
 Node sendCertificateSecured(String url, Document payload, X509Certificate certificate, PrivateKey privateKey)
          Deprecated. 
 Node sendCertificateSecured(String url, Document payload, X509Certificate certificate, PrivateKey privateKey, String soapAction)
          Deprecated. 
 String sendCertificateSecured(String url, String payload, X509Certificate certificate, PrivateKey privateKey)
          Deprecated. 
 String sendCertificateSecured(String url, String payload, X509Certificate certificate, PrivateKey privateKey, String soapAction)
          Deprecated. 
 Node sendSamlSecured(String url, Document payload, Element assertion, Credential credential)
          Deprecated. 
 Node sendSamlSecured(String url, Document payload, Element assertion, Credential credential, String soapAction)
          Deprecated. 
 String sendSamlSecured(String url, String payload, Element assertion, Credential credential)
          Deprecated. 
 String sendSamlSecured(String url, String payload, Element assertion, Credential credential, String soapAction)
          Deprecated. 
 Node sendUnsecured(String url, Document payload)
          Deprecated. 
 Node sendUnsecured(String url, Document payload, String soapAction)
          Deprecated. 
 String sendUnsecured(String url, String payload)
          Deprecated. use the method send(GenericRequest)
 String sendUnsecured(String url, String payload, String soapAction)
          Deprecated. 
 

Method Detail

send

GenericResponse send(GenericRequest request)
                     throws TechnicalConnectorException
Parameters:
request -
Returns:
Throws:
TechnicalConnectorException

sendUnsecured

@Deprecated
String sendUnsecured(String url,
                                String payload)
                     throws TechnicalConnectorException
Deprecated. use the method send(GenericRequest)

Send unsecured.

Parameters:
url - The endpoint of the targeted web service.
payload - Business message. XML payload of the SOAP request message containing the business data.
Returns:
The XML payload of the SOAP response message containing business data.
Throws:
TechnicalConnectorException - When a technical exception occurs

sendUnsecured

@Deprecated
Node sendUnsecured(String url,
                              Document payload)
                   throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendSamlSecured

@Deprecated
String sendSamlSecured(String url,
                                  String payload,
                                  Element assertion,
                                  Credential credential)
                       throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendSamlSecured

@Deprecated
Node sendSamlSecured(String url,
                                Document payload,
                                Element assertion,
                                Credential credential)
                     throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendCertificateSecured

@Deprecated
String sendCertificateSecured(String url,
                                         String payload,
                                         X509Certificate certificate,
                                         PrivateKey privateKey)
                              throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendCertificateSecured

@Deprecated
Node sendCertificateSecured(String url,
                                       Document payload,
                                       X509Certificate certificate,
                                       PrivateKey privateKey)
                            throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendUnsecured

@Deprecated
String sendUnsecured(String url,
                                String payload,
                                String soapAction)
                     throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendUnsecured

@Deprecated
Node sendUnsecured(String url,
                              Document payload,
                              String soapAction)
                   throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendSamlSecured

@Deprecated
String sendSamlSecured(String url,
                                  String payload,
                                  Element assertion,
                                  Credential credential,
                                  String soapAction)
                       throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendSamlSecured

@Deprecated
Node sendSamlSecured(String url,
                                Document payload,
                                Element assertion,
                                Credential credential,
                                String soapAction)
                     throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendCertificateSecured

@Deprecated
String sendCertificateSecured(String url,
                                         String payload,
                                         X509Certificate certificate,
                                         PrivateKey privateKey,
                                         String soapAction)
                              throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException

sendCertificateSecured

@Deprecated
Node sendCertificateSecured(String url,
                                       Document payload,
                                       X509Certificate certificate,
                                       PrivateKey privateKey,
                                       String soapAction)
                            throws TechnicalConnectorException
Deprecated. 

Throws:
TechnicalConnectorException



Connector Packaging TECHNICAL 3.14.2 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.