com.atomikos.demo.jaxws.stub
Interface WebShop


public interface WebShop

This class was generated by the JAX-WS RI. JAX-WS RI 2.1.3-b02- Generated source version: 2.1


Method Summary
 void buy(String arg0, int arg1)
           
 

Method Detail

buy

@RequestWrapper(localName="buy",
                targetNamespace="http://impl.jaxws.demo.atomikos.com/",
                className="com.atomikos.demo.jaxws.stub.Buy")
@ResponseWrapper(localName="buyResponse",
                 targetNamespace="http://impl.jaxws.demo.atomikos.com/",
                 className="com.atomikos.demo.jaxws.stub.BuyResponse")
void buy(String arg0,
                                        int arg1)
Parameters:
arg1 -
arg0 -


Copyright © 2012. All Rights Reserved.