|
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 | |||||||||
java.lang.Object
oracle.security.xmlsec.wss.encoding.XSDDateTimeEncoder
Implements encoding of time in the UTC format.
| Constructor Summary | |
XSDDateTimeEncoder() |
|
| Method Summary | |
java.util.Date |
decode(java.lang.String encoded)Parses a date String. |
java.lang.String |
encode(java.util.Date time)Formats time as a String in UTC format. |
java.lang.String |
getValueType()Get the ValueType for this encoder. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XSDDateTimeEncoder()
| Method Detail |
public java.lang.String encode(java.util.Date time)
encode in interface TimeDataEncodertime - The Date to format.public java.util.Date decode(java.lang.String encoded)
decode in interface TimeDataEncoderencoded - The formatted date String.Date object.public java.lang.String getValueType()
getValueType in interface TimeDataEncoderQName 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 | |||||||||