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.serviceref   
 

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

Methods in org.jboss.wsf.spi.deployment that return UnifiedVirtualFile
 UnifiedVirtualFile UnifiedVirtualFile.findChild(java.lang.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
 java.util.List<UnifiedVirtualFile> UnifiedVirtualFile.getChildren()
           
 java.util.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(java.util.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 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.serviceref
 

Methods in org.jboss.wsf.spi.serviceref with parameters of type UnifiedVirtualFile
 void ServiceRefHandler.bindServiceRef(javax.naming.Context encCtx, java.lang.String encName, UnifiedVirtualFile vfsRoot, java.lang.ClassLoader loader, ServiceRefMetaData sref)
           
 



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.