org.apache.ws.resource.properties
Class XmlBeansResourcePropertyUtils

java.lang.Object
  extended byorg.apache.ws.resource.properties.XmlBeansResourcePropertyUtils

public abstract class XmlBeansResourcePropertyUtils
extends java.lang.Object

A collection of utility methods for working with XmlBeansResourcePropertys.

Author:
Ian Springer

Field Summary
static Messages MSG
           
 
Constructor Summary
XmlBeansResourcePropertyUtils()
           
 
Method Summary
static java.util.Calendar getDateTimePropertyValue(XmlBeansResourceProperty prop)
           
static void setDateTimePropertyValue(XmlBeansResourceProperty prop, java.util.Calendar time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG

public static final Messages MSG
Constructor Detail

XmlBeansResourcePropertyUtils

public XmlBeansResourcePropertyUtils()
Method Detail

setDateTimePropertyValue

public static void setDateTimePropertyValue(XmlBeansResourceProperty prop,
                                            java.util.Calendar time)

getDateTimePropertyValue

public static java.util.Calendar getDateTimePropertyValue(XmlBeansResourceProperty prop)
Parameters:
prop - an XMLBeans-based resource property; must not be null
Returns:


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.