|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.oxf.ows.capabilities.OperationsMetadata
public class OperationsMetadata
This class builds the foundation to inspect the possible operations of the WebService. This class contains all important information to access a OWS.
Constructor Summary | |
---|---|
OperationsMetadata(Operation[] operations)
this constructor has all required attributes as its parameters. |
|
OperationsMetadata(Operation[] operations,
Parameter[] parameters,
String[] constraints)
this constructor has all attributes of the class as its parameters. |
Method Summary | |
---|---|
String[] |
getConstraints()
Representation of possible Constraints. |
Operation |
getOperationByName(String operationName)
|
Operation[] |
getOperations()
|
Parameter[] |
getParameters()
This parameters are inherited by ALL operations. |
protected void |
setConstraints(String[] constraints)
Representation of possible Constraints. |
protected void |
setOperations(Operation[] operations)
|
protected void |
setParameters(Parameter[] parameters)
This parameters are inherited by ALL operations |
String |
toXML()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationsMetadata(Operation[] operations)
operations
- public OperationsMetadata(Operation[] operations, Parameter[] parameters, String[] constraints)
operations
- parameters
- constraints
- Method Detail |
---|
public String toXML()
public String[] getConstraints()
protected void setConstraints(String[] constraints)
constraints
- The constraints to set.public Operation getOperationByName(String operationName)
operationName
-
null
if there isn't such an Operation.public Operation[] getOperations()
protected void setOperations(Operation[] operations)
operations
- The operations to set.public Parameter[] getParameters()
protected void setParameters(Parameter[] parameters)
parameters
- The parameters to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |