public class SESAdapter extends Object implements IServiceAdapter
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIBE_SENSOR |
static String |
DESCRIPTION
Description of the SESAdapter
|
static String |
DESTROY_REGISTRATION |
static String |
GET_CAPABILITIES |
static String |
NOTIFY |
static String |
NOTIFY_RESPONSE |
static String |
REGISTER_PUBLISHER |
static String |
RESOURCE_OPERATION
The name of the service operation which returns the data to be added to a map view as a layer.
|
static String |
SERVICE_TYPE
The Type of the service which is connectable by this ServiceAdapter
|
static String |
SUBSCRIBE |
protected static List<String> |
SUPPORTED_VERSIONS
the Versions of the services which are connectable by this ServiceAdapter.
|
static String |
UNSUBSCRIBE |
Constructor and Description |
---|
SESAdapter()
constructor which instantiates
|
SESAdapter(ParameterContainer paramCont)
Deprecated.
constructor parameter has no effect
|
SESAdapter(String serviceVersion) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
doOperation(Operation operation,
ParameterContainer parameterContainer) |
String |
getDescription() |
String |
getResourceOperationName() |
String |
getServiceType() |
String[] |
getSupportedVersions() |
org.apache.xmlbeans.XmlObject |
handleResponse(String operationName,
ByteArrayInputStream input) |
ServiceDescriptor |
initService(String serviceURL) |
public static final String SUBSCRIBE
public static final String UNSUBSCRIBE
public static final String GET_CAPABILITIES
public static final String REGISTER_PUBLISHER
public static final String NOTIFY
public static final String DESCRIBE_SENSOR
public static final String NOTIFY_RESPONSE
public static final String DESTROY_REGISTRATION
public static final String DESCRIPTION
public static final String RESOURCE_OPERATION
public static final String SERVICE_TYPE
public SESAdapter()
public SESAdapter(String serviceVersion)
serviceVersion
- the schema version for which this adapter instance shall be initialized.@Deprecated public SESAdapter(ParameterContainer paramCont)
paramCont
- ignored parameterpublic ServiceDescriptor initService(String serviceURL) throws ExceptionReport, OXFException
initService
in interface IServiceAdapter
ExceptionReport
OXFException
public OperationResult doOperation(Operation operation, ParameterContainer parameterContainer) throws ExceptionReport, OXFException
doOperation
in interface IServiceAdapter
ExceptionReport
OXFException
public org.apache.xmlbeans.XmlObject handleResponse(String operationName, ByteArrayInputStream input) throws OXFException
OXFException
public String getDescription()
getDescription
in interface IServiceAdapter
public String getResourceOperationName()
getResourceOperationName
in interface IServiceAdapter
public String getServiceType()
getServiceType
in interface IServiceAdapter
public String[] getSupportedVersions()
getSupportedVersions
in interface IServiceAdapter
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.