org.jboss.services.binding.impl
Class StringReplacementServiceBindingValueSourceConfig

java.lang.Object
  extended by org.jboss.services.binding.impl.StringReplacementServiceBindingValueSourceConfig

public class StringReplacementServiceBindingValueSourceConfig
extends Object

A StringReplacementServiceBindingValueSourceConfig.

Version:
$Revision: 85945 $
Author:
Brian Stansberry

Field Summary
static String DEFAULT_HOST_MARKER
           
static String DEFAULT_PORT_MARKER
           
 
Constructor Summary
StringReplacementServiceBindingValueSourceConfig()
           
StringReplacementServiceBindingValueSourceConfig(String hostMarker, String portMarker)
           
 
Method Summary
 String getHostMarker()
           
 String getPortMarker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HOST_MARKER

public static final String DEFAULT_HOST_MARKER
See Also:
Constant Field Values

DEFAULT_PORT_MARKER

public static final String DEFAULT_PORT_MARKER
See Also:
Constant Field Values
Constructor Detail

StringReplacementServiceBindingValueSourceConfig

public StringReplacementServiceBindingValueSourceConfig()

StringReplacementServiceBindingValueSourceConfig

public StringReplacementServiceBindingValueSourceConfig(String hostMarker,
                                                        String portMarker)
Method Detail

getPortMarker

public String getPortMarker()

getHostMarker

public String getHostMarker()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.