|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |