- sendHttpGetRequest(URI) - Method in interface org.n52.oxf.ses.adapter.client.ISESConnector
-
- sendHttpGetRequest(URI) - Static method in class org.n52.oxf.ses.adapter.client.SESClient
-
- sendHttpGetRequest(URI) - Method in class org.n52.oxf.ses.adapter.client.SESConnectorImpl
-
- sendHttpPostRequest(String, String) - Method in interface org.n52.oxf.ses.adapter.client.ISESConnector
-
- sendHttpPostRequest(String, String) - Method in class org.n52.oxf.ses.adapter.client.SESConnectorImpl
-
- serve(String, String, Properties, Properties, Properties) - Method in class org.n52.oxf.ses.adapter.client.httplistener.SimpleWSNConsumer
-
- SERVICE_TYPE - Static variable in class org.n52.oxf.ses.adapter.SESAdapter
-
The Type of the service which is connectable by this ServiceAdapter
- serviceTested - Variable in class org.n52.oxf.ses.adapter.SESServiceInstance
-
- SES_PORT_TYPE - Static variable in class org.n52.oxf.ses.adapter.client.SESClient
-
- SESAdapter - Class in org.n52.oxf.ses.adapter
-
SES-Adapter for the OX-Framework
TODO implement missing operations
Current state (could not be tested because of missing dp compliant instance):
GetCapabilities implemented
Subscribe
Notify
RegisterPublisher
- SESAdapter() - Constructor for class org.n52.oxf.ses.adapter.SESAdapter
-
constructor which instantiates
- SESAdapter(String) - Constructor for class org.n52.oxf.ses.adapter.SESAdapter
-
- SESAdapter(ParameterContainer) - Constructor for class org.n52.oxf.ses.adapter.SESAdapter
-
- SESCapabilitiesMapper_00 - Class in org.n52.oxf.ses.adapter
-
maps the Capabilities of the SES into a ServiceDescriptor object.
- SESCapabilitiesMapper_00() - Constructor for class org.n52.oxf.ses.adapter.SESCapabilitiesMapper_00
-
- SESClient - Class in org.n52.oxf.ses.adapter.client
-
- SESConnectorImpl - Class in org.n52.oxf.ses.adapter.client
-
- SESConnectorImpl() - Constructor for class org.n52.oxf.ses.adapter.client.SESConnectorImpl
-
- SESRequestBuilder_00 - Class in org.n52.oxf.ses.adapter
-
contains attributes and methods to encode SESOperationRequests as String in xml-format
- SESRequestBuilder_00() - Constructor for class org.n52.oxf.ses.adapter.SESRequestBuilder_00
-
- SESRequestBuilder_00.SoapEnvelopeBuilder - Class in org.n52.oxf.ses.adapter
-
- SESRequestBuilderFactory - Class in org.n52.oxf.ses.adapter
-
- SESRequestBuilderFactory() - Constructor for class org.n52.oxf.ses.adapter.SESRequestBuilderFactory
-
- SESResponse(int, XmlObject) - Constructor for class org.n52.oxf.ses.adapter.client.ISESConnector.SESResponse
-
- SESResponseBuilder_00 - Class in org.n52.oxf.ses.adapter
-
- SESResponseBuilder_00() - Constructor for class org.n52.oxf.ses.adapter.SESResponseBuilder_00
-
Deprecated.
- SESResponseBuilderFactory - Class in org.n52.oxf.ses.adapter
-
- SESResponseBuilderFactory() - Constructor for class org.n52.oxf.ses.adapter.SESResponseBuilderFactory
-
Deprecated.
- SESServiceInstance - Class in org.n52.oxf.ses.adapter
-
- SESServiceInstance(URL) - Constructor for class org.n52.oxf.ses.adapter.SESServiceInstance
-
- SESUtils - Class in org.n52.oxf.ses.adapter
-
- SESUtils() - Constructor for class org.n52.oxf.ses.adapter.SESUtils
-
- SESUtils.SesNamespace - Enum in org.n52.oxf.ses.adapter
-
Namespaces are taken from public SES wsdl file.
- setAddSoap(boolean) - Method in interface org.n52.oxf.ses.adapter.client.ISESConnector
-
- setAddSoap(boolean) - Method in class org.n52.oxf.ses.adapter.client.SESConnectorImpl
-
- setConnectorImplementation(Class<?>) - Static method in class org.n52.oxf.ses.adapter.client.SESClient
-
Use this method before getting an instance with SESClient#getInstance(URL, String, String, String)
.
- setException(Exception) - Method in class org.n52.oxf.ses.adapter.client.Publisher
-
- setException(Exception) - Method in class org.n52.oxf.ses.adapter.client.Subscription
-
- setFilter(String) - Method in class org.n52.oxf.ses.adapter.client.SubscriptionConstraints
-
The Filter compliant to the WS-N spec.
- setHost(URL) - Method in interface org.n52.oxf.ses.adapter.client.ISESConnector
-
- setHost(URL) - Method in class org.n52.oxf.ses.adapter.client.SESConnectorImpl
-
- setListener(HttpListener) - Method in interface org.n52.oxf.ses.adapter.client.httplistener.IWSNConsumer
-
- setListener(HttpListener) - Method in class org.n52.oxf.ses.adapter.client.httplistener.SimpleConsumerServlet
-
- setListener(HttpListener) - Method in class org.n52.oxf.ses.adapter.client.httplistener.SimpleWSNConsumer
-
- shutdown() - Method in interface org.n52.oxf.ses.adapter.client.ISESConnector
-
- shutdown() - Static method in class org.n52.oxf.ses.adapter.client.SESClient
-
- shutdown() - Method in class org.n52.oxf.ses.adapter.client.SESConnectorImpl
-
- shutdown() - Method in class org.n52.oxf.ses.adapter.client.Subscription
-
- SimpleConsumerServlet - Class in org.n52.oxf.ses.adapter.client.httplistener
-
Specify the use of this servlet
if you use the client within a servlet 2.x container (jetty, tomcat, etc).
- SimpleConsumerServlet() - Constructor for class org.n52.oxf.ses.adapter.client.httplistener.SimpleConsumerServlet
-
- SimpleConsumerServlet.CallbackOnAvailableListener - Interface in org.n52.oxf.ses.adapter.client.httplistener
-
A callback listener which is informed when the servlet is available.
- SimpleWSNConsumer - Class in org.n52.oxf.ses.adapter.client.httplistener
-
Simple HTTP client (based on NanoHTTPD) to receive
WS-N notifications.
- SimpleWSNConsumer(int, String) - Constructor for class org.n52.oxf.ses.adapter.client.httplistener.SimpleWSNConsumer
-
- SimpleWSNConsumer(int, String, File, HttpListener) - Constructor for class org.n52.oxf.ses.adapter.client.httplistener.SimpleWSNConsumer
-
- stop() - Method in interface org.n52.oxf.ses.adapter.client.httplistener.IWSNConsumer
-
use to free resources
- stop() - Method in class org.n52.oxf.ses.adapter.client.httplistener.SimpleConsumerServlet
-
- SUB_MGR_PORT_TYPE - Static variable in class org.n52.oxf.ses.adapter.client.SESClient
-
- subscribe(SubscriptionConstraints) - Method in class org.n52.oxf.ses.adapter.client.SESClient
-
- SUBSCRIBE - Static variable in class org.n52.oxf.ses.adapter.SESAdapter
-
- SUBSCRIBE_CONSUMER_REFERENCE_ADDRESS - Static variable in interface org.n52.oxf.ses.adapter.ISESRequestBuilder
-
- SUBSCRIBE_FILTER_MESSAGE_CONTENT - Static variable in interface org.n52.oxf.ses.adapter.ISESRequestBuilder
-
- SUBSCRIBE_FILTER_MESSAGE_CONTENT_DIALECT - Static variable in interface org.n52.oxf.ses.adapter.ISESRequestBuilder
-
- SUBSCRIBE_FILTER_TOPIC - Static variable in interface org.n52.oxf.ses.adapter.ISESRequestBuilder
-
- SUBSCRIBE_FILTER_TOPIC_DIALECT - Static variable in interface org.n52.oxf.ses.adapter.ISESRequestBuilder
-
- SUBSCRIBE_FROM - Static variable in interface org.n52.oxf.ses.adapter.ISESRequestBuilder
-
- SUBSCRIBE_INITIAL_TERMINATION_TIME - Static variable in interface org.n52.oxf.ses.adapter.ISESRequestBuilder
-
- SUBSCRIBE_SES_URL - Static variable in interface org.n52.oxf.ses.adapter.ISESRequestBuilder
-
- Subscription - Class in org.n52.oxf.ses.adapter.client
-
- Subscription(SubscriptionConstraints) - Constructor for class org.n52.oxf.ses.adapter.client.Subscription
-
- SubscriptionConstraints - Class in org.n52.oxf.ses.adapter.client
-
- SubscriptionConstraints(String) - Constructor for class org.n52.oxf.ses.adapter.client.SubscriptionConstraints
-
- SubscriptionConstraints(String, String) - Constructor for class org.n52.oxf.ses.adapter.client.SubscriptionConstraints
-
- SubscriptionConstraints.DynamicFilterSubscription - Class in org.n52.oxf.ses.adapter.client
-
- SubscriptionConstraints.XPathSubscription - Class in org.n52.oxf.ses.adapter.client
-
- SUPPORTED_VERSIONS - Static variable in class org.n52.oxf.ses.adapter.SESAdapter
-
the Versions of the services which are connectable by this ServiceAdapter.