public class ServiceInfo
extends java.lang.Object
implements java.io.Serializable
Endpoint information.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
address
Service binding address.
|
java.lang.String |
binding
Service binding information.
|
java.lang.String |
type
The endpoint type of the service.
|
Constructor and Description |
---|
ServiceInfo() |
public java.lang.String type
The endpoint type of the service.
For example, set the SuperMap Objects provided by the GIS function as an endpoint, you need to set the value of the field "UGC"; To set the WMS service as an endpoint, you need to set the value of the field to "WMS".
public java.lang.String binding
Service binding information.
For example, set the SuperMap Objects provided by the GIS function as an endpoint, in the binding information you need to set here map name, picture output path, Image output site (URL address), etc .; set the WMS service as an endpoint, you need to set the binding information in the WMS service version number, such as "1.1.1".
public java.lang.String address
Service binding address.
For example, set the SuperMap Objects provided by the GIS function as an endpoint, you need to set the value of the field for the SuperMap workspace path, For example, "data \\ world.sxw"; set the WMS service as an endpoint, and you need to set the value of the field to the address of the WMS service.
public java.lang.String toString()
Returns a string that already contains the service endpoint type (# type
), the service binding information (# binding
), Service binding address (# address
) and other initialization information.
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
Determines whether two objects are equal.
equals
in class java.lang.Object
obj
- The object to be compared.public int hashCode()
Gets the hash value of the object instance
hashCode
in class java.lang.Object