|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.business.mycarenetdomaincommons.builders.RequestBuilderFactory
public final class RequestBuilderFactory
Factory for all Builders necessary to create a RequestObject. fully configurable with properties. use RequestBuilderFactory.getBlobBuilder if key "mycarenet.blobbuilder.class" exist in properties file this method return an instance of the class return in the value otherwise, this method return an instance of "be.ehealth.business.BlobBuilderImpl" use RequestBuilderFactory.getCommonBuilder if key "mycarenet.commonbuilder.class" exist in properties file this method return an instance of the class return in the value otherwise, this method return an instance of "be.ehealth.business.GenericCommonBuilderImpl"
Method Summary | |
---|---|
static BlobBuilder |
getBlobBuilder(String projectName)
Deprecated. |
static CommonBuilder |
getCommonBuilder(String projectName)
Retrieve an instance of CommonBuilder implementation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static BlobBuilder getBlobBuilder(String projectName) throws TechnicalConnectorException
BlobBuilder
implementation
TechnicalConnectorException
public static CommonBuilder getCommonBuilder(String projectName) throws TechnicalConnectorException
CommonBuilder
implementation. If mycarenet.{projectName}.usedefaultproperties is true, then the
default project Name will be used to instanciate CommonBuilder
projectName
- the name of your project
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |