org.apache.hello_world_soap_http
Class DocLitBareImpl

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

public class DocLitBareImpl
extends java.lang.Object
implements org.apache.hello_world_doc_lit_bare.PutLastTradedPricePortType


Constructor Summary
DocLitBareImpl()
           
 
Method Summary
 java.lang.String bareNoParam()
           
 int getBareNoParamCount()
           
 int getPutLastTradedPriceCount()
           
 int getSayHiInvocationCount()
           
 java.lang.String nillableParameter(java.math.BigDecimal theRequest)
           
 void putLastTradedPrice(org.apache.hello_world_doc_lit_bare.types.TradePriceData body)
           
 void sayHi(javax.xml.ws.Holder<org.apache.hello_world_doc_lit_bare.types.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<org.apache.hello_world_doc_lit_bare.types.TradePriceData> inout)
Specified by:
sayHi in interface org.apache.hello_world_doc_lit_bare.PutLastTradedPricePortType

putLastTradedPrice

public void putLastTradedPrice(org.apache.hello_world_doc_lit_bare.types.TradePriceData body)
Specified by:
putLastTradedPrice in interface org.apache.hello_world_doc_lit_bare.PutLastTradedPricePortType

getSayHiInvocationCount

public int getSayHiInvocationCount()

getPutLastTradedPriceCount

public int getPutLastTradedPriceCount()

bareNoParam

public java.lang.String bareNoParam()
Specified by:
bareNoParam in interface org.apache.hello_world_doc_lit_bare.PutLastTradedPricePortType

getBareNoParamCount

public int getBareNoParamCount()

nillableParameter

public java.lang.String nillableParameter(java.math.BigDecimal theRequest)
Specified by:
nillableParameter in interface org.apache.hello_world_doc_lit_bare.PutLastTradedPricePortType


Apache CXF