be.ehealth.technicalconnector.generic.session
Interface GenericService
- All Known Implementing Classes:
- GenericServiceImpl
public interface GenericService
Generice Service.
Default impl : GenericServiceImpl
Factory : GenericSessionServiceFactory
|
Method Summary |
GenericResponse |
send(GenericRequest request)
|
Node |
sendDocument(Document payload,
String endpoint)
|
Node |
sendDocument(Document payload,
String endpoint,
String soapAction)
|
Node |
sendDocument(Document payload,
URL endpoint)
|
Node |
sendDocument(Document payload,
URL endpoint,
String soapAction)
|
String |
sendXML(String payload,
String endpoint)
|
String |
sendXML(String payload,
String endpoint,
String soapAction)
|
String |
sendXML(String payload,
URL endpoint)
|
String |
sendXML(String payload,
URL endpoint,
String soapAction)
|
send
GenericResponse send(GenericRequest request)
throws TechnicalConnectorException
- Parameters:
request -
- Returns:
-
- Throws:
TechnicalConnectorException
sendXML
String sendXML(String payload,
URL endpoint)
throws TechnicalConnectorException,
SessionManagementException
- Parameters:
payload - endpoint -
- Returns:
- String Response
- Throws:
TechnicalConnectorException
SessionManagementException
sendXML
String sendXML(String payload,
String endpoint)
throws TechnicalConnectorException,
SessionManagementException
- Parameters:
payload - endpoint -
- Returns:
- String response
- Throws:
TechnicalConnectorException
SessionManagementException
sendDocument
Node sendDocument(Document payload,
String endpoint)
throws TechnicalConnectorException,
SessionManagementException
- Parameters:
payload - endpoint -
- Returns:
- Node of the result
- Throws:
TechnicalConnectorException
SessionManagementException
sendDocument
Node sendDocument(Document payload,
URL endpoint)
throws TechnicalConnectorException,
SessionManagementException
- Parameters:
payload - endpoint -
- Returns:
- Node of the result
- Throws:
TechnicalConnectorException
SessionManagementException
sendXML
String sendXML(String payload,
URL endpoint,
String soapAction)
throws TechnicalConnectorException,
SessionManagementException
- Parameters:
payload - endpoint - soapAction -
- Returns:
- String Response
- Throws:
TechnicalConnectorException
SessionManagementException
sendXML
String sendXML(String payload,
String endpoint,
String soapAction)
throws TechnicalConnectorException,
SessionManagementException
- Parameters:
payload - endpoint - soapAction -
- Returns:
- String response
- Throws:
TechnicalConnectorException
SessionManagementException
sendDocument
Node sendDocument(Document payload,
String endpoint,
String soapAction)
throws TechnicalConnectorException,
SessionManagementException
- Parameters:
payload - endpoint - soapAction -
- Returns:
- Node of the result
- Throws:
TechnicalConnectorException
SessionManagementException
sendDocument
Node sendDocument(Document payload,
URL endpoint,
String soapAction)
throws TechnicalConnectorException,
SessionManagementException
- Parameters:
payload - endpoint - soapAction -
- Returns:
- Node of the result
- Throws:
TechnicalConnectorException
SessionManagementException
Connector Packaging generic 3.16.1 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.