Uses of Class
org.deegree.commons.utils.io.StreamBufferStore

Packages that use StreamBufferStore
org.deegree.commons.xml.stax   
org.deegree.protocol.ows.client   
org.deegree.protocol.wps.client.output   
org.deegree.services.wps.input   
org.deegree.services.wps.storage   
 

Uses of StreamBufferStore in org.deegree.commons.xml.stax
 

Methods in org.deegree.commons.xml.stax that return StreamBufferStore
static StreamBufferStore XMLStreamUtils.serialize(XMLStreamReader reader)
          Serializes the XML element (including all attributes and subnodes) from the given XMLStreamReader into a StreamBufferStore.
 

Uses of StreamBufferStore in org.deegree.protocol.ows.client
 

Methods in org.deegree.protocol.ows.client with parameters of type StreamBufferStore
protected  OWSResponse AbstractOWSClient.doPost(URL endPoint, String contentType, StreamBufferStore body, Map<String,String> headers)
          Performs an HTTP-POST request to the service.
 

Uses of StreamBufferStore in org.deegree.protocol.wps.client.output
 

Constructors in org.deegree.protocol.wps.client.output with parameters of type StreamBufferStore
ComplexOutput(CodeType id, StreamBufferStore store, String mimeType, String encoding, String schema)
          Creates a new ComplexOutput instance.
 

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

Constructors in org.deegree.services.wps.input with parameters of type StreamBufferStore
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.
 

Uses of StreamBufferStore in org.deegree.services.wps.storage
 

Methods in org.deegree.services.wps.storage that return StreamBufferStore
 StreamBufferStore StorageManager.newInputSink()
           
 



Copyright © 2011. All Rights Reserved.