com.ibm.ws.container.service.naming

Interface JavaColonNamespaceBindings.ClassNameProvider<T>

Type Parameters:
T - the binding object
Enclosing class:
JavaColonNamespaceBindings<T>

  1. public static interface JavaColonNamespaceBindings.ClassNameProvider<T>
Provides the type names for the bindings.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBindingClassName(T binding)
Return the type name of a binding.

Method Detail

getBindingClassName

  1. java.lang.String getBindingClassName( T binding)
Return the type name of a binding.
Parameters:
binding - the binding
Returns:
the type name for NameClassPair.getClassName()