public class DefaultServiceEndpoint extends Object implements ServiceEndpoint, Comparable<DefaultServiceEndpoint>
| Modifier and Type | Field and Description |
|---|---|
protected String |
serviceEndpointId |
protected Class<?> |
serviceInterface |
| Constructor and Description |
|---|
DefaultServiceEndpoint(String serviceEndpointId,
Class<?> serviceInterface) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DefaultServiceEndpoint other) |
boolean |
equals(Object obj) |
String |
getServiceEndpointId() |
Class<?> |
getServiceInterface() |
int |
hashCode() |
String |
toString() |
protected final String serviceEndpointId
protected final Class<?> serviceInterface
public int compareTo(DefaultServiceEndpoint other)
compareTo in interface Comparable<DefaultServiceEndpoint>public String getServiceEndpointId()
getServiceEndpointId in interface ServiceEndpointpublic Class<?> getServiceInterface()
getServiceInterface in interface ServiceEndpointCopyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.