public class SosWrapperFactory extends Object
Constructor and Description |
---|
SosWrapperFactory() |
Modifier and Type | Method and Description |
---|---|
static SOSWrapper |
newInstance(ServiceDescriptor capabilities)
Creates a SOSWrapper instance from given ServiceDescriptor
|
static SOSWrapper |
newInstance(String serviceEndpoint,
String serviceVersion)
Creates a SOSWrapper instance by initiating a GetCapabilities request.
|
static SOSWrapper |
newInstance(String serviceEndpoint,
String serviceVersion,
ISOSRequestBuilder.Binding binding)
Creates a SOSWrapper instance by initiating a GetCapabilities request.
|
public static SOSWrapper newInstance(String serviceEndpoint, String serviceVersion) throws ExceptionReport, OXFException
serviceEndpoint
- Location of the SOS service.serviceVersion
- specification version.ExceptionReport
OXFException
public static SOSWrapper newInstance(String serviceEndpoint, String serviceVersion, ISOSRequestBuilder.Binding binding) throws ExceptionReport, OXFException
serviceEndpoint
- Location of the SOS service.serviceVersion
- specification version.binding
- binding protocol used by this service instance.OXFException
ExceptionReport
public static SOSWrapper newInstance(ServiceDescriptor capabilities)
capabilities
- Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.