public class Key extends Object implements Serializable
Key()
Key(URI uri, String accept)
boolean
equals(Object o)
String
getAccept()
URI
getUri()
int
hashCode()
void
setAccept(String accept)
setUri(URI uri)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Key(URI uri, String accept)
public Key()
public URI getUri()
public void setUri(URI uri)
public String getAccept()
public void setAccept(String accept)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Apache CXF