com.hazelcast.spi
Interface ServiceConfigurationParser<T>

Type Parameters:
T -

public interface ServiceConfigurationParser<T>

A hook into the parsing system. So if your SPI service needs to parse XML in the hazelcast-xml configuration, then use this interface to hook into the XML parser.


Method Summary
 T parse(Element element)
           
 

Method Detail

parse

T parse(Element element)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.