Uses of Class
be.ehealth.technicalconnector.ws.domain.GenericRequest

Packages that use GenericRequest
be.ehealth.businessconnector.addressbook.service   
be.ehealth.businessconnector.chapterIV.service   
be.ehealth.businessconnector.dics.service   
be.ehealth.businessconnector.dicsv2.service   
be.ehealth.businessconnector.ehbox.v3.service Contains the interface of the service publication and consultation and the factory to get it back 
be.ehealth.businessconnector.insurability.service   
be.ehealth.businessconnector.insurabilityv2.service   
be.ehealth.businessconnector.therlink.service   
be.ehealth.technicalconnector.generic.session   
be.ehealth.technicalconnector.generic.session.impl   
be.ehealth.technicalconnector.service.ws   
be.ehealth.technicalconnector.ws   
be.ehealth.technicalconnector.ws.domain   
be.ehealth.technicalconnector.ws.impl   
be.ehealth.technicalconnector.ws.impl.strategy   
be.fgov.ehealth.technicalconnector.distributedkeys.proxy   
 

Uses of GenericRequest in be.ehealth.businessconnector.addressbook.service
 

Methods in be.ehealth.businessconnector.addressbook.service that return GenericRequest
static GenericRequest TokenServiceFactory.getService(SAMLToken token)
          Get the service
 

Uses of GenericRequest in be.ehealth.businessconnector.chapterIV.service
 

Methods in be.ehealth.businessconnector.chapterIV.service that return GenericRequest
static GenericRequest ServiceFactory.getAdmissionService(SAMLToken token)
          Gets the admission service.
static GenericRequest ServiceFactory.getConsultationService(SAMLToken token)
           
 

Uses of GenericRequest in be.ehealth.businessconnector.dics.service
 

Methods in be.ehealth.businessconnector.dics.service that return GenericRequest
static GenericRequest ServiceFactory.getDicsService(SAMLToken token, String soapAction)
           
 

Uses of GenericRequest in be.ehealth.businessconnector.dicsv2.service
 

Methods in be.ehealth.businessconnector.dicsv2.service that return GenericRequest
static GenericRequest ServiceFactory.getDicsService(SAMLToken token, String soapAction)
           
 

Uses of GenericRequest in be.ehealth.businessconnector.ehbox.v3.service
 

Methods in be.ehealth.businessconnector.ehbox.v3.service that return GenericRequest
static GenericRequest ServiceFactory.getConsultationService(SAMLToken token)
          Gets the consultation service.
static GenericRequest ServiceFactory.getPublicationService(SAMLToken token)
          Gets the publication service.
 

Uses of GenericRequest in be.ehealth.businessconnector.insurability.service
 

Methods in be.ehealth.businessconnector.insurability.service that return GenericRequest
static GenericRequest ServiceFactory.getService(SAMLToken token)
          Get the service
 

Uses of GenericRequest in be.ehealth.businessconnector.insurabilityv2.service
 

Methods in be.ehealth.businessconnector.insurabilityv2.service that return GenericRequest
static GenericRequest ServiceFactory.getService(SAMLToken token)
          Get the service
 

Uses of GenericRequest in be.ehealth.businessconnector.therlink.service
 

Methods in be.ehealth.businessconnector.therlink.service that return GenericRequest
static GenericRequest ServiceFactory.getTherLinkPort(SAMLToken token)
          Gets the therlink port
 

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.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()
          This method will sets the DefaultHandlerChain before and after the security layer as specified in the configuration.
 GenericRequest GenericRequest.setEndpoint(String endpoint)
           
 GenericRequest GenericRequest.setHandlerChain(HandlerChain handlers)
           
 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)
           
 




Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.