public final class CapabilitiesRequest extends Request
| Constructor and Description | 
|---|
| CapabilitiesRequest()Construct an OGC GetCapabilities request using the default service. | 
| CapabilitiesRequest(URI uri)Constructs a request for the default service, WMS, and a specified server. | 
| CapabilitiesRequest(URI uri,
                   String service)Constructs a request for a specified service at a specified server. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | initialize(String service) | 
getParam, getRequestName, getService, getUri, getVersion, setParam, setService, setUri, setVersion, toStringpublic CapabilitiesRequest()
public CapabilitiesRequest(URI uri) throws URISyntaxException
uri - the address of the web service.IllegalArgumentException - if the uri is null.URISyntaxException - if the web service address is not a valid URI.public CapabilitiesRequest(URI uri, String service) throws URISyntaxException
uri - the address of the web service.service - the service name. Common names are WMS, WFS, WCS, etc.IllegalArgumentException - if the uri or service name is null.URISyntaxException - if the web service address is not a valid URI.protected void initialize(String service)
initialize in class Request