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 org.apache.ws.util.i18n.Messages MSG
          DOCUMENT_ME
 
Constructor Summary
XmlBeansResourcePropertyUtils()
           
 
Method Summary
static java.util.Calendar getDateTimePropertyValue(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty prop)
           
static void setDateTimePropertyValue(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty prop, java.util.Calendar time)
          DOCUMENT_ME
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG

public static final org.apache.ws.util.i18n.Messages MSG
DOCUMENT_ME

Constructor Detail

XmlBeansResourcePropertyUtils

public XmlBeansResourcePropertyUtils()
Method Detail

setDateTimePropertyValue

public static void setDateTimePropertyValue(org.apache.ws.resource.properties.impl.XmlBeansResourceProperty prop,
                                            java.util.Calendar time)
DOCUMENT_ME

Parameters:
prop - DOCUMENT_ME
time - DOCUMENT_ME

getDateTimePropertyValue

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


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