|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.oxf.serviceAdapters.sas.SASAdapter
public class SASAdapter
SAS-Adapter for the ox-framework
| Field Summary | |
|---|---|
static String |
ADVERTISE_OP_NAME
|
static String |
ALERT_OP_NAME
|
static String |
CANCEL_ADVERTISEMENT_OP_NAME
|
static String |
CANCEL_SUBSCRIPTION_OP_NAME
|
static String |
DESCRIBE_SENSOR_OP_NAME
|
static String |
DESCRIPTION
Description of the SOSAdapter |
static String |
GET_CAPABILITIES_OP_NAME
|
static String |
RENEW_ADVERTISEMENT_OP_NAME
|
static String |
RENEW_SUBSCRIPTION_OP_NAME
|
static String |
SERVICE_TYPE
The Type of the service which is connectable by this ServiceAdapter |
static String |
SUBSCRIBE_OP_NAME
|
static String[] |
SUPPORTED_VERSIONS
the Versions of the services which are connectable by this ServiceAdapter. |
| Constructor Summary | |
|---|---|
SASAdapter()
standard constructor |
|
| Method Summary | |
|---|---|
OperationResult |
doOperation(Operation operation,
ParameterContainer parameterContainer)
performs a given service-operation with the given parameters |
String |
getDescription()
|
String |
getResourceOperationName()
|
SASRequestBuilder |
getSASRequestBuilder()
|
String |
getServiceType()
|
String[] |
getSupportedVersions()
|
ServiceDescriptor |
initService(String url)
initializes the ServiceDescriptor by requesting the capabilities document of the SAS. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GET_CAPABILITIES_OP_NAME
public static final String DESCRIBE_SENSOR_OP_NAME
public static final String ALERT_OP_NAME
public static final String ADVERTISE_OP_NAME
public static final String RENEW_ADVERTISEMENT_OP_NAME
public static final String CANCEL_ADVERTISEMENT_OP_NAME
public static final String SUBSCRIBE_OP_NAME
public static final String RENEW_SUBSCRIPTION_OP_NAME
public static final String CANCEL_SUBSCRIPTION_OP_NAME
public static final String DESCRIPTION
public static final String SERVICE_TYPE
public static final String[] SUPPORTED_VERSIONS
| Constructor Detail |
|---|
public SASAdapter()
| Method Detail |
|---|
public ServiceDescriptor initService(String url)
throws ExceptionReport,
OXFException
initService in interface IServiceAdapterurl - the base URL of the SAS
ExceptionReport - if service side exception occurs
OXFException - if internal exception (in general parsing error or Capabilities doc is incorrect) occurs
public OperationResult doOperation(Operation operation,
ParameterContainer parameterContainer)
throws ExceptionReport,
OXFException
doOperation in interface IServiceAdapteroperation - the operation which the adapter has to execute on the service.
this operation includes also the parameter values.parameterContainer - contains all ParameterShells for the Operation.
ExceptionReport - if service side exception occures.
OXFException - if internal exception occures.public String getDescription()
getDescription in interface IServiceAdapterpublic String getServiceType()
getServiceType in interface IServiceAdapterpublic String[] getSupportedVersions()
getSupportedVersions in interface IServiceAdapterpublic String getResourceOperationName()
getResourceOperationName in interface IServiceAdapternull.public SASRequestBuilder getSASRequestBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||