edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util
Interface CustomObjectInputStream.StreamCallback

Enclosing class:
CustomObjectInputStream

public static interface CustomObjectInputStream.StreamCallback


Method Summary
 void close()
           
 void defaultReadObject()
           
 Map readFieldsFromStream()
           
 Object readFromStream()
           
 void registerValidation(ObjectInputValidation validation, int priority)
           
 

Method Detail

readFromStream

Object readFromStream()
                      throws IOException
Throws:
IOException

readFieldsFromStream

Map readFieldsFromStream()
                         throws IOException
Throws:
IOException

defaultReadObject

void defaultReadObject()
                       throws IOException
Throws:
IOException

registerValidation

void registerValidation(ObjectInputValidation validation,
                        int priority)
                        throws NotActiveException,
                               InvalidObjectException
Throws:
NotActiveException
InvalidObjectException

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2010 Internet2. All Rights Reserved.