com.sun.xml.ws.api.fastinfoset
Class FastInfosetFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.api.fastinfoset.FastInfosetFeature

public class FastInfosetFeature
extends javax.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:

If this feature is not present on a Web service then the default behaviour is equivalent to this feature being present and enabled.


Field Summary
static String ID
          Constant value identifying the FastInfosetFeature
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
FastInfosetFeature()
          Create a FastInfosetFeature.
FastInfosetFeature(boolean enabled)
          Create a FastInfosetFeature
 
Method Summary
 String getID()
          
 
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 String ID
Constant value identifying the FastInfosetFeature

See Also:
Constant Field Values
Constructor Detail

FastInfosetFeature

public FastInfosetFeature()
Create a FastInfosetFeature. The instance created will be enabled.


FastInfosetFeature

public FastInfosetFeature(boolean enabled)
Create a FastInfosetFeature

Parameters:
enabled - specifies whether this feature should be enabled or not.
Method Detail

getID

public String getID()

Specified by:
getID in class javax.xml.ws.WebServiceFeature