org.glassfish.jersey.server.model
Interface NameBound

All Known Implementing Classes:
ResourceMethod

public interface NameBound

Model component that can be name bound (i.e. be associated with name bound filters and interceptors). A component implementing this interface provides additional information about the name bindings attached to it.

Author:
Martin Matula (martin.matula at oracle.com)
See Also:
NameBinding

Method Summary
 Collection<Class<? extends Annotation>> getNameBindings()
          Get the collection of name bindings attached to this component.
 

Method Detail

getNameBindings

Collection<Class<? extends Annotation>> getNameBindings()
Get the collection of name bindings attached to this component.

Returns:
collection of name binding annotation types.


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.