org.apache.hello_world_soap_http
Class DocLitBareImpl

java.lang.Object
  extended by org.apache.hello_world_soap_http.DocLitBareImpl
All Implemented Interfaces:
PutLastTradedPricePortType

public class DocLitBareImpl
extends Object
implements PutLastTradedPricePortType


Constructor Summary
DocLitBareImpl()
           
 
Method Summary
 String bareNoParam()
           
 int getBareNoParamCount()
           
 int getPutLastTradedPriceCount()
           
 int getSayHiInvocationCount()
           
 String nillableParameter(BigDecimal theRequest)
           
 void putLastTradedPrice(TradePriceData body)
           
 void sayHi(javax.xml.ws.Holder<TradePriceData> inout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocLitBareImpl

public DocLitBareImpl()
Method Detail

sayHi

public void sayHi(javax.xml.ws.Holder<TradePriceData> inout)
Specified by:
sayHi in interface PutLastTradedPricePortType

putLastTradedPrice

public void putLastTradedPrice(TradePriceData body)
Specified by:
putLastTradedPrice in interface PutLastTradedPricePortType

getSayHiInvocationCount

public int getSayHiInvocationCount()

getPutLastTradedPriceCount

public int getPutLastTradedPriceCount()

bareNoParam

public String bareNoParam()
Specified by:
bareNoParam in interface PutLastTradedPricePortType

getBareNoParamCount

public int getBareNoParamCount()

nillableParameter

public String nillableParameter(BigDecimal theRequest)
Specified by:
nillableParameter in interface PutLastTradedPricePortType


Apache CXF