|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GenericRequest in be.ehealth.technicalconnector.generic.session |
---|
Methods in be.ehealth.technicalconnector.generic.session with parameters of type GenericRequest | |
---|---|
GenericResponse |
GenericService.send(GenericRequest request)
|
Uses of GenericRequest in be.ehealth.technicalconnector.generic.session.impl |
---|
Methods in be.ehealth.technicalconnector.generic.session.impl with parameters of type GenericRequest | |
---|---|
GenericResponse |
GenericServiceImpl.send(GenericRequest request)
|
Uses of GenericRequest in be.ehealth.technicalconnector.service.ws |
---|
Methods in be.ehealth.technicalconnector.service.ws that return GenericRequest | |
---|---|
static GenericRequest |
ServiceFactory.getCodageService(X509Certificate certificate,
PrivateKey privateKey)
Deprecated. replaced by getSealsService |
static GenericRequest |
ServiceFactory.getETKService()
Gets the eTK service. |
static GenericRequest |
ServiceFactory.getIdSupportV2Service(SAMLToken token)
|
static GenericRequest |
ServiceFactory.getKGSSService()
Gets the KGSS service. |
static GenericRequest |
ServiceFactory.getKGSSServiceSecured(SAMLToken token)
Gets the KGSSS service secured. |
static GenericRequest |
ServiceFactory.getSealsService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Codage service. |
static GenericRequest |
ServiceFactory.getSTSService(X509Certificate certificate,
PrivateKey privateKey)
Gets the sTS service. |
static GenericRequest |
ServiceFactory.getTSAuthorityService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Timestamping service. |
static GenericRequest |
ServiceFactory.getTSConsultService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Timestamping service. |
Uses of GenericRequest in be.ehealth.technicalconnector.ws |
---|
Methods in be.ehealth.technicalconnector.ws with parameters of type GenericRequest | |
---|---|
GenericResponse |
GenericWsSender.send(GenericRequest request)
|
Uses of GenericRequest in be.ehealth.technicalconnector.ws.domain |
---|
Methods in be.ehealth.technicalconnector.ws.domain that return GenericRequest | |
---|---|
GenericRequest |
GenericRequest.addDataHandler(String id,
byte[] byteArray)
Wrapping a byte[] in a ByteArrayDatasource as DataHandler |
GenericRequest |
GenericRequest.addDataHandler(String id,
DataHandler dataHandler)
|
GenericRequest |
GenericRequest.addDefaulHandlerChain()
This method will sets the DefaultHandlerChain before and after the security layer as specified in the configuration. |
GenericRequest |
GenericRequest.addHandlerChain(HandlerChain handlers)
This method will append all the handlers in the HandlerChain |
GenericRequest |
GenericRequest.setCertificateSecured(X509Certificate certificate,
PrivateKey privateKey)
|
GenericRequest |
GenericRequest.setCredential(Credential cred,
TokenType sec)
This method will set the security handler based on the credential |
GenericRequest |
GenericRequest.setCredentialFromSession(TokenType sec)
This method will use the session to detirming the credential to use. |
GenericRequest |
GenericRequest.setDefaultHandlerChain()
Deprecated. method addDefaulHandlerChain should be used |
GenericRequest |
GenericRequest.setEndpoint(String endpoint)
|
GenericRequest |
GenericRequest.setHandlerChain(HandlerChain handlers)
Deprecated. method addHandlerChain should be used. |
GenericRequest |
GenericRequest.setPayload(Document payload)
|
GenericRequest |
GenericRequest.setPayload(Document payload,
GenericFeature... features)
|
GenericRequest |
GenericRequest.setPayload(Object payload)
Setting the payload with a classes annotated with XmlRootElement are allowed. |
GenericRequest |
GenericRequest.setPayload(Object payload,
boolean xop)
Deprecated. |
GenericRequest |
GenericRequest.setPayload(Object payload,
GenericFeature... features)
|
GenericRequest |
GenericRequest.setPayload(String payload)
The payload to set as String value |
GenericRequest |
GenericRequest.setSamlSecured(Element assertion,
Credential hok)
This method will uses the assertion and the credential for setting the SAML security |
GenericRequest |
GenericRequest.setSoapAction(String soapAction)
|
GenericRequest |
GenericRequest.setWSAddressing(WsAddressingHeader header)
This method will set the WSAddressing header as specified in the V200508 specification |
Uses of GenericRequest in be.ehealth.technicalconnector.ws.impl |
---|
Methods in be.ehealth.technicalconnector.ws.impl with parameters of type GenericRequest | |
---|---|
GenericResponse |
AbstractWsSender.send(GenericRequest genericRequest)
|
Uses of GenericRequest in be.ehealth.technicalconnector.ws.impl.strategy |
---|
Methods in be.ehealth.technicalconnector.ws.impl.strategy with parameters of type GenericRequest | |
---|---|
GenericResponse |
RetryStrategy.invoke(GenericRequest genericRequest)
|
GenericResponse |
NoRetryInvokeStrategy.invoke(GenericRequest genericRequest)
|
GenericResponse |
InvokeStrategy.invoke(GenericRequest request)
|
Uses of GenericRequest in be.fgov.ehealth.technicalconnector.distributedkeys.proxy |
---|
Constructors in be.fgov.ehealth.technicalconnector.distributedkeys.proxy with parameters of type GenericRequest | |
---|---|
DigitalSignatureServiceProxy(GenericRequest req,
String profile,
Map<String,List<X509Certificate>> certificates)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |