org.jboss.metadata.serviceref
Class VirtualFileAdaptor

java.lang.Object
  extended by org.jboss.metadata.serviceref.VirtualFileAdaptor
All Implemented Interfaces:
Serializable, org.jboss.wsf.spi.deployment.UnifiedVirtualFile

public class VirtualFileAdaptor
extends Object
implements org.jboss.wsf.spi.deployment.UnifiedVirtualFile

A JBoss50 VirtualFile adaptor

Since:
05-May-2006
Author:
Thomas.Diesler@jboss.org
See Also:
Serialized Form

Constructor Summary
VirtualFileAdaptor(org.jboss.virtual.VirtualFile root)
           
 
Method Summary
 org.jboss.wsf.spi.deployment.UnifiedVirtualFile findChild(String child)
           
 URL toURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualFileAdaptor

public VirtualFileAdaptor(org.jboss.virtual.VirtualFile root)
Method Detail

findChild

public org.jboss.wsf.spi.deployment.UnifiedVirtualFile findChild(String child)
                                                          throws IOException
Specified by:
findChild in interface org.jboss.wsf.spi.deployment.UnifiedVirtualFile
Throws:
IOException

toURL

public URL toURL()
Specified by:
toURL in interface org.jboss.wsf.spi.deployment.UnifiedVirtualFile


Copyright ? 2008 JBoss, A division of Red Hat. All Rights Reserved.