Skip to content

Instantly share code, notes, and snippets.

@malintha
Created October 8, 2017 05:09
Embed
What would you like to do?
/**
* Created by malintha on 9/25/14.
*/
public class LoggingModule implements Module {
public void init(ConfigurationContext configurationContext, AxisModule axisModule) throws AxisFault {}
public void engageNotify(AxisDescription axisDescription) throws AxisFault {}
public void shutdown(ConfigurationContext configurationContext) throws AxisFault {}
public void applyPolicy(org.apache.neethi.Policy policy, AxisDescription axisDescription) throws AxisFault {}
public boolean canSupportAssertion(org.apache.neethi.Assertion assertion) {
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment