public class ServiceMetadataUtils extends Object
| Constructor and Description |
|---|
ServiceMetadataUtils() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
getOperationEndpoint(Document cswMetadata,
String opName,
String httpMethod)
Extracts a request endpoint from a service capabilities document.
|
public static URI getOperationEndpoint(Document cswMetadata, String opName, String httpMethod)
cswMetadata - A DOM Document node containing service metadata (OGC
capabilities document).opName - The operation (request) name.httpMethod - The HTTP method to use (if null or empty the
first method listed will be used).Copyright © 2015 Open Geospatial Consortium. All rights reserved.