Uses of Class
org.apache.hello_world_doc_lit_bare.types.TradePriceData

Packages that use TradePriceData
org.apache.hello_world_doc_lit_bare   
org.apache.hello_world_doc_lit_bare.types   
org.apache.hello_world_soap_http   
 

Uses of TradePriceData in org.apache.hello_world_doc_lit_bare
 

Methods in org.apache.hello_world_doc_lit_bare with parameters of type TradePriceData
 void PutLastTradedPricePortType.putLastTradedPrice(TradePriceData body)
           
 

Method parameters in org.apache.hello_world_doc_lit_bare with type arguments of type TradePriceData
 void PutLastTradedPricePortType.sayHi(javax.xml.ws.Holder<TradePriceData> body)
           
 

Uses of TradePriceData in org.apache.hello_world_doc_lit_bare.types
 

Methods in org.apache.hello_world_doc_lit_bare.types that return TradePriceData
 TradePriceData ObjectFactory.createTradePriceData()
          Create an instance of TradePriceData
 

Methods in org.apache.hello_world_doc_lit_bare.types that return types with arguments of type TradePriceData
 javax.xml.bind.JAXBElement<TradePriceData> ObjectFactory.createIn(TradePriceData value)
          Create an instance of JAXBElement<TradePriceData>}
 javax.xml.bind.JAXBElement<TradePriceData> ObjectFactory.createInout(TradePriceData value)
          Create an instance of JAXBElement<TradePriceData>}
 

Methods in org.apache.hello_world_doc_lit_bare.types with parameters of type TradePriceData
 javax.xml.bind.JAXBElement<TradePriceData> ObjectFactory.createIn(TradePriceData value)
          Create an instance of JAXBElement<TradePriceData>}
 javax.xml.bind.JAXBElement<TradePriceData> ObjectFactory.createInout(TradePriceData value)
          Create an instance of JAXBElement<TradePriceData>}
 

Uses of TradePriceData in org.apache.hello_world_soap_http
 

Methods in org.apache.hello_world_soap_http with parameters of type TradePriceData
 void DocLitBareImpl.putLastTradedPrice(TradePriceData body)
           
 

Method parameters in org.apache.hello_world_soap_http with type arguments of type TradePriceData
 void DocLitBareImpl.sayHi(javax.xml.ws.Holder<TradePriceData> inout)
           
 



Apache CXF