Uses of Interface
org.jboss.wsf.spi.deployment.UnifiedVirtualFile

Packages that use UnifiedVirtualFile
org.jboss.wsf.spi.deployment   
org.jboss.wsf.spi.metadata.j2ee.serviceref   
org.jboss.wsf.spi.metadata.webservices   
org.jboss.wsf.spi.util   
 

Uses of UnifiedVirtualFile in org.jboss.wsf.spi.deployment
 

Subinterfaces of UnifiedVirtualFile in org.jboss.wsf.spi.deployment
 interface WritableUnifiedVirtualFile
           
 

Methods in org.jboss.wsf.spi.deployment that return UnifiedVirtualFile
 UnifiedVirtualFile UnifiedVirtualFile.findChild(String child)
           
 UnifiedVirtualFile ArchiveDeployment.getRootFile()
          Get the root file for this deployment
 

Methods in org.jboss.wsf.spi.deployment that return types with arguments of type UnifiedVirtualFile
 List<UnifiedVirtualFile> UnifiedVirtualFile.getChildren()
           
 List<UnifiedVirtualFile> ArchiveDeployment.getMetadataFiles()
          Get additional metadata files attached to the deployment
 

Methods in org.jboss.wsf.spi.deployment with parameters of type UnifiedVirtualFile
 void ArchiveDeployment.setRootFile(UnifiedVirtualFile root)
          Set the root file for this deployment
 

Method parameters in org.jboss.wsf.spi.deployment with type arguments of type UnifiedVirtualFile
 void ArchiveDeployment.setMetadataFiles(List<UnifiedVirtualFile> metadataFiles)
          Set additional metadata files for this deployment
 

Uses of UnifiedVirtualFile in org.jboss.wsf.spi.metadata.j2ee.serviceref
 

Methods in org.jboss.wsf.spi.metadata.j2ee.serviceref that return UnifiedVirtualFile
 UnifiedVirtualFile UnifiedServiceRefMetaData.getVfsRoot()
           
 

Methods in org.jboss.wsf.spi.metadata.j2ee.serviceref with parameters of type UnifiedVirtualFile
 void UnifiedServiceRefMetaData.setVfsRoot(UnifiedVirtualFile vfsRoot)
           
 

Constructors in org.jboss.wsf.spi.metadata.j2ee.serviceref with parameters of type UnifiedVirtualFile
UnifiedServiceRefMetaData(UnifiedVirtualFile vfRoot)
           
 

Uses of UnifiedVirtualFile in org.jboss.wsf.spi.metadata.webservices
 

Methods in org.jboss.wsf.spi.metadata.webservices with parameters of type UnifiedVirtualFile
static JBossWebservicesMetaData JBossWebservicesFactory.loadFromVFSRoot(UnifiedVirtualFile root)
          Load jboss-webservices.xml from META-INF/jboss-webservices.xml or WEB-INF/jboss-webservices.xml .
static WebservicesMetaData WebservicesFactory.loadFromVFSRoot(UnifiedVirtualFile root)
          Load webservices.xml from META-INF/webservices.xml or WEB-INF/webservices.xml.
 

Uses of UnifiedVirtualFile in org.jboss.wsf.spi.util
 

Classes in org.jboss.wsf.spi.util that implement UnifiedVirtualFile
 class URLLoaderAdapter
          Load resources through a URLClassLoader.
NOTE: The associated classloader doesn't do parent delegation.
 

Methods in org.jboss.wsf.spi.util that return UnifiedVirtualFile
 UnifiedVirtualFile URLLoaderAdapter.findChild(String resourcePath)
           
 

Methods in org.jboss.wsf.spi.util that return types with arguments of type UnifiedVirtualFile
 List<UnifiedVirtualFile> URLLoaderAdapter.getChildren()
           
 



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.