org.apache.cocoon.woody.binding
Interface BindingManager

All Known Implementing Classes:
JXPathBindingManager

public interface BindingManager

BindingManager declares the factory method that produces actual Bindings.

Version:
CVS $Id: BindingManager.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
static String NAMESPACE
          Constant matching the namespace used for the Binding config files.
static String ROLE
          Avalon Role for this service interface.
 
Method Summary
 Binding createBinding(Source bindingFile)
          Creates a binding from the XML config found at source parameter.
 

Field Detail

ROLE

static final String ROLE
Avalon Role for this service interface.


NAMESPACE

static final String NAMESPACE
Constant matching the namespace used for the Binding config files.

See Also:
Constant Field Values
Method Detail

createBinding

Binding createBinding(Source bindingFile)
                      throws BindingException
Creates a binding from the XML config found at source parameter.

Throws:
BindingException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.