Uses of Class
org.deegree.process.jaxb.java.ComplexOutputDefinition

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.
 



Copyright © 2011. All Rights Reserved.