com.hazelcast.client.config
Class XmlClientConfigLocator

java.lang.Object
  extended by com.hazelcast.client.config.XmlClientConfigLocator

public class XmlClientConfigLocator
extends Object

A support class for the XmlClientConfigBuilder to locate the client xml configuration.


Constructor Summary
XmlClientConfigLocator()
          Constructs a XmlClientConfigBuilder.
 
Method Summary
 InputStream getIn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlClientConfigLocator

public XmlClientConfigLocator()
Constructs a XmlClientConfigBuilder.

Throws:
HazelcastException - if the client XML config is not located.
Method Detail

getIn

public InputStream getIn()


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