org.apache.ws.resource.properties
Interface ResourcePropertySetMetaData

All Known Implementing Classes:
XmlBeansResourcePropertySetMetaData

public interface ResourcePropertySetMetaData

Author:
Ian P. Springer

Method Summary
 ResourcePropertySet create()
          Creates a resource property set of the type defined by this metadata.
 javax.xml.namespace.QName getName()
          Returns the element name of the entire resource properties document.
 ResourcePropertyMetaData getPropertyMetaData(javax.xml.namespace.QName name)
          TODO
 ResourcePropertyMetaData[] getPropertyMetaDatas()
          TODO
 boolean isOpenContent()
          Indicates if the resource property set allows adding of new arbitrary resource property elements.
 

Method Detail

getName

public javax.xml.namespace.QName getName()
Returns the element name of the entire resource properties document.

Returns:
the element name of the entire resource properties document

isOpenContent

public boolean isOpenContent()
Indicates if the resource property set allows adding of new arbitrary resource property elements.

Returns:
true if adding new resource property elements is allowed. False otherwise. Please note that isOpenContent might return true, but only certain subset of resource properties will be allowed to be added.

getPropertyMetaData

public ResourcePropertyMetaData getPropertyMetaData(javax.xml.namespace.QName name)
TODO

Parameters:
name -
Returns:

getPropertyMetaDatas

public ResourcePropertyMetaData[] getPropertyMetaDatas()
TODO

Returns:

create

public ResourcePropertySet create()
Creates a resource property set of the type defined by this metadata.



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