KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > wsdl > primitiveWrappers > TypeWrapper_BindingImpl


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

7
8 package test.wsdl.primitiveWrappers;
9
10 public class TypeWrapper_BindingImpl implements test.wsdl.primitiveWrappers.TypeWrapper_Port{
11     public java.lang.Integer JavaDoc testWrapping(java.lang.Integer JavaDoc testWrappingInputInteger, test.wsdl.primitiveWrappers.Bean testWrappingInputBean) throws java.rmi.RemoteException JavaDoc {
12         return testWrappingInputInteger;
13     }
14
15 }
16
Popular Tags