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
- TechnicalConnectorException
String sendXML(String payload, URL endpoint) throws TechnicalConnectorException
payload
- endpoint
- TechnicalConnectorException
SessionManagementException
String sendXML(String payload, String endpoint) throws TechnicalConnectorException
payload
- endpoint
- TechnicalConnectorException
Node sendDocument(Document payload, String endpoint) throws TechnicalConnectorException
payload
- endpoint
- TechnicalConnectorException
Node sendDocument(Document payload, URL endpoint) throws TechnicalConnectorException
payload
- endpoint
- TechnicalConnectorException
SessionManagementException
String sendXML(String payload, URL endpoint, String soapAction) throws TechnicalConnectorException
payload
- endpoint
- soapAction
- TechnicalConnectorException
SessionManagementException
String sendXML(String payload, String endpoint, String soapAction) throws TechnicalConnectorException
payload
- endpoint
- soapAction
- TechnicalConnectorException
SessionManagementException
Node sendDocument(Document payload, String endpoint, String soapAction) throws TechnicalConnectorException
payload
- endpoint
- soapAction
- TechnicalConnectorException
SessionManagementException
Node sendDocument(Document payload, URL endpoint, String soapAction) throws TechnicalConnectorException
payload
- endpoint
- soapAction
- TechnicalConnectorException
SessionManagementException
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.