|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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"
| 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 |
|---|
javax.xml.namespace.QName readGetResourceProperty(org.w3c.dom.Document document)
throws WsrfrpException
GetResourceProperty object from
its Document representation.
document - the Document representation of the message exchange payload
Document representation
WsrfrpException
GetResourcePropertyResponse readGetResourcePropertyResponse(org.w3c.dom.Document document)
throws WsrfrpException
GetResourcePropertyResponse object from
its Document representation.
document - the Document representation of the message exchange payload
Document representation
WsrfrpException
InvalidResourcePropertyQNameFaultType readInvalidResourcePropertyQNameFaultType(org.w3c.dom.Document document)
throws WsrfrpException
InvalidResourcePropertyQNameFaultType object from
its Document representation.
document - the Document representation of the fault type
Document representation
WsrfrpException
UpdateType readUpdateType(org.w3c.dom.Document document)
throws WsrfrpException
UpdateType object from its Document representation.
document - the Document representation of the object
Document representation
WsrfrpException
UpdateResourceProperties readUpdateResourceProperties(org.w3c.dom.Document document)
throws WsrfrpException
UpdateResourceProperties object from
its Document representation.
document - the Document representation of the message exchange payload
Document representation
WsrfrpException
UpdateResourcePropertiesResponse readUpdateResourcePropertiesResponse(org.w3c.dom.Document document)
throws WsrfrpException
UpdateResourcePropertiesResponse object from
its Document representation.
document - the Document representation of the message exchange payload
Document representation
WsrfrpException
InvalidModificationFaultType readInvalidModificationFaultType(org.w3c.dom.Document document)
throws WsrfrpException
InvalidModificationFaultType object from
its Document representation.
document - the Document representation of the message exchange payload
Document representation
WsrfrpException
UnableToModifyResourcePropertyFaultType readUnableToModifyResourcePropertyFaultType(org.w3c.dom.Document document)
throws WsrfrpException
UnableToModifyResourcePropertyFaultType object from
its Document representation.
document - the Document representation of the message exchange payload
Document representation
WsrfrpException
UpdateResourcePropertiesRequestFailedFaultType readUpdateResourcePropertiesRequestFailedFaultType(org.w3c.dom.Document document)
throws WsrfrpException
UpdateResourcePropertiesRequestFailedFaultType object from
its Document representation.
document - the Document representation of the message exchange payload
Document representation
WsrfrpException
ResourcePropertyValueChangeNotificationType readResourcePropertyValueChangeNotificationType(org.w3c.dom.Document document)
throws WsrfrpException
ResourcePropertyValueChangeNotificationType object from
its Document representation.
document - the Document representation of the message exchange payload
Document representation
WsrfrpException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||