|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.hub.service.ServiceFactory
public final class ServiceFactory
A factory for IntraHubService.
| Field Summary | |
|---|---|
static String |
INTRAHUB_PROTOCOL
|
| Method Summary | |
|---|---|
static GenericRequest |
getIntraHubPort(SAMLToken token,
String soapAction)
Gets the consultation service. |
static GenericRequest |
getIntraHubPortWithFolderEncryption(SAMLToken token,
Crypto crypto,
String soapAction)
Deprecated. Use the same function without crypto |
static GenericRequest |
getIntraHubPortWithFolderEncryption(SAMLToken token,
String soapAction)
|
static IntraHubService |
getIntraHubService()
Gets the IntraHubService |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INTRAHUB_PROTOCOL
| Method Detail |
|---|
public static GenericRequest getIntraHubPort(SAMLToken token,
String soapAction)
throws MalformedURLException,
TechnicalConnectorException,
IntraHubBusinessConnectorException
token - the token
MalformedURLException - the malformed url exception
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException
@Deprecated
public static GenericRequest getIntraHubPortWithFolderEncryption(SAMLToken token,
Crypto crypto,
String soapAction)
throws MalformedURLException,
TechnicalConnectorException,
IntraHubBusinessConnectorException
token - the tokencrypto -
MalformedURLException - the malformed url exception
TechnicalConnectorException - the technical connector exception
IntraHubBusinessConnectorException
public static GenericRequest getIntraHubPortWithFolderEncryption(SAMLToken token,
String soapAction)
throws MalformedURLException,
TechnicalConnectorException,
IntraHubBusinessConnectorException
MalformedURLException
TechnicalConnectorException
IntraHubBusinessConnectorExceptionpublic static IntraHubService getIntraHubService()
IntraHubService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||