|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.systinet.wasp.admin.ServiceEndpoint
Basic service endpoint information.
| Field Summary | |
static int |
GET
GET transport method. |
java.lang.String |
path
Service endpoint path. |
static int |
POST
POST transport method. |
ServiceInstance |
serviceInstance
Service instance. |
int |
transportMethod
Transport method - can be either GET or POST. |
| Constructor Summary | |
ServiceEndpoint()
Creates a new ServiceEndpoint instance. |
|
ServiceEndpoint(java.lang.String path,
ServiceInstance serviceInstance)
Creates a new ServiceEndpoint instance. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Determines whether instances are equal. |
int |
hashCode()
Hash code value for this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int POST
public static final int GET
public java.lang.String path
public ServiceInstance serviceInstance
public int transportMethod
| Constructor Detail |
public ServiceEndpoint()
ServiceEndpoint instance.
public ServiceEndpoint(java.lang.String path,
ServiceInstance serviceInstance)
ServiceEndpoint instance.
path - the service enpoint pathserviceInstance - the service instance| Method Detail |
public int hashCode()
public boolean equals(java.lang.Object object)
object - an object.
true if instances are equal, else returns false.public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||