Package org.apache.cxf.transport.http
Class HttpDestinationFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<HttpDestinationFeature.Portable>
org.apache.cxf.transport.http.HttpDestinationFeature
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
public class HttpDestinationFeature
extends org.apache.cxf.feature.DelegatingFeature<HttpDestinationFeature.Portable>
Programmatically configure a http destination. This can also be used as a DOSGi
intent.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegateFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDestinationConfig(HttpDestinationConfig destinationConfig) Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegateMethods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
Constructor Details
-
HttpDestinationFeature
public HttpDestinationFeature()
-
-
Method Details
-
setDestinationConfig
-