Package org.jboss.services.binding

Interface Summary
ServicesConfigDelegate (src) Interface for delegates capabable of taking a ServiceConfig and mapping it onto an mbean service via JMX
ServicesStore (src) Interface for API to persist, read, and look up service configs
ServicesStoreFactory (src) A factory interface for obtaining ServicesStore instances
 

Class Summary
AttributeMappingDelegate (src) An implementation of the ServicesConfigDelegate that expects a delegate-config element of the form: host-port-expr ...
ServiceBinding (src) A ServiceBinding is a {name,virtualHost,port,interfaceAddress} quad specifying a named binding for a service.
ServiceBindingManager (src) The services configuration binding manager mbean implementation.
ServiceConfig (src) A ServiceConfig is a mapping from an mbean service name to its ServiceBindings.
XMLServicesStore (src) XML implementation of ServicesStore.
XMLServicesStoreFactory (src) A factory interface for obtaining XMLServicesStore instances
XSLTConfigDelegate (src) An implementation of the ServicesConfigDelegate that expects a delegate-config element of the form:
XSLTFileDelegate (src) An implementation of the ServicesConfigDelegate that transforms an xml file used by a service.
 

Exception Summary
DuplicateServiceException (src) DuplicateServiceException