Package com.sun.xml.ws.policy.jaxws
Class XmlWsLoggingProvider
- java.lang.Object
-
- com.sun.xml.ws.policy.jaxws.XmlWsLoggingProvider
-
- All Implemented Interfaces:
LoggingProvider
public class XmlWsLoggingProvider extends Object implements LoggingProvider
- Author:
- lukas
-
-
Constructor Summary
Constructors Constructor Description XmlWsLoggingProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLoggingSubsystemName()Policy will append.wspolicyto the returned string.
-
-
-
Method Detail
-
getLoggingSubsystemName
public String getLoggingSubsystemName()
Description copied from interface:LoggingProviderPolicy will append.wspolicyto the returned string.- Specified by:
getLoggingSubsystemNamein interfaceLoggingProvider- Returns:
- a logging subsystem name to use by loggers
-
-