|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.message.token.Reference
Reference.
Field Summary | |
protected org.w3c.dom.Element |
element
|
static java.lang.String |
TOKEN_LNAME
|
protected WSSConfig |
wssConfig
|
Constructor Summary | |
Reference(WSSConfig wssConfig,
org.w3c.dom.Document doc)
Constructor. |
|
Reference(WSSConfig wssConfig,
org.w3c.dom.Element elem)
Constructor. |
Method Summary | |
org.w3c.dom.Element |
getElement()
get the dom element. |
java.lang.String |
getURI()
get the URI. |
java.lang.String |
getValueType()
get the URI. |
void |
setURI(java.lang.String uri)
set the URI. |
void |
setValueType(java.lang.String valueType)
set the Value type. |
java.lang.String |
toString()
return the string representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String TOKEN_LNAME
protected org.w3c.dom.Element element
protected WSSConfig wssConfig
Constructor Detail |
public Reference(WSSConfig wssConfig, org.w3c.dom.Element elem) throws WSSecurityException
wssConfig
- elem
-
WSSecurityException
public Reference(WSSConfig wssConfig, org.w3c.dom.Document doc)
wssConfig
- doc
- Method Detail |
public org.w3c.dom.Element getElement()
public java.lang.String getValueType()
public java.lang.String getURI()
public void setValueType(java.lang.String valueType)
valueType
- public void setURI(java.lang.String uri)
uri
- public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |