soaprmi.soap
Interface Converter
- All Known Implementing Classes:
- RemoteRefConverter, VectorConverter
- public interface Converter
Interface that each converter must implement to work in SOAP.
If conversion succeeded it must return non null value otherwise
other converters will be tried.
- Version:
- $Revision: 1.4 $
- Author:
- Aleksander Slominski
|
Method Summary |
java.lang.Object |
convert(java.lang.Object source,
java.lang.Class expectedType)
|
convert
public java.lang.Object convert(java.lang.Object source,
java.lang.Class expectedType)
throws DeserializeException
- Throws:
DeserializeException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.