Java javax.xml.ws.soap MTOMFeature fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws.soap MTOMFeature fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws.soap MTOMFeature.

The text is from its open source code.

Field

StringID
Constant value identifying the MTOMFeature

Constructor

MTOMFeature(boolean enabled, int threshold)
Creates a MTOMFeature .
MTOMFeature(boolean enabled)
Creates a MTOMFeature .
MTOMFeature(int threshold)
Creates a MTOMFeature .

Method

intgetThreshold()
Gets the threshold value used to determine when binary data should be sent as an attachment.
booleanisEnabled()
Returns true if this feature is enabled.