All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.objectweb.celtix.bindings.DataReader Maven / Gradle / Ivy

The newest version!
package org.objectweb.celtix.bindings;

import javax.xml.namespace.QName;

import org.objectweb.celtix.context.ObjectMessageContext;

public interface DataReader {

    Object read(int idx, T input);
    Object read(QName name, int idx, T input);
    void readWrapper(ObjectMessageContext objCtx, boolean isOutBound, T input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy