Interface ServiceListWriter
-
- All Known Implementing Classes:
FormattedServiceListWriter,UnformattedServiceListWriter
public interface ServiceListWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()voidwriteServiceList(PrintWriter writer, String baseAddress, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations)
-
-
-
Method Detail
-
getContentType
String getContentType()
-
writeServiceList
void writeServiceList(PrintWriter writer, String baseAddress, AbstractDestination[] soapDestinations, AbstractDestination[] restDestinations) throws IOException
- Throws:
IOException
-
-