Skip to content

Instantly share code, notes, and snippets.

@malintha
Created October 8, 2017 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malintha/3a4c4000c4aa414d93f27dfe5f3548a7 to your computer and use it in GitHub Desktop.
Save malintha/3a4c4000c4aa414d93f27dfe5f3548a7 to your computer and use it in GitHub Desktop.
/**
* 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