Uses of Class
org.jbpm.pvm.internal.stream.StreamInput

Packages that use StreamInput
org.jbpm.pvm.internal.cfg   
org.jbpm.pvm.internal.repository   
org.jbpm.pvm.internal.stream   
org.jbpm.pvm.internal.xml   
 

Uses of StreamInput in org.jbpm.pvm.internal.cfg
 

Methods in org.jbpm.pvm.internal.cfg with parameters of type StreamInput
protected  void ConfigurationImpl.parse(StreamInput streamSource)
           
 

Uses of StreamInput in org.jbpm.pvm.internal.repository
 

Methods in org.jbpm.pvm.internal.repository with parameters of type StreamInput
 NewDeployment DeploymentImpl.addResourceFromStreamInput(java.lang.String name, StreamInput streamInput)
           
 

Uses of StreamInput in org.jbpm.pvm.internal.stream
 

Subclasses of StreamInput in org.jbpm.pvm.internal.stream
 class ByteArrayStreamInput
           
 class FileStreamInput
           
 class InputStreamInput
           
 class ResourceStreamInput
           
 class StringStreamInput
           
 class UrlStreamInput
           
 

Uses of StreamInput in org.jbpm.pvm.internal.xml
 

Fields in org.jbpm.pvm.internal.xml declared as StreamInput
protected  StreamInput Parse.streamInput
           
 

Methods in org.jbpm.pvm.internal.xml with parameters of type StreamInput
 void Parser.importStream(StreamInput importedStreamInput, org.w3c.dom.Element destination, Parse importingParse)
          builds a dom from the importedStreamSource and appends the child elements of the document element to the destination element.
 Parse Parse.setStreamSource(StreamInput streamInput)
          specify a StreamInput as the source for this parse
 



Copyright © 2010 JBoss Community. All Rights Reserved.