org.ow2.jonas.camel.component
Class RegistryInjector

java.lang.Object
  extended by org.ow2.jonas.camel.component.RegistryInjector

public class RegistryInjector
extends Object


Constructor Summary
RegistryInjector()
           
RegistryInjector(List<String> includeXMLs)
           
RegistryInjector(Map<String,String> extraReplacements)
           
RegistryInjector(Map<String,String> extraReplacements, List<String> includeXMLs)
           
 
Method Summary
 Map<String,String> getAllReplacements()
           
 List<String> getRegistryFilesContent()
           
 void injectRegistry(org.ow2.jonas.camel.service.api.ICamelService camelService, String camelContextName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryInjector

public RegistryInjector()
                 throws Exception
Throws:
Exception

RegistryInjector

public RegistryInjector(Map<String,String> extraReplacements)
                 throws Exception
Throws:
Exception

RegistryInjector

public RegistryInjector(List<String> includeXMLs)
                 throws Exception
Throws:
Exception

RegistryInjector

public RegistryInjector(Map<String,String> extraReplacements,
                        List<String> includeXMLs)
                 throws Exception
Throws:
Exception
Method Detail

getAllReplacements

public Map<String,String> getAllReplacements()

getRegistryFilesContent

public List<String> getRegistryFilesContent()

injectRegistry

public void injectRegistry(org.ow2.jonas.camel.service.api.ICamelService camelService,
                           String camelContextName)
                    throws Exception
Throws:
Exception


Copyright © 2011 OW2 Consortium. All Rights Reserved.