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

org.apache.axiom.om.impl.builder.XOPBuilder Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package org.apache.axiom.om.impl.builder;

import javax.activation.DataHandler;

import org.apache.axiom.om.OMException;

public interface XOPBuilder {

	public abstract DataHandler getDataHandler(String blobContentID)
			throws OMException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy