|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
public final class RefinedWsrfbfFactory
Implementation, following the "Singleton" design pattern, of
the WsrfbfFactory factory interface.
NOTE : "RefinedWsrfbfFactory" class is the "refined abstraction"
part of the "Bridge" design pattern.
| Method Summary | |
|---|---|
BaseFaultType |
createBaseFaultType(java.util.Date timestamp)
create a minimal BaseFaultType object, respect to
"model implementation" |
BaseFaultType.Description |
createBaseFaultTypeDescription(java.lang.String value)
create a minimal BaseFaultType.Description object, respect to
"model implementation" |
BaseFaultType.ErrorCode |
createBaseFaultTypeErrorCode(java.net.URI dialect)
create a minimal BaseFaultType.ErrorCode object, respect to
"model implementation" |
BaseFaultType.FaultCause |
createBaseFaultTypeFaultCause(org.w3c.dom.Element faultCause)
create a minimal BaseFaultType.FaultCause object,
respect to "model implementation" |
static WsrfbfFactory |
getInstance()
|
static WsrfbfFactory |
getInstance(WsrfbfModelFactory modelFactory)
|
WsrfbfModelFactory |
getModel()
Get the model's factory implementation used. |
WsrfbfReader |
getWsrfbfReader()
Get a instance of WsrfbfReader class ,
respect to "model implementation" |
WsrfbfWriter |
getWsrfbfWriter()
Get a instance of WsrfbfWriter class,
respect to "model implementation" |
protected void |
setModel(WsrfbfModelFactory model)
Set the model's factory implementation to used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WsrfbfFactory getInstance()
throws WsrfbfException
WsrfbfExceptionpublic static WsrfbfFactory getInstance(WsrfbfModelFactory modelFactory)
public WsrfbfModelFactory getModel()
protected void setModel(WsrfbfModelFactory model)
modelFactory - an instance of model's factory implementationpublic BaseFaultType createBaseFaultType(java.util.Date timestamp)
WsrfbfFactoryBaseFaultType object, respect to
"model implementation"
createBaseFaultType in interface WsrfbfFactorytimestamp - the creation date of the fault
BaseFaultType instancepublic BaseFaultType.Description createBaseFaultTypeDescription(java.lang.String value)
WsrfbfFactoryBaseFaultType.Description object, respect to
"model implementation"
createBaseFaultTypeDescription in interface WsrfbfFactoryvalue - the description content as String object
BaseFaultType.Description instancepublic BaseFaultType.ErrorCode createBaseFaultTypeErrorCode(java.net.URI dialect)
WsrfbfFactoryBaseFaultType.ErrorCode object, respect to
"model implementation"
createBaseFaultTypeErrorCode in interface WsrfbfFactorydialect - the dialect to use as URI object
BaseFaultType.ErrorCode instancepublic BaseFaultType.FaultCause createBaseFaultTypeFaultCause(org.w3c.dom.Element faultCause)
WsrfbfFactoryBaseFaultType.FaultCause object,
respect to "model implementation"
createBaseFaultTypeFaultCause in interface WsrfbfFactoryfaultCause - the fault cause representation as Elementpublic WsrfbfReader getWsrfbfReader()
WsrfbfFactoryWsrfbfReader class ,
respect to "model implementation"
getWsrfbfReader in interface WsrfbfFactoryWsrfbfReader classpublic WsrfbfWriter getWsrfbfWriter()
WsrfbfFactoryWsrfbfWriter class,
respect to "model implementation"
getWsrfbfWriter in interface WsrfbfFactoryWsrfbfWriter class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||