|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WsrfbfFactory
Interface of the factory that must provide creation methods
of WS-BaseFaults Types. Mainly expected methods are those
which help to build BaseFaultType, BaseFaultType.Description,
BaseFaultType.ErrorCode and BaseFaultType.FaultCause typed objects.
Also provide getters for WsrfbfReader and {WsrfbfWriter} objects.
NOTE : the factory is implemented following the "Bridge" design pattern
and the "WsrfbfFactory" class represents the "abstraction" part
| 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" |
WsrfbfReader |
getWsrfbfReader()
Get a instance of WsrfbfReader class ,
respect to "model implementation" |
WsrfbfWriter |
getWsrfbfWriter()
Get a instance of WsrfbfWriter class,
respect to "model implementation" |
| Method Detail |
|---|
BaseFaultType createBaseFaultType(java.util.Date timestamp)
BaseFaultType object, respect to
"model implementation"
timestamp - the creation date of the fault
BaseFaultType instanceBaseFaultType.Description createBaseFaultTypeDescription(java.lang.String value)
BaseFaultType.Description object, respect to
"model implementation"
value - the description content as String object
BaseFaultType.Description instanceBaseFaultType.ErrorCode createBaseFaultTypeErrorCode(java.net.URI dialect)
BaseFaultType.ErrorCode object, respect to
"model implementation"
dialect - the dialect to use as URI object
BaseFaultType.ErrorCode instanceBaseFaultType.FaultCause createBaseFaultTypeFaultCause(org.w3c.dom.Element faultCause)
BaseFaultType.FaultCause object,
respect to "model implementation"
faultCause - the fault cause representation as ElementWsrfbfReader getWsrfbfReader()
WsrfbfReader class ,
respect to "model implementation"
WsrfbfReader classWsrfbfWriter getWsrfbfWriter()
WsrfbfWriter class,
respect to "model implementation"
WsrfbfWriter class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||