Class Reference
- java.lang.Object
-
- org.apache.ws.security.message.token.Reference
-
public class Reference extends java.lang.ObjectReference.- Author:
- Davanum Srinivas (dims@yahoo.com).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.ElementgetElement()get the dom element.java.lang.StringgetURI()get the URI.java.lang.StringgetValueType()get the URI.voidsetURI(java.lang.String uri)set the URI.voidsetValueType(java.lang.String valueType)set the Value type.java.lang.StringtoString()return the string representation.
-
-
-
Constructor Detail
-
Reference
public Reference(org.w3c.dom.Element elem) throws WSSecurityExceptionConstructor.- Parameters:
elem-- Throws:
WSSecurityException
-
Reference
public Reference(org.w3c.dom.Document doc)
Constructor.- Parameters:
doc-
-
-
Method Detail
-
getElement
public org.w3c.dom.Element getElement()
get the dom element.- Returns:
- TODO
-
getValueType
public java.lang.String getValueType()
get the URI.- Returns:
- TODO
-
getURI
public java.lang.String getURI()
get the URI.- Returns:
- TODO
-
setValueType
public void setValueType(java.lang.String valueType)
set the Value type.- Parameters:
valueType-
-
setURI
public void setURI(java.lang.String uri)
set the URI.- Parameters:
uri-
-
toString
public java.lang.String toString()
return the string representation.- Overrides:
toStringin classjava.lang.Object- Returns:
- TODO
-
-