Package com.sun.xml.ws.api.fastinfoset
Class FastInfosetFeature
- java.lang.Object
-
- jakarta.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.api.fastinfoset.FastInfosetFeature
-
@ManagedData public class FastInfosetFeature extends jakarta.xml.ws.WebServiceFeature
Enable or disable Fast Infoset on a Web service.The following describes the affects of this feature with respect to being enabled or disabled:
- ENABLED: In this Mode, Fast Infoset will be enabled.
- DISABLED: In this Mode, Fast Infoset will be disabled and the Web service will not process incoming messages or produce outgoing messages encoded using Fast Infoset.
If this feature is not present on a Web service then the default behaviour is equivalent to this feature being present and enabled.
- Author:
- [email protected]
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
Constant value identifying theFastInfosetFeature
-
Constructor Summary
Constructors Constructor Description FastInfosetFeature()
Create aFastInfosetFeature
.FastInfosetFeature(boolean enabled)
Create aFastInfosetFeature
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getID()
-
-
-
Field Detail
-
ID
public static final String ID
Constant value identifying theFastInfosetFeature
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FastInfosetFeature
public FastInfosetFeature()
Create aFastInfosetFeature
. The instance created will be enabled.
-
FastInfosetFeature
public FastInfosetFeature(boolean enabled)
Create aFastInfosetFeature
- Parameters:
enabled
- specifies whether this feature should be enabled or not.
-
-
Method Detail
-
getID
@ManagedAttribute public String getID()
- Specified by:
getID
in classjakarta.xml.ws.WebServiceFeature
-
-