1 7 8 package org.apache.axis.wsi.scm.logging; 9 10 public class LoggingFacilitySoapBindingImpl implements org.apache.axis.wsi.scm.logging.LoggingFacilityLogPortType{ 11 public void logEvent(org.apache.axis.wsi.scm.logging.LogEventRequestType document) throws java.rmi.RemoteException { 12 } 13 14 public org.apache.axis.wsi.scm.logging.GetEventsResponseType getEvents(org.apache.axis.wsi.scm.logging.GetEventsRequestType document) throws java.rmi.RemoteException , org.apache.axis.wsi.scm.logging.GetEventsFaultType { 15 return null; 16 } 17 18 } 19 | Popular Tags |