|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComplexOutputDefinition | |
---|---|
org.deegree.process.jaxb.java | |
org.deegree.services.wps.output |
Uses of ComplexOutputDefinition in org.deegree.process.jaxb.java |
---|
Methods in org.deegree.process.jaxb.java that return ComplexOutputDefinition | |
---|---|
ComplexOutputDefinition |
ObjectFactory.createComplexOutputDefinition()
Create an instance of ComplexOutputDefinition |
Methods in org.deegree.process.jaxb.java that return types with arguments of type ComplexOutputDefinition | |
---|---|
JAXBElement<ComplexOutputDefinition> |
ObjectFactory.createComplexOutput(ComplexOutputDefinition value)
Create an instance of JAXBElement < ComplexOutputDefinition > } |
Methods in org.deegree.process.jaxb.java with parameters of type ComplexOutputDefinition | |
---|---|
JAXBElement<ComplexOutputDefinition> |
ObjectFactory.createComplexOutput(ComplexOutputDefinition value)
Create an instance of JAXBElement < ComplexOutputDefinition > } |
Uses of ComplexOutputDefinition in org.deegree.services.wps.output |
---|
Constructors in org.deegree.services.wps.output with parameters of type ComplexOutputDefinition | |
---|---|
ComplexOutputImpl(ComplexOutputDefinition outputType,
OutputStorage location,
boolean isRequested,
String requestedMimeType,
String requestedSchema,
String requestedEncoding)
Construct a complex output, values will be written to the location and probably not stored. |
|
ComplexOutputImpl(ComplexOutputDefinition outputType,
OutputStream outputStream,
boolean isRequested,
String requestedMimeType,
String requestedSchema,
String requestedEncoding)
Construct a complex output, values will be written to the stream and (probably) not stored. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |