File
Doc
Category
Size
Date
Package
MySOAPBindingImpl.java
API Doc
Apache Axis 1.4
373
Sat Apr 22 18:57:26 BST 2006
test.wsdl.axis2098
MySOAPBindingImpl
java.lang.Object
public class MySOAPBindingImpl extends Object implements test.wsdl.axis2098.MyPort
Fields Summary
Constructors Summary
Methods Summary
public
test.wsdl.axis2098.MyResponseType
helloWorld
(
test.wsdl.axis2098.MyRequestType
body)
MyResponseType resp = new MyResponseType(); resp.setHelloworld(body.getHelloworld()); return resp;
Java Code Source