Class UnformattedServiceListWriter
- java.lang.Object
-
- org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
-
- All Implemented Interfaces:
ServiceListWriter
public class UnformattedServiceListWriter extends Object implements ServiceListWriter
-
-
Constructor Summary
Constructors Constructor Description UnformattedServiceListWriter(boolean renderWsdlList, Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()voidwriteServiceList(PrintWriter writer, String basePath, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations)
-
-
-
Constructor Detail
-
UnformattedServiceListWriter
public UnformattedServiceListWriter(boolean renderWsdlList, Bus bus)
-
-
Method Detail
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfaceServiceListWriter
-
writeServiceList
public void writeServiceList(PrintWriter writer, String basePath, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations) throws IOException
- Specified by:
writeServiceListin interfaceServiceListWriter- Throws:
IOException
-
-