Class Reference
java.lang.Object
org.apache.ws.security.message.token.Reference
Reference.
- Author:
- Davanum Srinivas (dims@yahoo.com).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the dom element.getURI()
get the URI.get the URI.void
set the URI.void
setValueType
(String valueType) set the Value type.toString()
return the string representation.
-
Field Details
-
TOKEN
-
element
-
-
Constructor Details
-
Reference
Constructor.- Parameters:
elem
-- Throws:
WSSecurityException
-
Reference
Constructor.- Parameters:
doc
-
-
-
Method Details
-
getElement
get the dom element.- Returns:
- TODO
-
getValueType
get the URI.- Returns:
- TODO
-
getURI
get the URI.- Returns:
- TODO
-
setValueType
set the Value type.- Parameters:
valueType
-
-
setURI
set the URI.- Parameters:
uri
-
-
toString
return the string representation.
-