com.ebmwebsourcing.wsstar.resourceproperties.datatypes.impl.impl
Class WsrfrpModelFactoryImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.resourceproperties.datatypes.impl.impl.WsrfrpModelFactoryImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

public class WsrfrpModelFactoryImpl
extends java.lang.Object
implements com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory


Constructor Summary
WsrfrpModelFactoryImpl()
           
 
Method Summary
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.GetResourcePropertyResponse createWsrfrpModelGetResourcePropertyResponse()
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.InvalidModificationFaultType createWsrfrpModelInvalidModificationFaultType(java.util.Date timestamp, com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType value)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.InvalidResourcePropertyQNameFaultType createWsrfrpModelInvalidResourcePropertyQNameFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType createWsrfrpModelResourcePropertyChangeFailureType(boolean value)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType.CurrentValue createWsrfrpModelResourcePropertyChangeFailureTypeCurrentValue(java.util.List<org.w3c.dom.Element> values)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType.RequestedValue createWsrfrpModelResourcePropertyChangeFailureTypeRequestedValue(java.util.List<org.w3c.dom.Element> values)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType createWsrfrpModelResourcePropertyValueChangeNotificationType(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType.NewValues newValues)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType.NewValues createWsrfrpModelResourcePropertyValueChangeNotificationTypeNewValues(org.w3c.dom.Element valueAsElt)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType.OldValues createWsrfrpModelResourcePropertyValueChangeNotificationTypeOldValues(org.w3c.dom.Element valueAsElt)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType createWsrfrpModelUnableToModifyResourcePropertyFaultType(java.util.Date timestamp, com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType value)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourceProperties createWsrfrpModelUpdateResourceProperties(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateType content)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourcePropertiesRequestFailedFaultType createWsrfrpModelUpdateResourcePropertiesRequestFailedFaultType(java.util.Date timestamp, com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType value)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourcePropertiesResponse createWsrfrpModelUpdateResourcePropertiesResponse()
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateType createWsrfrpModelUpdateType(java.util.List<org.w3c.dom.Element> content)
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpReader getWsrfrpModelReader()
           
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter getWsrfrpModelWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrfrpModelFactoryImpl

public WsrfrpModelFactoryImpl()
Method Detail

getWsrfrpModelReader

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpReader getWsrfrpModelReader()
Specified by:
getWsrfrpModelReader in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

getWsrfrpModelWriter

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter getWsrfrpModelWriter()
Specified by:
getWsrfrpModelWriter in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelGetResourcePropertyResponse

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.GetResourcePropertyResponse createWsrfrpModelGetResourcePropertyResponse()
Specified by:
createWsrfrpModelGetResourcePropertyResponse in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelInvalidResourcePropertyQNameFaultType

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.InvalidResourcePropertyQNameFaultType createWsrfrpModelInvalidResourcePropertyQNameFaultType(java.util.Date timestamp)
Specified by:
createWsrfrpModelInvalidResourcePropertyQNameFaultType in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelUpdateType

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateType createWsrfrpModelUpdateType(java.util.List<org.w3c.dom.Element> content)
                                                                                                              throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
createWsrfrpModelUpdateType in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

createWsrfrpModelUpdateResourceProperties

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourceProperties createWsrfrpModelUpdateResourceProperties(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateType content)
Specified by:
createWsrfrpModelUpdateResourceProperties in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelUpdateResourcePropertiesResponse

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourcePropertiesResponse createWsrfrpModelUpdateResourcePropertiesResponse()
Specified by:
createWsrfrpModelUpdateResourcePropertiesResponse in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelResourcePropertyChangeFailureType

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType createWsrfrpModelResourcePropertyChangeFailureType(boolean value)
Specified by:
createWsrfrpModelResourcePropertyChangeFailureType in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelResourcePropertyChangeFailureTypeCurrentValue

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType.CurrentValue createWsrfrpModelResourcePropertyChangeFailureTypeCurrentValue(java.util.List<org.w3c.dom.Element> values)
Specified by:
createWsrfrpModelResourcePropertyChangeFailureTypeCurrentValue in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelResourcePropertyChangeFailureTypeRequestedValue

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType.RequestedValue createWsrfrpModelResourcePropertyChangeFailureTypeRequestedValue(java.util.List<org.w3c.dom.Element> values)
Specified by:
createWsrfrpModelResourcePropertyChangeFailureTypeRequestedValue in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelInvalidModificationFaultType

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.InvalidModificationFaultType createWsrfrpModelInvalidModificationFaultType(java.util.Date timestamp,
                                                                                                                                                         com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType value)
Specified by:
createWsrfrpModelInvalidModificationFaultType in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelUnableToModifyResourcePropertyFaultType

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType createWsrfrpModelUnableToModifyResourcePropertyFaultType(java.util.Date timestamp,
                                                                                                                                                                               com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType value)
Specified by:
createWsrfrpModelUnableToModifyResourcePropertyFaultType in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelUpdateResourcePropertiesRequestFailedFaultType

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourcePropertiesRequestFailedFaultType createWsrfrpModelUpdateResourcePropertiesRequestFailedFaultType(java.util.Date timestamp,
                                                                                                                                                                                             com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType value)
Specified by:
createWsrfrpModelUpdateResourcePropertiesRequestFailedFaultType in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelResourcePropertyValueChangeNotificationType

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType createWsrfrpModelResourcePropertyValueChangeNotificationType(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType.NewValues newValues)
Specified by:
createWsrfrpModelResourcePropertyValueChangeNotificationType in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelResourcePropertyValueChangeNotificationTypeNewValues

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType.NewValues createWsrfrpModelResourcePropertyValueChangeNotificationTypeNewValues(org.w3c.dom.Element valueAsElt)
Specified by:
createWsrfrpModelResourcePropertyValueChangeNotificationTypeNewValues in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory

createWsrfrpModelResourcePropertyValueChangeNotificationTypeOldValues

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType.OldValues createWsrfrpModelResourcePropertyValueChangeNotificationTypeOldValues(org.w3c.dom.Element valueAsElt)
Specified by:
createWsrfrpModelResourcePropertyValueChangeNotificationTypeOldValues in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.