KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > axis > wsi > scm > configurator > ConfiguratorBindingImpl


1 /**
2  * ConfiguratorBindingImpl.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.configurator;
9
10 public class ConfiguratorBindingImpl implements org.apache.axis.wsi.scm.configurator.ConfiguratorPortType{
11     public org.apache.axis.wsi.scm.configurator.ConfigOptionsType getConfigurationOptions(boolean refresh) throws java.rmi.RemoteException JavaDoc, org.apache.axis.wsi.scm.configurator.ConfiguratorFailedFault {
12         return null;
13     }
14
15 }
16
Popular Tags