Uses of Class
org.apache.muse.ws.resource.properties.get.faults.InvalidResourcePropertyQNameFault

Packages that use InvalidResourcePropertyQNameFault
org.apache.muse.ws.resource.properties.get   
org.apache.muse.ws.resource.properties.get.ext   
org.apache.muse.ws.resource.properties.get.impl   
org.apache.muse.ws.resource.properties.impl   
org.apache.muse.ws.resource.properties.set   
 

Uses of InvalidResourcePropertyQNameFault in org.apache.muse.ws.resource.properties.get
 

Methods in org.apache.muse.ws.resource.properties.get that throw InvalidResourcePropertyQNameFault
 Element[] GetMultipleResourceProperties.getMultipleResourceProperties(QName[] qnames)
          Returns zero or more instances of the given properties.
 Element[] GetResourceProperty.getResourceProperty(QName qname)
          Returns zero or more instances of the given property.
 

Uses of InvalidResourcePropertyQNameFault in org.apache.muse.ws.resource.properties.get.ext
 

Methods in org.apache.muse.ws.resource.properties.get.ext that throw InvalidResourcePropertyQNameFault
 Object GetResourcePropertyExtensions.getPropertyAsObject(QName qname, Class type)
          Returns zero or more instances of the given property, deserialized into instances of the given type.
 

Uses of InvalidResourcePropertyQNameFault in org.apache.muse.ws.resource.properties.get.impl
 

Methods in org.apache.muse.ws.resource.properties.get.impl that throw InvalidResourcePropertyQNameFault
 Element[] SimpleGetCapability.getMultipleResourceProperties(QName[] qnames)
           
 Element[] SimpleGetCapability.getResourceProperty(QName qname)
           
 

Uses of InvalidResourcePropertyQNameFault in org.apache.muse.ws.resource.properties.impl
 

Methods in org.apache.muse.ws.resource.properties.impl that throw InvalidResourcePropertyQNameFault
 Element[] SimpleResourcePropertyCollection.getMultipleResourceProperties(QName[] qnames)
           
 Element[] SimpleResourcePropertyCollection.getResourceProperty(QName qname)
          Returns zero or more instances of the given property.
 

Uses of InvalidResourcePropertyQNameFault in org.apache.muse.ws.resource.properties.set
 

Methods in org.apache.muse.ws.resource.properties.set that throw InvalidResourcePropertyQNameFault
 void SetResourceProperties.setResourceProperties(SetRequest request)
          Modifies one or more property instances according to the definition of the three WS-RP write operations: Insert, Update, and Delete.
 



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