Package org.jboss.as.webservices.util
Class VirtualFileAdaptor
java.lang.Object
org.jboss.as.webservices.util.VirtualFileAdaptor
- All Implemented Interfaces:
Serializable,org.jboss.wsf.spi.deployment.UnifiedVirtualFile
public final class VirtualFileAdaptor
extends Object
implements org.jboss.wsf.spi.deployment.UnifiedVirtualFile
A VirtualFile adaptor.
- Author:
- Thomas.Diesler@jboss.org, Ales.Justin@jboss.org, alessio.soldano@jboss.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.wsf.spi.deployment.UnifiedVirtualFileorg.jboss.wsf.spi.deployment.UnifiedVirtualFilefindChildFailSafe(String child) List<org.jboss.wsf.spi.deployment.UnifiedVirtualFile>getName()toURL()
-
Constructor Details
-
VirtualFileAdaptor
public VirtualFileAdaptor(org.jboss.vfs.VirtualFile file)
-
-
Method Details
-
findChild
- Specified by:
findChildin interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile- Throws:
IOException
-
findChildFailSafe
- Specified by:
findChildFailSafein interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile
-
toURL
- Specified by:
toURLin interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile
-
getChildren
- Specified by:
getChildrenin interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile- Throws:
IOException
-
getName
- Specified by:
getNamein interfaceorg.jboss.wsf.spi.deployment.UnifiedVirtualFile
-