org.apache.hello_world_doc_lit_bare
Interface PutLastTradedPricePortType

All Known Implementing Classes:
DocLitBareImpl

public interface PutLastTradedPricePortType

This class was generated by Apache CXF 2.3.1-fuse-01-00 2011-01-07T05:21:33.776Z Generated source version: 2.3.1-fuse-01-00


Method Summary
 String bareNoParam()
           
 String nillableParameter(BigDecimal theRequest)
           
 void putLastTradedPrice(TradePriceData body)
           
 void sayHi(javax.xml.ws.Holder<TradePriceData> body)
           
 

Method Detail

bareNoParam

String bareNoParam()

putLastTradedPrice

void putLastTradedPrice(TradePriceData body)

sayHi

void sayHi(javax.xml.ws.Holder<TradePriceData> body)

nillableParameter

String nillableParameter(BigDecimal theRequest)


Apache CXF