|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.ehboxV2.service.ServiceFactory
public final class ServiceFactory
A factory for creating service objects. Creates ConsultationService and PublicationService
| Field Summary | |
|---|---|
static String |
PROP_ENDPOINT_CONSULTATION_V2
property of the endpoint of ehbox consultation v2 |
static String |
PROP_ENDPOINT_PUBLICATION_V2
property of the endpoint of ehbox publication v2 |
static String |
PROP_VALIDATION_INCOMING_EHBOX_V2
property of the validation xsd of intrahub |
| Method Summary | |
|---|---|
static EhBoxConsultationPortType |
getConsultationService(SAMLToken token)
Gets the consultation service. |
static EhBoxPublicationPortType |
getPublicationService(SAMLToken token)
Gets the publication service. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROP_ENDPOINT_CONSULTATION_V2
public static final String PROP_ENDPOINT_PUBLICATION_V2
public static final String PROP_VALIDATION_INCOMING_EHBOX_V2
| Method Detail |
|---|
public static EhBoxConsultationPortType getConsultationService(SAMLToken token)
throws MalformedURLException,
TechnicalConnectorException,
EhboxBusinessConnectorException
token - the token
MalformedURLException - the malformed url exception
TechnicalConnectorException - the technical connector exception
EhboxBusinessConnectorException
public static EhBoxPublicationPortType getPublicationService(SAMLToken token)
throws MalformedURLException,
TechnicalConnectorException,
EhboxBusinessConnectorException
token - the token
MalformedURLException - the malformed url exception
TechnicalConnectorException - the technical connector exception
EhboxBusinessConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||