|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroovyx.net.ws.cxf.AbstractSettingHelper
groovyx.net.ws.cxf.MtomHelper
public class MtomHelper
Helper class to configure the MTOM settings.
| Field Summary |
|---|
| Fields inherited from class groovyx.net.ws.cxf.AbstractSettingHelper |
|---|
properties |
| Constructor Summary | |
|---|---|
MtomHelper()
|
|
| Method Summary | |
|---|---|
protected void |
configureClientParameters(org.apache.cxf.endpoint.Client client)
Sets the MTOM property in the request context. |
protected void |
setDefaultProperties()
Sets the default value to not use MTOM |
void |
setMtom(boolean isMtom)
|
| Methods inherited from class groovyx.net.ws.cxf.AbstractSettingHelper |
|---|
enable, initialize, isConfigured, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MtomHelper()
| Method Detail |
|---|
public void setMtom(boolean isMtom)
isMtom - true if mtom is enabled, otherwise false.protected void setDefaultProperties()
setDefaultProperties in class AbstractSettingHelperprotected void configureClientParameters(org.apache.cxf.endpoint.Client client)
configureClientParameters in class AbstractSettingHelperclient - The client to configure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||