Package io.quarkiverse.cxf.logging
Class LoggingFactoryCustomizer
- java.lang.Object
-
- io.quarkiverse.cxf.logging.LoggingFactoryCustomizer
-
public class LoggingFactoryCustomizer extends Object
-
-
Constructor Summary
Constructors Constructor Description LoggingFactoryCustomizer(CxfConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomize(CXFClientInfo cxfClientInfo, org.apache.cxf.jaxws.JaxWsProxyFactoryBean factory)voidcustomize(CXFServletInfo cxfServletInfo, org.apache.cxf.jaxws.JaxWsServerFactoryBean factory)
-
-
-
Constructor Detail
-
LoggingFactoryCustomizer
public LoggingFactoryCustomizer(CxfConfig config)
-
-
Method Detail
-
customize
public void customize(CXFClientInfo cxfClientInfo, org.apache.cxf.jaxws.JaxWsProxyFactoryBean factory)
-
customize
public void customize(CXFServletInfo cxfServletInfo, org.apache.cxf.jaxws.JaxWsServerFactoryBean factory)
-
-