Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Uses of Interface
oracle.wsm.policy.model.IPropertySet

Packages that use IPropertySet
oracle.wsm.policy.model   
oracle.wsm.policy.model.impl   
oracle.wsm.policy.parser.impl   

 

Uses of IPropertySet in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that return types with arguments of type IPropertySet
 List<IPropertySet> IConfig.getPropertySets()
          Returns a List of PropertySets.

 

Methods in oracle.wsm.policy.model with parameters of type IPropertySet
 void IConfig.addPropertySet(IPropertySet propSet)
          Add a PropertySet
 void IConfig.removePropertySet(IPropertySet propSet)
          Remove a PropertySet

 

Method parameters in oracle.wsm.policy.model with type arguments of type IPropertySet
 void IConfig.setPropertySets(List<IPropertySet> propertySets)
          Sets a List of PropertySets.

 

Uses of IPropertySet in oracle.wsm.policy.model.impl

 

Classes in oracle.wsm.policy.model.impl that implement IPropertySet
 class PropertySet
           

 

Methods in oracle.wsm.policy.model.impl that return types with arguments of type IPropertySet
 List<IPropertySet> Config.getPropertySets()
           

 

Methods in oracle.wsm.policy.model.impl with parameters of type IPropertySet
 void Config.addPropertySet(IPropertySet propSet)
           
 void Config.removePropertySet(IPropertySet propSet)
           

 

Method parameters in oracle.wsm.policy.model.impl with type arguments of type IPropertySet
 void Config.setPropertySets(List<IPropertySet> props)
           

 

Uses of IPropertySet in oracle.wsm.policy.parser.impl

 

Methods in oracle.wsm.policy.parser.impl with parameters of type IPropertySet
protected  void ConfigSerializerDeSerializer.writePropertySet(IPropertySet propSet, MarshalContext ctx)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.