Package org.apache.cxf.transport.servlet
Interface ServletConfigAware
- All Known Implementing Classes:
DestinationRegistryImpl,ServletDestination
public interface ServletConfigAware
Interface to be implemented by any Destination that wishes to be notified of the
ServletConfig availability.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonServletConfigAvailable(jakarta.servlet.ServletConfig config)
-
Method Details
-
onServletConfigAvailable
default void onServletConfigAvailable(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException - Throws:
jakarta.servlet.ServletException
-