org.deegree.protocol.ows.metadata.operation
Class DCP
java.lang.Object
org.deegree.protocol.ows.metadata.operation.DCP
public class DCP
- extends Object
The DCP
bean encapsulates the corresponding GetCapabilities response metadata element.
- Version:
- $Revision: 32011 $, $Date: 2011-09-26 15:54:49 +0200 (Mon, 26 Sep 2011) $
- Author:
- Andrei Ionita, last edited by: $Author: lbuesching $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DCP
public DCP(URL getUrl,
URL postUrl)
- Creates a new
DCP
instance.
- Parameters:
getUrl
- endpoint for HTTP-GET requests, can be null
postUrl
- endpoint for HTTP-POST requests, can be null
DCP
public DCP(List<Pair<URL,List<Domain>>> getEndpoints,
List<Pair<URL,List<Domain>>> postEndpoints)
getGetEndpoints
public List<Pair<URL,List<Domain>>> getGetEndpoints()
- Returns:
- getURLs, never
null
getPostEndpoints
public List<Pair<URL,List<Domain>>> getPostEndpoints()
- Returns:
- getPostURLs, never
null
Copyright © 2011. All Rights Reserved.