com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction
Interface WsrfrpReader


public interface WsrfrpReader

Interface of the Reader that must provide methods to "unmarshall" WS-ResourceProperties types from common representation formats : Document,File,... These methods can be seen as "input methods"

Author:
Thierry Déjean - EBM Websourcing

Method Summary
 javax.xml.namespace.QName readGetResourceProperty(org.w3c.dom.Document document)
          Unmarshall a GetResourceProperty object from its Document representation.
 GetResourcePropertyResponse readGetResourcePropertyResponse(org.w3c.dom.Document document)
          Unmarshall a GetResourcePropertyResponse object from its Document representation.
 InvalidModificationFaultType readInvalidModificationFaultType(org.w3c.dom.Document document)
          Unmarshall a InvalidModificationFaultType object from its Document representation.
 InvalidResourcePropertyQNameFaultType readInvalidResourcePropertyQNameFaultType(org.w3c.dom.Document document)
          Unmarshall a InvalidResourcePropertyQNameFaultType object from its Document representation.
 ResourcePropertyValueChangeNotificationType readResourcePropertyValueChangeNotificationType(org.w3c.dom.Document document)
          Unmarshall a ResourcePropertyValueChangeNotificationType object from its Document representation.
 UnableToModifyResourcePropertyFaultType readUnableToModifyResourcePropertyFaultType(org.w3c.dom.Document document)
          Unmarshall a UnableToModifyResourcePropertyFaultType object from its Document representation.
 UpdateResourceProperties readUpdateResourceProperties(org.w3c.dom.Document document)
          Unmarshall a UpdateResourceProperties object from its Document representation.
 UpdateResourcePropertiesRequestFailedFaultType readUpdateResourcePropertiesRequestFailedFaultType(org.w3c.dom.Document document)
          Unmarshall a UpdateResourcePropertiesRequestFailedFaultType object from its Document representation.
 UpdateResourcePropertiesResponse readUpdateResourcePropertiesResponse(org.w3c.dom.Document document)
          Unmarshall a UpdateResourcePropertiesResponse object from its Document representation.
 UpdateType readUpdateType(org.w3c.dom.Document document)
          Unmarshall a UpdateType object from its Document representation.
 

Method Detail

readGetResourceProperty

javax.xml.namespace.QName readGetResourceProperty(org.w3c.dom.Document document)
                                                  throws WsrfrpException
Unmarshall a GetResourceProperty object from its Document representation.

Parameters:
document - the Document representation of the message exchange payload
Returns:
the unmarshalled message exchange payload to the given Document representation
Throws:
WsrfrpException

readGetResourcePropertyResponse

GetResourcePropertyResponse readGetResourcePropertyResponse(org.w3c.dom.Document document)
                                                            throws WsrfrpException
Unmarshall a GetResourcePropertyResponse object from its Document representation.

Parameters:
document - the Document representation of the message exchange payload
Returns:
the unmarshalled message exchange payload to the given Document representation
Throws:
WsrfrpException

readInvalidResourcePropertyQNameFaultType

InvalidResourcePropertyQNameFaultType readInvalidResourcePropertyQNameFaultType(org.w3c.dom.Document document)
                                                                                throws WsrfrpException
Unmarshall a InvalidResourcePropertyQNameFaultType object from its Document representation.

Parameters:
document - the Document representation of the fault type
Returns:
the unmarshalled fault type to the given Document representation
Throws:
WsrfrpException

readUpdateType

UpdateType readUpdateType(org.w3c.dom.Document document)
                          throws WsrfrpException
Unmarshall a UpdateType object from its Document representation.

Parameters:
document - the Document representation of the object
Returns:
the unmarshalled UpdateType} to the given Document representation
Throws:
WsrfrpException

readUpdateResourceProperties

UpdateResourceProperties readUpdateResourceProperties(org.w3c.dom.Document document)
                                                      throws WsrfrpException
Unmarshall a UpdateResourceProperties object from its Document representation.

Parameters:
document - the Document representation of the message exchange payload
Returns:
the unmarshalled message exchange payload to the given Document representation
Throws:
WsrfrpException

readUpdateResourcePropertiesResponse

UpdateResourcePropertiesResponse readUpdateResourcePropertiesResponse(org.w3c.dom.Document document)
                                                                      throws WsrfrpException
Unmarshall a UpdateResourcePropertiesResponse object from its Document representation.

Parameters:
document - the Document representation of the message exchange payload
Returns:
the unmarshalled message exchange payload to the given Document representation
Throws:
WsrfrpException

readInvalidModificationFaultType

InvalidModificationFaultType readInvalidModificationFaultType(org.w3c.dom.Document document)
                                                              throws WsrfrpException
Unmarshall a InvalidModificationFaultType object from its Document representation.

Parameters:
document - the Document representation of the message exchange payload
Returns:
the unmarshalled message exchange payload to the given Document representation
Throws:
WsrfrpException

readUnableToModifyResourcePropertyFaultType

UnableToModifyResourcePropertyFaultType readUnableToModifyResourcePropertyFaultType(org.w3c.dom.Document document)
                                                                                    throws WsrfrpException
Unmarshall a UnableToModifyResourcePropertyFaultType object from its Document representation.

Parameters:
document - the Document representation of the message exchange payload
Returns:
the unmarshalled message exchange payload to the given Document representation
Throws:
WsrfrpException

readUpdateResourcePropertiesRequestFailedFaultType

UpdateResourcePropertiesRequestFailedFaultType readUpdateResourcePropertiesRequestFailedFaultType(org.w3c.dom.Document document)
                                                                                                  throws WsrfrpException
Unmarshall a UpdateResourcePropertiesRequestFailedFaultType object from its Document representation.

Parameters:
document - the Document representation of the message exchange payload
Returns:
the unmarshalled message exchange payload to the given Document representation
Throws:
WsrfrpException

readResourcePropertyValueChangeNotificationType

ResourcePropertyValueChangeNotificationType readResourcePropertyValueChangeNotificationType(org.w3c.dom.Document document)
                                                                                            throws WsrfrpException
Unmarshall a ResourcePropertyValueChangeNotificationType object from its Document representation.

Parameters:
document - the Document representation of the message exchange payload
Returns:
the unmarshalled message exchange payload to the given Document representation
Throws:
WsrfrpException


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