Apache CXF API

org.apache.cxf.jaxrs.provider
Class ProviderFactory.NameKey

java.lang.Object
  extended by org.apache.cxf.jaxrs.provider.ProviderFactory.NameKey
Enclosing class:
ProviderFactory

protected static class ProviderFactory.NameKey
extends Object


Constructor Summary
ProviderFactory.NameKey(String name, int priority, Class<?> providerCls)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 Integer getPriority()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderFactory.NameKey

public ProviderFactory.NameKey(String name,
                               int priority,
                               Class<?> providerCls)
Method Detail

getName

public String getName()

getPriority

public Integer getPriority()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Apache CXF API

Apache CXF