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

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.resourceproperties.datatypes.impl.impl.WsrfrpWriterImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter

public class WsrfrpWriterImpl
extends java.lang.Object
implements com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter


Constructor Summary
protected WsrfrpWriterImpl()
          Default constructor
protected WsrfrpWriterImpl(java.lang.String[] nsAndPrefixForMarshalling)
           
 
Method Summary
 org.w3c.dom.Document writeGetResourcePropertyAsDOM(javax.xml.namespace.QName propertyName)
           
 org.w3c.dom.Document writeGetResourcePropertyResponseAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.GetResourcePropertyResponse payload)
           
 org.w3c.dom.Document writeInvalidModificationFaultTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.InvalidModificationFaultType fault)
           
 org.w3c.dom.Document writeInvalidResourcePropertyQNameFaultTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.InvalidResourcePropertyQNameFaultType value)
           
 org.w3c.dom.Document writeResourcePropertyValueChangeNotificationTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType value)
           
 org.w3c.dom.Document writeUnableToModifyResourcePropertyFaultTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType fault)
           
 org.w3c.dom.Document writeUpdateResourcePropertiesAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourceProperties payload)
           
 org.w3c.dom.Document writeUpdateResourcePropertiesRequestFailedFaultTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourcePropertiesRequestFailedFaultType fault)
           
 org.w3c.dom.Document writeUpdateResourcePropertiesResponseAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourcePropertiesResponse payload)
           
 org.w3c.dom.Document writeUpdateTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateType instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrfrpWriterImpl

protected WsrfrpWriterImpl()
Default constructor


WsrfrpWriterImpl

protected WsrfrpWriterImpl(java.lang.String[] nsAndPrefixForMarshalling)
Method Detail

writeGetResourcePropertyAsDOM

public org.w3c.dom.Document writeGetResourcePropertyAsDOM(javax.xml.namespace.QName propertyName)
                                                   throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeGetResourcePropertyAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeGetResourcePropertyResponseAsDOM

public org.w3c.dom.Document writeGetResourcePropertyResponseAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.GetResourcePropertyResponse payload)
                                                           throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeGetResourcePropertyResponseAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeInvalidResourcePropertyQNameFaultTypeAsDOM

public org.w3c.dom.Document writeInvalidResourcePropertyQNameFaultTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.InvalidResourcePropertyQNameFaultType value)
                                                                     throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeInvalidResourcePropertyQNameFaultTypeAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeUpdateTypeAsDOM

public org.w3c.dom.Document writeUpdateTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateType instance)
                                          throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeUpdateTypeAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeUpdateResourcePropertiesAsDOM

public org.w3c.dom.Document writeUpdateResourcePropertiesAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourceProperties payload)
                                                        throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeUpdateResourcePropertiesAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeUpdateResourcePropertiesResponseAsDOM

public org.w3c.dom.Document writeUpdateResourcePropertiesResponseAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourcePropertiesResponse payload)
                                                                throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeUpdateResourcePropertiesResponseAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeInvalidModificationFaultTypeAsDOM

public org.w3c.dom.Document writeInvalidModificationFaultTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.InvalidModificationFaultType fault)
                                                            throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeInvalidModificationFaultTypeAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeUnableToModifyResourcePropertyFaultTypeAsDOM

public org.w3c.dom.Document writeUnableToModifyResourcePropertyFaultTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType fault)
                                                                       throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeUnableToModifyResourcePropertyFaultTypeAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeUpdateResourcePropertiesRequestFailedFaultTypeAsDOM

public org.w3c.dom.Document writeUpdateResourcePropertiesRequestFailedFaultTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UpdateResourcePropertiesRequestFailedFaultType fault)
                                                                              throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeUpdateResourcePropertiesRequestFailedFaultTypeAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException

writeResourcePropertyValueChangeNotificationTypeAsDOM

public org.w3c.dom.Document writeResourcePropertyValueChangeNotificationTypeAsDOM(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyValueChangeNotificationType value)
                                                                           throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
Specified by:
writeResourcePropertyValueChangeNotificationTypeAsDOM in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter
Throws:
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException


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