All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.example.stock.StockExceptionTest Maven / Gradle / Ivy

The newest version!

package com.example.stock;

import java.util.List;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.6b10 
 * Generated source version: 2.1
 * 
 */
@WebService(name = "StockExceptionTest", targetNamespace = "http://www.example.com/stock")
@XmlSeeAlso({
    ObjectFactory.class
})
public interface StockExceptionTest {


    /**
     * 
     * @param input
     * @return
     *     returns com.example.stock.StockOffer
     * @throws MarketClosedFault
     * @throws InvalidSymbolFault_Exception
     * @throws TestNotDeclaredAtSourceFault
     */
    @WebMethod
    @WebResult(name = "stockQuoteOfferReturn", targetNamespace = "")
    @RequestWrapper(localName = "stockQuoteOffer", targetNamespace = "http://www.example.com/stock", className = "com.example.stock.StockQuoteOffer")
    @ResponseWrapper(localName = "stockQuoteOfferResponse", targetNamespace = "http://www.example.com/stock", className = "com.example.stock.StockQuoteOfferResponseType")
    public StockOffer stockQuoteOffer(
        @WebParam(name = "input", targetNamespace = "")
        List input)
        throws InvalidSymbolFault_Exception, MarketClosedFault, TestNotDeclaredAtSourceFault
    ;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy