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
 Element[] getMultipleResourceProperties(QName[] qnames)
          Returns zero or more instances of the given properties.
 

Method Detail

getMultipleResourceProperties

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


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