Uses of Class
org.granite.util.XMap

Packages that use XMap
org.granite.config   
org.granite.config.flex   
org.granite.messaging.amf.io.util.externalizer   
org.granite.messaging.service   
org.granite.util   
 

Uses of XMap in org.granite.config
 

Methods in org.granite.config that return XMap
 XMap GraniteConfig.getExternalizersConfiguration()
           
 XMap GraniteConfig.getGravityConfig()
           
 

Methods in org.granite.config with parameters of type XMap
 void GraniteConfig.setExternalizersConfiguration(XMap externalizersConfiguration)
           
 

Uses of XMap in org.granite.config.flex
 

Methods in org.granite.config.flex that return XMap
 XMap Adapter.getProperties()
           
 XMap Channel.getProperties()
           
 XMap Destination.getProperties()
           
 XMap Factory.getProperties()
           
 

Methods in org.granite.config.flex with parameters of type XMap
static Adapter Adapter.forElement(XMap element)
           
static Channel Channel.forElement(XMap element)
           
static EndPoint EndPoint.forElement(XMap element)
           
static Factory Factory.forElement(XMap element)
           
static Service Service.forElement(XMap element)
           
static Destination Destination.forElement(XMap element, Adapter defaultAdapter, Map<String,Adapter> adaptersMap)
           
 

Constructors in org.granite.config.flex with parameters of type XMap
Adapter(String id, String className, XMap properties)
           
Channel(String id, String className, EndPoint endPoint, XMap properties)
           
Destination(String id, List<String> channelRefs, XMap properties, List<String> roles, Adapter adapter, Class<?> scannedClass)
           
Factory(String id, String className, XMap properties)
           
 

Uses of XMap in org.granite.messaging.amf.io.util.externalizer
 

Methods in org.granite.messaging.amf.io.util.externalizer with parameters of type XMap
 void DefaultExternalizer.configure(XMap properties)
           
 void Externalizer.configure(XMap properties)
           
 

Uses of XMap in org.granite.messaging.service
 

Methods in org.granite.messaging.service with parameters of type XMap
 void ServiceFactory.configure(XMap properties)
           
 

Uses of XMap in org.granite.util
 

Fields in org.granite.util declared as XMap
static XMap XMap.EMPTY_XMAP
          An empty and unmodifiable XMap instance.
 

Methods in org.granite.util that return XMap
 XMap XMap.getOne(String key)
          Returns a new XMap instance with the first element that matches the supplied XPath expression or null if this XMap root element is null, or if XPath evaluation result is null, or this result is not an Element.
 

Methods in org.granite.util that return types with arguments of type XMap
 List<XMap> XMap.getAll(String key)
          Returns a list of XMap instances with all elements that match the supplied XPath expression.
 

Constructors in org.granite.util with parameters of type XMap
XMap(XMap map)
          Constructs a new XMap instance based on an existing XMap and clone its content.