|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.refinedabstraction.RefinedWsrfrpFactory
public class RefinedWsrfrpFactory
Implementation, following the "Singleton" design pattern, of
the WsrfrpFactory factory interface.
NOTE : "RefinedWsrfrpFactory" class is the "refined abstraction"
part of the "Bridge" design pattern.
| Method Summary | |
|---|---|
GetResourcePropertyResponse |
createGetResourcePropertyResponse()
create a minimal GetResourcePropertyResponse object, respect to
"model implementation" |
InvalidModificationFaultType |
createInvalidModificationFaultType(java.util.Date timestamp,
ResourcePropertyChangeFailureType value)
create a minimal InvalidModificationFaultType object, respect to "model implementation" |
InvalidResourcePropertyQNameFaultType |
createInvalidResourcePropertyQNameFaultType(java.util.Date timestamp)
create a minimal InvalidResourcePropertyQNameFaultType object, respect to
"model implementation" |
ResourcePropertyChangeFailureType |
createResourcePropertyChangeFailureType(boolean value)
create a minimal ResourcePropertyChangeFailureType object, respect to "model implementation"
with mandatory field (according to associated XML Schema) |
ResourcePropertyChangeFailureType.CurrentValue |
createResourcePropertyChangeFailureTypeCurrentValue(java.util.List<org.w3c.dom.Element> values)
create a minimal ResourcePropertyChangeFailureType.CurrentValue object, respect to "model implementation"
with mandatory field (according to associated XML Schema) |
ResourcePropertyChangeFailureType.RequestedValue |
createResourcePropertyChangeFailureTypeRequestedValue(java.util.List<org.w3c.dom.Element> values)
create a minimal ResourcePropertyChangeFailureType.RequestedValue object, respect to "model implementation"
with mandatory field (according to associated XML Schema) |
ResourcePropertyValueChangeNotificationType |
createResourcePropertyValueChangeNotificationType(ResourcePropertyValueChangeNotificationType.NewValues newValues)
create a minimal ResourcePropertyValueChangeNotificationType object, respect to "model implementation" |
ResourcePropertyValueChangeNotificationType.NewValues |
createResourcePropertyValueChangeNotificationTypeNewValues(org.w3c.dom.Element valueAsElt)
create a minimal ResourcePropertyValueChangeNotificationType.NewValues object, respect to "model implementation" |
ResourcePropertyValueChangeNotificationType.OldValues |
createResourcePropertyValueChangeNotificationTypeOldValues(org.w3c.dom.Element valueAsElt)
create a minimal ResourcePropertyValueChangeNotificationType.OldValues object, respect to "model implementation" |
UnableToModifyResourcePropertyFaultType |
createUnableToModifyResourcePropertyFaultType(java.util.Date timestamp,
ResourcePropertyChangeFailureType value)
create a minimal UnableToModifyResourcePropertyFaultType object, respect to "model implementation" |
UpdateResourceProperties |
createUpdateResourceProperties(UpdateType content)
create a minimal UpdateResourceProperties object, respect to "model implementation"
with mandatory field (according to associated XML Schema) |
UpdateResourcePropertiesRequestFailedFaultType |
createUpdateResourcePropertiesRequestFailedFaultType(java.util.Date timestamp,
ResourcePropertyChangeFailureType value)
create a minimal UpdateResourcePropertiesRequestFailedFaultType object, respect to "model implementation" |
UpdateResourcePropertiesResponse |
createUpdateResourcePropertiesResponse()
create a minimal UpdateResourcePropertiesResponse object, respect to "model implementation"
with mandatory field (according to associated XML Schema) |
UpdateType |
createUpdateType(java.util.List<org.w3c.dom.Element> content)
create a minimal UpdateType object, respect to "model implementation"
with mandatory field (At least one property expected) |
static WsrfrpFactory |
getInstance()
Get the singleton instance of the class once the model's factory has been initialized. |
static WsrfrpFactory |
getInstance(WsrfrpModelFactory modelFactory)
Initialize model's factory and get the singleton instance of the class |
WsrfrpModelFactory |
getModel()
Get the model's factory implementation used. |
WsrfrpReader |
getWsrfrpReader()
Get a instance of WsrfrpReader class ,
respect to "model implementation" |
WsrfrpWriter |
getWsrfrpWriter()
Get a instance of WsrfrpWriter class,
respect to "model implementation" |
void |
setModel(WsrfrpModelFactory 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 WsrfrpFactory getInstance()
throws WsrfrpException
WsrfrpExceptionpublic static WsrfrpFactory getInstance(WsrfrpModelFactory modelFactory)
modelFactory - then model's factory implementation.
public WsrfrpModelFactory getModel()
public void setModel(WsrfrpModelFactory model)
modelFactory - an instance of model's factory implementationpublic WsrfrpReader getWsrfrpReader()
WsrfrpFactoryWsrfrpReader class ,
respect to "model implementation"
getWsrfrpReader in interface WsrfrpFactoryWsrfrpReader classpublic WsrfrpWriter getWsrfrpWriter()
WsrfrpFactoryWsrfrpWriter class,
respect to "model implementation"
getWsrfrpWriter in interface WsrfrpFactoryWsrfrpWriter classpublic GetResourcePropertyResponse createGetResourcePropertyResponse()
WsrfrpFactoryGetResourcePropertyResponse object, respect to
"model implementation"
createGetResourcePropertyResponse in interface WsrfrpFactoryGetResourcePropertyResponse instancepublic InvalidResourcePropertyQNameFaultType createInvalidResourcePropertyQNameFaultType(java.util.Date timestamp)
WsrfrpFactoryInvalidResourcePropertyQNameFaultType object, respect to
"model implementation"
createInvalidResourcePropertyQNameFaultType in interface WsrfrpFactorytimestamp - the creation date of the fault
InvalidResourcePropertyQNameFaultType instance
public UpdateType createUpdateType(java.util.List<org.w3c.dom.Element> content)
throws WsrfrpException
WsrfrpFactoryUpdateType object, respect to "model implementation"
with mandatory field (At least one property expected)
createUpdateType in interface WsrfrpFactorycontent - the list of properties to update
UpdateType instance
WsrfrpExceptionpublic UpdateResourceProperties createUpdateResourceProperties(UpdateType content)
WsrfrpFactoryUpdateResourceProperties object, respect to "model implementation"
with mandatory field (according to associated XML Schema)
createUpdateResourceProperties in interface WsrfrpFactorycontent - the list of properties to update
UpdateResourceProperties instancepublic UpdateResourcePropertiesResponse createUpdateResourcePropertiesResponse()
WsrfrpFactoryUpdateResourcePropertiesResponse object, respect to "model implementation"
with mandatory field (according to associated XML Schema)
createUpdateResourcePropertiesResponse in interface WsrfrpFactoryUpdateResourceProperties instancepublic ResourcePropertyChangeFailureType createResourcePropertyChangeFailureType(boolean value)
WsrfrpFactoryResourcePropertyChangeFailureType object, respect to "model implementation"
with mandatory field (according to associated XML Schema)
createResourcePropertyChangeFailureType in interface WsrfrpFactoryvalue - value of "isResotored" parameter to set
ResourcePropertyChangeFailureType instancepublic ResourcePropertyChangeFailureType.CurrentValue createResourcePropertyChangeFailureTypeCurrentValue(java.util.List<org.w3c.dom.Element> values)
WsrfrpFactoryResourcePropertyChangeFailureType.CurrentValue object, respect to "model implementation"
with mandatory field (according to associated XML Schema)
createResourcePropertyChangeFailureTypeCurrentValue in interface WsrfrpFactoryvalues - currents values of requested property
ResourcePropertyChangeFailureType.CurrentValue instancepublic ResourcePropertyChangeFailureType.RequestedValue createResourcePropertyChangeFailureTypeRequestedValue(java.util.List<org.w3c.dom.Element> values)
WsrfrpFactoryResourcePropertyChangeFailureType.RequestedValue object, respect to "model implementation"
with mandatory field (according to associated XML Schema)
createResourcePropertyChangeFailureTypeRequestedValue in interface WsrfrpFactoryvalues - requested values of requested property
ResourcePropertyChangeFailureType.RequestedValue instance
public InvalidModificationFaultType createInvalidModificationFaultType(java.util.Date timestamp,
ResourcePropertyChangeFailureType value)
WsrfrpFactoryInvalidModificationFaultType object, respect to "model implementation"
createInvalidModificationFaultType in interface WsrfrpFactorytimestamp - the creation date of the faultvalue - state of requested resource property changes
InvalidModificationFaultType instance
public UnableToModifyResourcePropertyFaultType createUnableToModifyResourcePropertyFaultType(java.util.Date timestamp,
ResourcePropertyChangeFailureType value)
WsrfrpFactoryUnableToModifyResourcePropertyFaultType object, respect to "model implementation"
createUnableToModifyResourcePropertyFaultType in interface WsrfrpFactorytimestamp - the creation date of the faultvalue - state of requested resource property changes
UnableToModifyResourcePropertyFaultType instance
public UpdateResourcePropertiesRequestFailedFaultType createUpdateResourcePropertiesRequestFailedFaultType(java.util.Date timestamp,
ResourcePropertyChangeFailureType value)
WsrfrpFactoryUpdateResourcePropertiesRequestFailedFaultType object, respect to "model implementation"
createUpdateResourcePropertiesRequestFailedFaultType in interface WsrfrpFactorytimestamp - the creation date of the faultvalue - state of requested resource property changes
UpdateResourcePropertiesRequestFailedFaultType instancepublic ResourcePropertyValueChangeNotificationType createResourcePropertyValueChangeNotificationType(ResourcePropertyValueChangeNotificationType.NewValues newValues)
WsrfrpFactoryResourcePropertyValueChangeNotificationType object, respect to "model implementation"
createResourcePropertyValueChangeNotificationType in interface WsrfrpFactorynewValues - new RP's values
ResourcePropertyValueChangeNotificationType instancepublic ResourcePropertyValueChangeNotificationType.NewValues createResourcePropertyValueChangeNotificationTypeNewValues(org.w3c.dom.Element valueAsElt)
WsrfrpFactoryResourcePropertyValueChangeNotificationType.NewValues object, respect to "model implementation"
createResourcePropertyValueChangeNotificationTypeNewValues in interface WsrfrpFactoryResourcePropertyValueChangeNotificationType.NewValues instancepublic ResourcePropertyValueChangeNotificationType.OldValues createResourcePropertyValueChangeNotificationTypeOldValues(org.w3c.dom.Element valueAsElt)
WsrfrpFactoryResourcePropertyValueChangeNotificationType.OldValues object, respect to "model implementation"
createResourcePropertyValueChangeNotificationTypeOldValues in interface WsrfrpFactoryResourcePropertyValueChangeNotificationType.OldValues instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||