javax.xml.ws.soap
Class MTOMFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by javax.xml.ws.soap.MTOMFeature

public final class MTOMFeature
extends WebServiceFeature


Field Summary
static java.lang.String ID
           
protected  int threshold
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
MTOMFeature()
           
MTOMFeature(boolean enabled)
           
MTOMFeature(boolean enabled, int threshold)
           
MTOMFeature(int threshold)
           
 
Method Summary
 java.lang.String getID()
           
 int getThreshold()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values

threshold

protected int threshold
Constructor Detail

MTOMFeature

public MTOMFeature()

MTOMFeature

public MTOMFeature(boolean enabled)

MTOMFeature

public MTOMFeature(int threshold)

MTOMFeature

public MTOMFeature(boolean enabled,
                   int threshold)
Method Detail

getThreshold

public int getThreshold()

getID

public java.lang.String getID()
Specified by:
getID in class WebServiceFeature


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