public class EndpointRef extends Object implements Serializable
| Constructor and Description |
|---|
EndpointRef()
The default constructor.
|
EndpointRef(String uri,
String operation,
boolean client)
This constructor initialises the endpoint details.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getOperation()
This method returns the operation.
|
String |
getUri()
This method returns the URI associated with the endpoint.
|
int |
hashCode() |
boolean |
isClient()
This method identifies whether the endpoint relates to the client
side.
|
String |
toString() |
public final String getUri()
public final String getOperation()
public final boolean isClient()
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.