Package org.geotools.wps.v2_0.bindings
Class JobControlOptionsTypeBinding
Object
AbstractSimpleBinding
JobControlOptionsTypeBinding
- All Implemented Interfaces:
Binding
,SimpleBinding
Binding object for the type http://www.opengis.net/wps/2.0:JobControlOptionsType.
<?xml version="1.0" encoding="UTF-8"?><simpleType name="JobControlOptionsType" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<documentation>
This attribute type is used to specify process control options.
The WPS specification only defines "execute-sync" and "execute-async",
each with an associated execution protocol.
Extensions may specify additional control options, such as "dimiss" which is
defined in the WPS dismiss extension.
</documentation>
</annotation>
<union>
<simpleType>
<restriction base="string">
<enumeration value="sync-execute"/>
<enumeration value="async-execute"/>
</restriction>
</simpleType>
<simpleType>
<restriction base="string"/>
</simpleType>
</union>
</simpleType>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSimpleBinding
encode, getExecutionMode, parse
-
Constructor Details
-
JobControlOptionsTypeBinding
public JobControlOptionsTypeBinding()
-
-
Method Details
-
getTarget
- Returns:
- The qualified name of the target for the binding.
-
getType
- Returns:
- The java type this binding maps to.
-