Package org.apache.cxf.transport.http
Class HttpDestinationFeature
- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- org.apache.cxf.feature.AbstractFeature
-
- org.apache.cxf.feature.DelegatingFeature<HttpDestinationFeature.Portable>
-
- org.apache.cxf.transport.http.HttpDestinationFeature
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
public class HttpDestinationFeature extends DelegatingFeature<HttpDestinationFeature.Portable>
Programmatically configure a http destination. This can also be used as a DOSGi intent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpDestinationFeature.Portable
-
Field Summary
-
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegate
-
-
Constructor Summary
Constructors Constructor Description HttpDestinationFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDestinationConfig(HttpDestinationConfig destinationConfig)-
Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
-
Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
-
-
-
Method Detail
-
setDestinationConfig
public void setDestinationConfig(HttpDestinationConfig destinationConfig)
-
-