Skip to content
Snippets Groups Projects
Commit 9d28123b authored by Fakhri Mahendra's avatar Fakhri Mahendra
Browse files

fix: imported missing file

parent 581aea57
No related merge requests found
......@@ -3,18 +3,14 @@ package edujin.handler;
import com.sun.net.httpserver.HttpExchange;
import edujin.model.Logging;
import edujin.repository.LoggingRepository;
import edujin.util.Authentication;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import javax.xml.namespace.QName;
import javax.xml.soap.*;
import javax.xml.ws.EndpointContext;
import javax.xml.ws.handler.MessageContext;
import javax.xml.ws.handler.soap.SOAPHandler;
import javax.xml.ws.handler.soap.SOAPMessageContext;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class LoggingHandler implements SOAPHandler<SOAPMessageContext> {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment