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

openliberty.websphere.tests.data.MTOMRule.TestMOTMRule Maven / Gradle / Ivy

The newest version!
import javax.activation.DataHandler;
import java.io.IOException;
import java.io.OutputStream;

public class TestMOTMRule {
	public static void main(String[] args) {
		DataHandler testHandler = new DataHandler();
		OutputStream test = new OutputStream();
		testHandler.writeTo(test);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy