xsul.ws_addressing
Class WsaRelatesTo
java.lang.Object
XmlElementAdapter
xsul.ws_addressing.WsaRelatesTo
- All Implemented Interfaces:
- DataValidation
- public class WsaRelatesTo
- extends XmlElementAdapter
- implements DataValidation
Implementation of
RelatesTo
element
from Web Services Addressing (WS-Addressing) used in WSA MessageHeaders
- Version:
- $Revision: 1.5 $
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WsaRelatesTo
public WsaRelatesTo(java.net.URI relationship)
getRelationship
public java.net.URI getRelationship()
setRelationship
public void setRelationship(java.net.URI uri)
getRelationshipType
public QName getRelationshipType()
- Encapsulate /wsa:RelatesTo/@RelationshipType
This optional attribute (of type xs:QName) conveys the relationship type as a QName.
validateData
public void validateData()
throws DataValidationException
- Specified by:
validateData in interface DataValidation
- Throws:
DataValidationException
toString
public java.lang.String toString()
IU Extreme! Lab (http://www.extreme.indiana.edu)