Uses of Interface
org.jboss.wsf.spi.deployment.UnifiedVirtualFile
-
Packages that use UnifiedVirtualFile Package Description 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
Methods in org.jboss.wsf.spi.deployment that return UnifiedVirtualFile Modifier and Type Method Description UnifiedVirtualFileUnifiedVirtualFile. findChild(String child)UnifiedVirtualFileUnifiedVirtualFile. findChildFailSafe(String child)Same as findChild(String child) but does not throw any exception on child not found, simply returns null.UnifiedVirtualFileArchiveDeployment. getRootFile()Get the root file for this deploymentMethods in org.jboss.wsf.spi.deployment that return types with arguments of type UnifiedVirtualFile Modifier and Type Method Description List<UnifiedVirtualFile>UnifiedVirtualFile. getChildren()List<UnifiedVirtualFile>ArchiveDeployment. getMetadataFiles()Get additional metadata files attached to the deploymentMethods in org.jboss.wsf.spi.deployment with parameters of type UnifiedVirtualFile Modifier and Type Method Description voidArchiveDeployment. addMetadataFile(UnifiedVirtualFile file)Add additional metadata file to the deploymentabstract DeploymentDeploymentModelFactory. newDeployment(String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile)abstract DeploymentDeploymentModelFactory. newDeployment(ArchiveDeployment parent, String simpleName, ClassLoader classLoader, UnifiedVirtualFile rootFile) -
Uses of UnifiedVirtualFile in org.jboss.wsf.spi.metadata.j2ee.serviceref
Methods in org.jboss.wsf.spi.metadata.j2ee.serviceref that return UnifiedVirtualFile Modifier and Type Method Description UnifiedVirtualFileUnifiedServiceRefMetaData. getVfsRoot()Methods in org.jboss.wsf.spi.metadata.j2ee.serviceref with parameters of type UnifiedVirtualFile Modifier and Type Method Description voidUnifiedServiceRefMetaData. setVfsRoot(UnifiedVirtualFile vfsRoot)voidUnifiedServiceRefMetaDataBuilder. setVfsRoot(UnifiedVirtualFile vfsRoot)Constructors in org.jboss.wsf.spi.metadata.j2ee.serviceref with parameters of type UnifiedVirtualFile Constructor Description UnifiedServiceRefMetaData(UnifiedVirtualFile vfsRoot, String serviceRefName)UnifiedServiceRefMetaData(UnifiedVirtualFile vfsRoot, String serviceRefName, String serviceInterface, String serviceRefType, String wsdlFile, String mappingFile, QName serviceQName, List<UnifiedPortComponentRefMetaData> portComponentRefs, List<UnifiedHandlerMetaData> handlers, UnifiedHandlerChainsMetaData handlerChains, String serviceImplClass, String configName, String configFile, String wsdlOverride, String handlerChain, AddressingMetadata addressingMetadata, MTOMMetadata mtomMetadata, RespectBindingMetadata respectBindingMetadata)UnifiedServiceRefMetaData(UnifiedVirtualFile vfsRoot, String serviceRefName, String mappingFile, QName serviceQName, List<UnifiedPortComponentRefMetaData> portComponentRefs, List<UnifiedHandlerMetaData> handlers, UnifiedHandlerChainsMetaData handlerChains, String serviceImplClass, String configName, String configFile, String wsdlOverride) -
Uses of UnifiedVirtualFile in org.jboss.wsf.spi.metadata.webservices
Methods in org.jboss.wsf.spi.metadata.webservices with parameters of type UnifiedVirtualFile Modifier and Type Method Description JBossWebservicesMetaDataJBossWebservicesFactory. loadFromVFSRoot(UnifiedVirtualFile root)Load jboss-webservices.xml fromMETA-INF/jboss-webservices.xmlorWEB-INF/jboss-webservices.xml.WebservicesMetaDataWebservicesFactory. loadFromVFSRoot(UnifiedVirtualFile root)Load webservices.xml fromMETA-INF/webservices.xmlorWEB-INF/webservices.xml. -
Uses of UnifiedVirtualFile in org.jboss.wsf.spi.util
Classes in org.jboss.wsf.spi.util that implement UnifiedVirtualFile Modifier and Type Class Description classURLLoaderAdapterLoad resources through a URLClassLoader.
NOTE: The associated classloader doesn't do parent delegation.Methods in org.jboss.wsf.spi.util that return UnifiedVirtualFile Modifier and Type Method Description UnifiedVirtualFileURLLoaderAdapter. findChild(String resourcePath)UnifiedVirtualFileURLLoaderAdapter. findChildFailSafe(String resourcePath)Methods in org.jboss.wsf.spi.util that return types with arguments of type UnifiedVirtualFile Modifier and Type Method Description List<UnifiedVirtualFile>URLLoaderAdapter. getChildren()
-