|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.connectors.core.AbstractConnectorTypeRegistry
org.n52.connectors.core.RemoteConnectorTypeRegistryProxy
public class RemoteConnectorTypeRegistryProxy
Field Summary | |
---|---|
(package private) java.net.URL |
url
|
Fields inherited from class org.n52.connectors.core.AbstractConnectorTypeRegistry |
---|
defaultMapping, logger |
Constructor Summary | |
---|---|
RemoteConnectorTypeRegistryProxy(java.net.URL location)
|
Method Summary | |
---|---|
java.lang.String |
getConnectorClass(ServiceRequest request)
return an XML String describing a Connector with requested functionality. |
Methods inherited from class org.n52.connectors.core.AbstractConnectorTypeRegistry |
---|
setDefaultConnector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.net.URL url
Constructor Detail |
---|
public RemoteConnectorTypeRegistryProxy(java.net.URL location)
Method Detail |
---|
public java.lang.String getConnectorClass(ServiceRequest request) throws org.n52.connectors.core.exceptions.IllegalConnectorRequestException
ConnectorTypeRegistry
request
- contains all information that is needed to find a suitable
connector
org.n52.connectors.core.exceptions.IllegalConnectorRequestException
- request could not be fullfilled
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |