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

Packages that use ComplexInputDefinition
org.deegree.process.jaxb.java   
org.deegree.services.wps.input   
 

Uses of ComplexInputDefinition in org.deegree.process.jaxb.java
 

Methods in org.deegree.process.jaxb.java that return ComplexInputDefinition
 ComplexInputDefinition ObjectFactory.createComplexInputDefinition()
          Create an instance of ComplexInputDefinition
 

Methods in org.deegree.process.jaxb.java that return types with arguments of type ComplexInputDefinition
 JAXBElement<ComplexInputDefinition> ObjectFactory.createComplexInput(ComplexInputDefinition value)
          Create an instance of JAXBElement<ComplexInputDefinition>}
 

Methods in org.deegree.process.jaxb.java with parameters of type ComplexInputDefinition
 JAXBElement<ComplexInputDefinition> ObjectFactory.createComplexInput(ComplexInputDefinition value)
          Create an instance of JAXBElement<ComplexInputDefinition>}
 

Uses of ComplexInputDefinition in org.deegree.services.wps.input
 

Constructors in org.deegree.services.wps.input with parameters of type ComplexInputDefinition
ComplexInputImpl(ComplexInputDefinition definition, LanguageString title, LanguageString summary, ComplexFormatType format)
          Creates a new ComplexInputImpl instance.
EmbeddedComplexInput(ComplexInputDefinition definition, LanguageString title, LanguageString summary, ComplexFormatType format, StreamBufferStore store)
          Creates a new ComplexInputImpl instance from a wps:ComplexData embedded in an execute request document.
ReferencedComplexInput(ComplexInputDefinition definition, LanguageString title, LanguageString summary, ComplexFormatType format, InputReference reference)
          Creates a new ComplexInputImpl instance from a reference to a web-accessible URI.
 



Copyright © 2011. All Rights Reserved.