Package org.apache.hello_world_soap_http
Class DocLitBareImpl
- java.lang.Object
-
- org.apache.hello_world_soap_http.DocLitBareImpl
-
- All Implemented Interfaces:
PutLastTradedPricePortType
public class DocLitBareImpl extends Object implements PutLastTradedPricePortType
-
-
Constructor Summary
Constructors Constructor Description DocLitBareImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbareNoParam()intgetBareNoParamCount()intgetPutLastTradedPriceCount()intgetSayHiInvocationCount()StringnillableParameter(BigDecimal theRequest)voidputLastTradedPrice(TradePriceData body)voidsayHi(javax.xml.ws.Holder<TradePriceData> inout)
-
-
-
Method Detail
-
sayHi
public void sayHi(javax.xml.ws.Holder<TradePriceData> inout)
- Specified by:
sayHiin interfacePutLastTradedPricePortType
-
putLastTradedPrice
public void putLastTradedPrice(TradePriceData body)
- Specified by:
putLastTradedPricein interfacePutLastTradedPricePortType
-
getSayHiInvocationCount
public int getSayHiInvocationCount()
-
getPutLastTradedPriceCount
public int getPutLastTradedPriceCount()
-
bareNoParam
public String bareNoParam()
- Specified by:
bareNoParamin interfacePutLastTradedPricePortType
-
getBareNoParamCount
public int getBareNoParamCount()
-
nillableParameter
public String nillableParameter(BigDecimal theRequest)
- Specified by:
nillableParameterin interfacePutLastTradedPricePortType
-
-