org.apache.muse.ws.resource.properties.get
Interface GetResourceProperty

All Known Subinterfaces:
GetCapability, ResourcePropertyCollection
All Known Implementing Classes:
SimpleGetCapability, SimpleResourcePropertyCollection

public interface GetResourceProperty

Author:
Dan Jemiolo (danj)

Method Summary
 Element[] getResourceProperty(QName qname)
          Returns zero or more instances of the given property.
 

Method Detail

getResourceProperty

Element[] getResourceProperty(QName qname)
                              throws InvalidResourcePropertyQNameFault,
                                     BaseFault
Returns zero or more instances of the given property.

Parameters:
qname - The name of the property to find.
Returns:
An array of DOM Elements, where each Element is an instance of the property named. There is no guarantee that the Elements are the internal data structures used by the WS-RP document.
Throws:
InvalidResourcePropertyQNameFault -
  • If the property is undefined in the document's schema. This is not the same as finding zero instances of a defined property.
BaseFault


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.