com.sun.xml.ws.model
Class Injector

java.lang.Object
  extended by com.sun.xml.ws.model.Injector

final class Injector
extends Object

A ClassLoader used to "inject" wrapper and exception bean classes into the VM.


Constructor Summary
Injector()
           
 
Method Summary
(package private) static Class inject(ClassLoader cl, String className, byte[] image)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Injector

Injector()
Method Detail

inject

static Class inject(ClassLoader cl,
                    String className,
                    byte[] image)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.