Package org.apache.cxf.transport.servlet
Interface ServletConfigAware
-
- All Known Implementing Classes:
DestinationRegistryImpl,ServletDestination
public interface ServletConfigAwareInterface to be implemented by any Destination that wishes to be notified of the ServletConfig availability.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonServletConfigAvailable(javax.servlet.ServletConfig config)
-