Uses of Class
org.apache.ws.resource.properties.MetaDataViolationException

Packages that use MetaDataViolationException
org.apache.ws.resource.properties   
org.apache.ws.resource.properties.faults   
org.apache.ws.resource.properties.impl   
 

Uses of MetaDataViolationException in org.apache.ws.resource.properties
 

Methods in org.apache.ws.resource.properties that throw MetaDataViolationException
 boolean ResourcePropertySet.add(ResourceProperty property)
          Adds a resource property to the set and makes it available to queries and subscriptions, etc.
 void ResourcePropertySet.clear()
          Removes all properties.
 boolean ResourcePropertySet.remove(javax.xml.namespace.QName propName)
          Removes a resource property.
 

Uses of MetaDataViolationException in org.apache.ws.resource.properties.faults
 

Constructors in org.apache.ws.resource.properties.faults with parameters of type MetaDataViolationException
InvalidSetResourcePropertiesRequestContentFaultException(MetaDataViolationException mdve)
          Constructs a new BaseFaultException with the specified SOAP message and actor.
 

Uses of MetaDataViolationException in org.apache.ws.resource.properties.impl
 

Methods in org.apache.ws.resource.properties.impl that throw MetaDataViolationException
 boolean XmlBeansResourcePropertySet.add(ResourceProperty prop)
          DOCUMENT_ME
 void XmlBeansResourcePropertySet.clear()
           
 boolean XmlBeansResourcePropertySet.remove(javax.xml.namespace.QName propName)
          DOCUMENT_ME
 

Constructors in org.apache.ws.resource.properties.impl that throw MetaDataViolationException
XmlBeansResourcePropertySet(org.apache.xmlbeans.XmlObject propsDocXBean)
          Creates a new XmlBeansResourcePropertySet object.
XmlBeansResourcePropertySet(org.apache.xmlbeans.XmlObject propsDocXBean, javax.xml.namespace.QName[] readOnlyPropNames)
          Creates a new XmlBeansResourcePropertySet object.
 



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