Class XSDDateFormatMWS

java.lang.Object
electric.util.time.XSDDateFormat
com.webmethods.caf.wsclient.util.XSDDateFormatMWS
All Implemented Interfaces:
electric.util.log.ILoggingConstants

public final class XSDDateFormatMWS extends electric.util.time.XSDDateFormat implements electric.util.log.ILoggingConstants
  • Field Summary

    Fields inherited from interface electric.util.log.ILoggingConstants

    CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    format(Date date)
     
    parse(String string)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XSDDateFormatMWS

      public XSDDateFormatMWS()
  • Method Details

    • format

      public String format(Date date)
      Overrides:
      format in class electric.util.time.XSDDateFormat
    • parse

      public Date parse(String string)
      Overrides:
      parse in class electric.util.time.XSDDateFormat