|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.therlink.builders.RequestObjectBuilderFactory
public final class RequestObjectBuilderFactory
Factory for CommonObjectBuilder
, ProofBuilder
and RequestObjectBuilder
Method Summary | |
---|---|
static CommonObjectBuilder |
getCommonBuilder()
Retrieve an instance of a CommonObjectBuilder implementation The implementation could be a custom class defined in the
configuration file By default, it would be |
static ProofBuilder |
getProofBuilder()
Retrieve an instance of a ProofBuilder implementation The implementation could be a custom class defined in the configuration
file By default, it would be |
static RequestObjectBuilder |
getRequestObjectBuilder()
Retrieve an instance of a RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file By default, it would be |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CommonObjectBuilder getCommonBuilder() throws TherLinkBusinessConnectorException, TechnicalConnectorException, InstantiationException
CommonObjectBuilder
implementation The implementation could be a custom class defined in the
configuration file By default, it would be
TherLinkBusinessConnectorException
TechnicalConnectorException
InstantiationException
public static ProofBuilder getProofBuilder() throws TechnicalConnectorException, TherLinkBusinessConnectorException, InstantiationException
ProofBuilder
implementation The implementation could be a custom class defined in the configuration
file By default, it would be
TechnicalConnectorException
TherLinkBusinessConnectorException
InstantiationException
public static RequestObjectBuilder getRequestObjectBuilder() throws TechnicalConnectorException, TherLinkBusinessConnectorException, InstantiationException
RequestObjectBuilder
implementation The implementation could be a custom class defined in the
configuration file By default, it would be
RequestObjectBuilder
TechnicalConnectorException
TherLinkBusinessConnectorException
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |