Class FormattedServiceListWriter
java.lang.Object
org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
- All Implemented Interfaces:
ServiceListWriter
-
Constructor Summary
ConstructorsConstructorDescriptionFormattedServiceListWriter(String styleSheetPath, String title, boolean showForeignContexts, org.apache.cxf.Bus bus) -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteServiceList(PrintWriter writer, String basePath, org.apache.cxf.transport.AbstractDestination[] soapDestinations, org.apache.cxf.transport.AbstractDestination[] restDestinations)
-
Constructor Details
-
FormattedServiceListWriter
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfaceServiceListWriter
-
writeServiceList
public void writeServiceList(PrintWriter writer, String basePath, org.apache.cxf.transport.AbstractDestination[] soapDestinations, org.apache.cxf.transport.AbstractDestination[] restDestinations) throws IOException - Specified by:
writeServiceListin interfaceServiceListWriter- Throws:
IOException
-