Searched refs:MTOM (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/
H A DMTOM.java39 * This feature represents the use of MTOM with a
50 * proxy, and endpoint MUST honor the values of the <code>MTOM</code>
63 public @interface MTOM { interface
70 * Property for MTOM threshold value. When MTOM is enabled, binary data above this
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DWebServiceFeatureAnnotation.java38 import javax.xml.ws.soap.MTOM;
51 * <code>MTOM</code>, <code>RespectBinding</code>), however, an implementation
65 * @see MTOM
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/
H A DWebServiceFeatureList.java46 import javax.xml.ws.soap.MTOM;
122 } else if (a instanceof MTOM) {
123 MTOM mtomAnn = (MTOM) a;

Completed in 44 milliseconds