public class GenericServiceImpl extends Object implements GenericService
GenericService
Constructor and Description |
---|
GenericServiceImpl(SessionValidator sessionValidator) |
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) |
public GenericServiceImpl(SessionValidator sessionValidator)
sessionValidator
- TechnicalConnectorException
public String sendXML(String payload, URL endpoint) throws TechnicalConnectorException
sendXML
in interface GenericService
TechnicalConnectorException
SessionManagementException
public String sendXML(String payload, URL endpoint, String soapAction) throws TechnicalConnectorException
sendXML
in interface GenericService
TechnicalConnectorException
SessionManagementException
public String sendXML(String payload, String endpoint) throws TechnicalConnectorException
sendXML
in interface GenericService
TechnicalConnectorException
public String sendXML(String payload, String endpoint, String soapAction) throws TechnicalConnectorException
sendXML
in interface GenericService
TechnicalConnectorException
SessionManagementException
public Node sendDocument(Document payload, URL endpoint) throws TechnicalConnectorException
sendDocument
in interface GenericService
TechnicalConnectorException
SessionManagementException
public Node sendDocument(Document payload, URL endpoint, String soapAction) throws TechnicalConnectorException
sendDocument
in interface GenericService
TechnicalConnectorException
SessionManagementException
public Node sendDocument(Document payload, String endpoint) throws TechnicalConnectorException
sendDocument
in interface GenericService
TechnicalConnectorException
public Node sendDocument(Document payload, String endpoint, String soapAction) throws TechnicalConnectorException
sendDocument
in interface GenericService
TechnicalConnectorException
SessionManagementException
public GenericResponse send(GenericRequest request) throws TechnicalConnectorException
send
in interface GenericService
TechnicalConnectorException
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.