|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.remoteclient.ogc.OGCServiceInformation
public abstract class OGCServiceInformation
| Field Summary | |
|---|---|
java.lang.String |
online_resource
|
protected java.util.HashMap |
operationsGet
|
protected java.util.HashMap |
operationsPost
|
| Constructor Summary | |
|---|---|
OGCServiceInformation()
|
|
| Method Summary | |
|---|---|
void |
addOperation(java.lang.String operation,
int protocol)
Add a new supported operation |
void |
addOperation(java.lang.String operation,
int protocol,
java.lang.String onlineResource)
Add a new supported operation |
abstract OGCClientOperation |
createOperation(java.lang.String name)
|
abstract OGCClientOperation |
createOperation(java.lang.String name,
java.lang.String onlineResource)
|
java.lang.String |
getOnline_resource()
|
java.lang.String |
getOnlineResource(java.lang.String operation)
Gets the online resource for a concrete operation. |
java.lang.String |
getOnlineResource(java.lang.String operation,
int protocol)
Gest the online resource for a concrete operation |
java.util.Hashtable |
getSupportedOperationsByName()
Get a hash map with the supported operations |
boolean |
isOperationSupported(java.lang.String operationName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String online_resource
protected java.util.HashMap operationsGet
protected java.util.HashMap operationsPost
| Constructor Detail |
|---|
public OGCServiceInformation()
| Method Detail |
|---|
public void addOperation(java.lang.String operation,
int protocol)
operation - The operation to supportprotocol - The HTTP protocol (Get or Post)
public void addOperation(java.lang.String operation,
int protocol,
java.lang.String onlineResource)
operation - The operation to supportprotocol - The HTTP protocol (Get or Post)onlineResource - The online resourcepublic abstract OGCClientOperation createOperation(java.lang.String name)
public abstract OGCClientOperation createOperation(java.lang.String name,
java.lang.String onlineResource)
public java.lang.String getOnline_resource()
public java.lang.String getOnlineResource(java.lang.String operation)
operation - The operation
public java.lang.String getOnlineResource(java.lang.String operation,
int protocol)
operation - The operationprotocol - The HTTP protocol (Get or Post)
public java.util.Hashtable getSupportedOperationsByName()
public boolean isOperationSupported(java.lang.String operationName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||