|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.commons.xml.XMLAdapter
org.deegree.protocol.ows.OWS110CapabilitiesAdapter
public class OWS110CapabilitiesAdapter
Extracts metadata from OGC service capabilities documents that comply to the OWS 1.1.0 specification.
Field Summary |
---|
Fields inherited from class org.deegree.commons.xml.XMLAdapter |
---|
DEFAULT_URL, rootElement, XLN_NS |
Constructor Summary | |
---|---|
OWS110CapabilitiesAdapter()
Creates a new OWS110CapabilitiesAdapter instance. |
Method Summary | |
---|---|
java.net.URL |
getOperationURL(java.lang.String operation,
boolean post)
Returns the URL for the specified operation and HTTP method. |
ServiceMetadata |
parseMetadata()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OWS110CapabilitiesAdapter()
OWS110CapabilitiesAdapter
instance.
Method Detail |
---|
public ServiceMetadata parseMetadata()
ServiceMetadata
instance, never null
public java.net.URL getOperationURL(java.lang.String operation, boolean post) throws java.net.MalformedURLException
operation
- name of the operation, must not be null
post
- if set to true, the URL for POST requests will be returned, otherwise the URL for GET requests will be
returned
null
(if the
operation/method is not announced by the service)
java.net.MalformedURLException
- if the announced URL is malformed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |