Uses of Class
org.jboss.services.binding.NoSuchBindingException

Packages that use NoSuchBindingException
org.jboss.services.binding   
org.jboss.services.binding.impl   
 

Uses of NoSuchBindingException in org.jboss.services.binding
 

Methods in org.jboss.services.binding that throw NoSuchBindingException
 Element ServiceBindingManager.getElementBinding(String serviceName, Element input)
          Gets an Element containing the binding values for the ServiceBinding with the given serviceName and no binding name qualifier.
 Element ServiceBindingManager.getElementBinding(String serviceName, String bindingName, Element input)
          Gets an Element containing the binding values for the ServiceBinding with the given serviceName and bindingName qualifier.
 Object ServiceBindingManager.getGenericBinding(String serviceName, Object... params)
          Gets the detyped binding value for the ServiceBinding with the given serviceName and bindingName qualifier.
 Object ServiceBindingManager.getGenericBinding(String serviceName, String bindingName, Object... params)
          Gets the detyped binding value for the ServiceBinding with the given serviceName and bindingName qualifier.
 InetAddress ServiceBindingManager.getInetAddressBinding(String serviceName)
          Gets the InetAddress binding value for the ServiceBinding with the given serviceName and no binding name qualifier.
 InetAddress ServiceBindingManager.getInetAddressBinding(String serviceName, String bindingName)
          Gets the InetAddress binding value for the ServiceBinding with the given serviceName and bindingName qualifier.
 int ServiceBindingManager.getIntBinding(String serviceName)
          Gets the int binding value for the ServiceBinding with the given serviceName and no binding name qualifier.
 int ServiceBindingManager.getIntBinding(String serviceName, String bindingName)
          Gets the int binding value for the ServiceBinding with the given serviceName and bindingName qualifier.
 String ServiceBindingManager.getResourceBinding(String serviceName, String input)
          Gets a filesystem path pointing to content that contains the binding values for the ServiceBinding with the given serviceName and no binding name qualifier.
 String ServiceBindingManager.getResourceBinding(String serviceName, String bindingName, String input)
          Gets a filesystem path pointing to content that contains the binding values for the ServiceBinding with the given serviceName and bindingName qualifier.
 ServiceBinding ServiceBindingStore.getServiceBinding(String serverName, String serviceName, String bindingName)
          Obtain a ServiceBinding object for the given server name, target service and binding name.
 String ServiceBindingManager.getStringBinding(String serviceName)
          Gets the String binding value for the ServiceBinding with the given serviceName and no binding name qualifier.
 String ServiceBindingManager.getStringBinding(String serviceName, String input)
          Gets the String binding value for the ServiceBinding with the given serviceName and no binding name qualifier.
 String ServiceBindingManager.getStringBinding(String serviceName, String bindingName, String input)
          Gets the String binding value for the ServiceBinding with the given serviceName and bindingName qualifier.
 URL ServiceBindingManager.getURLBinding(String serviceName, String bindingName, URL input)
          Gets a URL pointing to content that contains the binding values for the ServiceBinding with the given serviceName and bindingName qualifier.
 URL ServiceBindingManager.getURLBinding(String serviceName, URL input)
          Gets a URL pointing to content that contains the binding values for the ServiceBinding with the given serviceName and no binding name qualifier.
 

Uses of NoSuchBindingException in org.jboss.services.binding.impl
 

Methods in org.jboss.services.binding.impl that throw NoSuchBindingException
 ServiceBinding PojoServiceBindingStore.getServiceBinding(String serverName, String serviceName, String bindingName)
           
 



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