public class EndpointRef extends Object implements Externalizable
| 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.
|
void |
readExternal(ObjectInput ois) |
String |
toString() |
void |
writeExternal(ObjectOutput oos) |
public final String getUri()
public final String getOperation()
public final boolean isClient()
public void readExternal(ObjectInput ois) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput oos) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.