|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.ws.WebServiceFeature javax.xml.ws.soap.MTOMFeature
public final class MTOMFeature
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 |
---|
public static final java.lang.String ID
protected int threshold
Constructor Detail |
---|
public MTOMFeature()
public MTOMFeature(boolean enabled)
public MTOMFeature(int threshold)
public MTOMFeature(boolean enabled, int threshold)
Method Detail |
---|
public int getThreshold()
public java.lang.String getID()
getID
in class WebServiceFeature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |