org.jbpm.instantiation
Class ProcessClassLoader.BytesUrlStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.jbpm.instantiation.ProcessClassLoader.BytesUrlStreamHandler
Enclosing class:
ProcessClassLoader

Deprecated. not in use anymore

public static class ProcessClassLoader.BytesUrlStreamHandler
extends URLStreamHandler


Constructor Summary
ProcessClassLoader.BytesUrlStreamHandler(byte[] bytes)
          Deprecated.  
 
Method Summary
protected  URLConnection openConnection(URL u)
          Deprecated.  
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessClassLoader.BytesUrlStreamHandler

public ProcessClassLoader.BytesUrlStreamHandler(byte[] bytes)
Deprecated. 
Method Detail

openConnection

protected URLConnection openConnection(URL u)
                                throws IOException
Deprecated. 
Specified by:
openConnection in class URLStreamHandler
Throws:
IOException


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