javax.xml.ws.soap
Annotation Type MTOM


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@WebServiceFeatureAnnotation(id="http://www.w3.org/2004/08/soap/features/http-optimization",
                             bean=MTOMFeature.class)
public @interface MTOM


Optional Element Summary
 boolean enabled
           
 int threshold
           
 

enabled

public abstract boolean enabled
Default:
true

threshold

public abstract int threshold
Default:
0


Copyright © 2007 Apache Web Services Project. All Rights Reserved.