|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Classes implementing this interface encode date and time data.
| Method Summary | |
java.util.Date |
decode(java.lang.String encoded)Decode the encoded time String. |
java.lang.String |
encode(java.util.Date time)Encode the time. |
java.lang.String |
getValueType()Get the ValueType for this encoder. |
| Method Detail |
public java.lang.String encode(java.util.Date time)
time - The Date</date> to encode.Returns:The encoded String.public java.util.Date decode(java.lang.String encoded)
encoded - The encoded time String.Date object.public java.lang.String getValueType()
QName representing this encoder.
|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||