org.drools.runtime.pipeline.impl
Class NamedXstreamLookupStrategy

java.lang.Object
  extended by org.drools.runtime.pipeline.impl.NamedXstreamLookupStrategy
All Implemented Interfaces:
XStreamResolverStrategy

public class NamedXstreamLookupStrategy
extends Object
implements XStreamResolverStrategy


Constructor Summary
NamedXstreamLookupStrategy(Map<String,com.thoughtworks.xstream.XStream> xstreams)
           
 
Method Summary
 com.thoughtworks.xstream.XStream lookup(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedXstreamLookupStrategy

public NamedXstreamLookupStrategy(Map<String,com.thoughtworks.xstream.XStream> xstreams)
Method Detail

lookup

public com.thoughtworks.xstream.XStream lookup(String name)
Specified by:
lookup in interface XStreamResolverStrategy


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.