org.apache.axis2.context.externalize
Interface ObjectInputStreamWithCL.ClassResolver

Enclosing class:
ObjectInputStreamWithCL

public static interface ObjectInputStreamWithCL.ClassResolver

This interface is used to resolve OSGi declared serializable classes.


Method Summary
 Class resolveClass(String className)
          Attempt to load the specified class.
 

Method Detail

resolveClass

Class resolveClass(String className)
Attempt to load the specified class.

Parameters:
className - The classname.
Returns:
The class, or null if not found.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.