Class XSDDateEncoder
java.lang.Object
com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
com.sun.xml.rpc.encoding.simpletype.XSDDateEncoder
- All Implemented Interfaces:
SimpleTypeEncoder
- Author:
- JAX-RPC RI Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final SimpleDateFormatprotected static final TimeZoneprotected static final Locale -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleTypeEncoderobjectToString(Object obj, XMLWriter writer) stringToObject(String str, XMLReader reader) static voidvalidateDateStr(String dateStr) Methods inherited from class com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
writeAdditionalNamespaceDeclarations, writeValue
-
Field Details
-
locale
-
dateFormatter
-
gmtTimeZone
-
-
Constructor Details
-
XSDDateEncoder
protected XSDDateEncoder()
-
-
Method Details
-
getInstance
-
objectToString
- Specified by:
objectToStringin interfaceSimpleTypeEncoder- Specified by:
objectToStringin classSimpleTypeEncoderBase- Throws:
Exception
-
stringToObject
- Specified by:
stringToObjectin interfaceSimpleTypeEncoder- Specified by:
stringToObjectin classSimpleTypeEncoderBase- Throws:
Exception
-
validateDateStr
- Throws:
Exception
-