public interface GenericService
GenericServiceImpl Factory :
GenericSessionServiceFactory| Modifier and Type | Method and Description |
|---|---|
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) |
GenericResponse send(GenericRequest request) throws TechnicalConnectorException
request - TechnicalConnectorExceptionString sendXML(String payload, URL endpoint) throws TechnicalConnectorException
payload - endpoint - TechnicalConnectorExceptionSessionManagementExceptionString sendXML(String payload, String endpoint) throws TechnicalConnectorException
payload - endpoint - TechnicalConnectorExceptionNode sendDocument(Document payload, String endpoint) throws TechnicalConnectorException
payload - endpoint - TechnicalConnectorExceptionNode sendDocument(Document payload, URL endpoint) throws TechnicalConnectorException
payload - endpoint - TechnicalConnectorExceptionSessionManagementExceptionString sendXML(String payload, URL endpoint, String soapAction) throws TechnicalConnectorException
payload - endpoint - soapAction - TechnicalConnectorExceptionSessionManagementExceptionString sendXML(String payload, String endpoint, String soapAction) throws TechnicalConnectorException
payload - endpoint - soapAction - TechnicalConnectorExceptionSessionManagementExceptionNode sendDocument(Document payload, String endpoint, String soapAction) throws TechnicalConnectorException
payload - endpoint - soapAction - TechnicalConnectorExceptionSessionManagementExceptionNode sendDocument(Document payload, URL endpoint, String soapAction) throws TechnicalConnectorException
payload - endpoint - soapAction - TechnicalConnectorExceptionSessionManagementException
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.