2.9.1. API

Service provide methods for binding reference:

public void bind(String bindName, String className, String factory, String factoryLocation, Map<String, String> refAddr) throws NamingException, FileNotFoundException, XMLStreamExcept
public void bind(String bindName, Reference ref) throws NamingException, FileNotFoundException, XMLStreamExcept

Returns reference associated with defined name:

public Reference getReference(String bindName)

Unbind the Reference with defined name:

public void unbind(String bindName) throws NamingException, FileNotFoundException, XMLStreamException
Copyright ©2012. All rights reserved. eXo Platform SAS