KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > axis > wsi > scm > logging > LoggingFacilitySoapBindingImpl


1 /**
2  * LoggingFacilitySoapBindingImpl.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis #axisVersion# #today# WSDL2Java emitter.
6  */

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 JavaDoc {
12     }
13
14     public org.apache.axis.wsi.scm.logging.GetEventsResponseType getEvents(org.apache.axis.wsi.scm.logging.GetEventsRequestType document) throws java.rmi.RemoteException JavaDoc, org.apache.axis.wsi.scm.logging.GetEventsFaultType {
15         return null;
16     }
17
18 }
19
Popular Tags