|
JBoss Wise API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.javabean.decoders.LocaleAwareDateDecoder
org.milyn.javabean.decoders.DateDecoder
org.jboss.wise.smooks.decoders.XMLGregorianCalendarDecoder
@DecodeType(value=javax.xml.datatype.XMLGregorianCalendar.class) public class XMLGregorianCalendarDecoder
XMLGregorianCalendar data decoder.
XMLGregorianCalendar value based on the supplied "
format" parameter, or the default (see below).
The default date format used is "yyyy-MM-dd'T'HH:mm:ss" (see SimpleDateFormat). This format is based on the ISO 8601 standard as used by the XML Schema type "dateTime".
This decoder is synchronized on its underlying SimpleDateFormat instance.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.milyn.javabean.DataDecoder |
|---|
org.milyn.javabean.DataDecoder.Factory |
| Field Summary |
|---|
| Fields inherited from class org.milyn.javabean.decoders.LocaleAwareDateDecoder |
|---|
decoder, DEFAULT_DATE_FORMAT, format, FORMAT, LOCALE_COUNTRY_CODE, LOCALE_LANGUAGE_CODE, VERIFY_LOCALE |
| Constructor Summary | |
|---|---|
XMLGregorianCalendarDecoder()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
decode(java.lang.String data)
|
| Methods inherited from class org.milyn.javabean.decoders.LocaleAwareDateDecoder |
|---|
getLocale, isLocalInstalled, setConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLGregorianCalendarDecoder()
| Method Detail |
|---|
public java.lang.Object decode(java.lang.String data)
throws org.milyn.javabean.DataDecodeException
decode in interface org.milyn.javabean.DataDecoderdecode in class org.milyn.javabean.decoders.DateDecoderorg.milyn.javabean.DataDecodeException
|
JBoss Wise API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||