|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.resourcelifetime.datatypes.impl.utils.WsrfrlUtils
public final class WsrfrlUtils
| Method Summary | |
|---|---|
static java.lang.String |
getBindingExMessage(java.lang.Object instance)
provide a "generic" message content for Binding Exception |
static javax.xml.datatype.XMLGregorianCalendar |
toXMLGregorianCalendar(java.util.Date time,
java.util.logging.Logger logger)
Convert to XMLGregorianCalendar type
and also to avoid to duplicate piece of code |
static javax.xml.datatype.XMLGregorianCalendar |
toXMLGregorianCalendar(java.util.GregorianCalendar time,
java.util.logging.Logger logger)
Convert to XMLGregorianCalendar type
and also to avoid to duplicate piece of code |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static javax.xml.datatype.XMLGregorianCalendar toXMLGregorianCalendar(java.util.GregorianCalendar time,
java.util.logging.Logger logger)
XMLGregorianCalendar type
and also to avoid to duplicate piece of code
time - The GregorianCalendar Object to convert to a XMLGregorianCalendar objectlogger - The logger to use to log possible DatatypeConfigurationException
XMLGregorianCalendar object.
public static javax.xml.datatype.XMLGregorianCalendar toXMLGregorianCalendar(java.util.Date time,
java.util.logging.Logger logger)
XMLGregorianCalendar type
and also to avoid to duplicate piece of code
time - The Date Object to convert to a XMLGregorianCalendar objectlogger - The logger to use to log possible DatatypeConfigurationException
XMLGregorianCalendar object.public static java.lang.String getBindingExMessage(java.lang.Object instance)
instance - the Object that can not be marshalled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||