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

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

public interface GetMultipleResourceProperties

Author:
Dan Jemiolo (danj)

Method Summary
 org.w3c.dom.Element[] getMultipleResourceProperties(QName[] qnames)
          Returns zero or more instances of the given properties.
 

Method Detail

getMultipleResourceProperties

public org.w3c.dom.Element[] getMultipleResourceProperties(QName[] qnames)
                                                    throws InvalidResourcePropertyQNameFault,
                                                           BaseFault
Returns zero or more instances of the given properties.

Parameters:
qnames - The names of the properties to find.
Returns:
An array of DOM Elements, where each Element is an instance of one of the properties named. The Elements will be ordered such that all properties with the same name are grouped together, with Group #1 = QName #1, Group #2 = QName #2, etc. There is no guarantee that the Elements are the internal data structures used by the WS-RP document.
Throws:
BaseFault -
  • If one of the properties is undefined in the document's schema. This is not the same as finding zero instances of a defined property.
InvalidResourcePropertyQNameFault