org.jboss.services.binding
Interface StringServiceBindingValueSource
- All Superinterfaces:
- ServiceBindingValueSource
- All Known Implementing Classes:
- StringReplacementServiceBindingValueSourceImpl
public interface StringServiceBindingValueSource
- extends ServiceBindingValueSource
A ServiceBindingValueSource
that returns a String.
- Version:
- $Revision: 85945 $
- Author:
- Brian Stansberry
getStringServiceBindingValue
String getStringServiceBindingValue(ServiceBinding binding,
String input)
- Returns the String to use for the binding value.
- Parameters:
binding
- the binding. Cannot be null
originalValue
- an unprocessed value to which transformation can be applied
- Returns:
- a String to use as the binding value. May return
null
.
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.