Apache CXF API

org.apache.cxf.feature
Class FastInfosetFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by org.apache.cxf.feature.AbstractFeature
          extended by org.apache.cxf.feature.FastInfosetFeature
All Implemented Interfaces:
Feature

public class FastInfosetFeature
extends AbstractFeature

 
      
       
      
    
  ]]>
  


Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
FastInfosetFeature()
           
 
Method Summary
 boolean getForce()
          Retrieve the value set with setForce(boolean).
protected  void initializeProvider(InterceptorProvider provider, Bus bus)
           
 void setForce(boolean b)
          Set if FastInfoset is always used without negotiation
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, getID, initialize, initialize, initialize, initialize
 
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
 

Constructor Detail

FastInfosetFeature

public FastInfosetFeature()
Method Detail

initializeProvider

protected void initializeProvider(InterceptorProvider provider,
                                  Bus bus)
Overrides:
initializeProvider in class AbstractFeature

setForce

public void setForce(boolean b)
Set if FastInfoset is always used without negotiation

Parameters:
b -

getForce

public boolean getForce()
Retrieve the value set with setForce(boolean).


Apache CXF API

Apache CXF