01: /**
02: * LoggingFacilitySoapBindingImpl.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis #axisVersion# #today# WSDL2Java emitter.
06: */package org.apache.axis.wsi.scm.logging;
07:
08: public class LoggingFacilitySoapBindingImpl implements
09: org.apache.axis.wsi.scm.logging.LoggingFacilityLogPortType {
10: public void logEvent(
11: org.apache.axis.wsi.scm.logging.LogEventRequestType document)
12: throws java.rmi.RemoteException {
13: }
14:
15: public org.apache.axis.wsi.scm.logging.GetEventsResponseType getEvents(
16: org.apache.axis.wsi.scm.logging.GetEventsRequestType document)
17: throws java.rmi.RemoteException,
18: org.apache.axis.wsi.scm.logging.GetEventsFaultType {
19: return null;
20: }
21:
22: }
|