Modified: 
incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java?rev=821904&r1=821903&r2=821904&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java
 (original)
+++ 
incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java
 Mon Oct  5 16:21:46 2009
@@ -22,7 +22,8 @@
  */
 package org.tempuri;
 
-import com.ibm.websphere.samples.trade.*;
+import com.ibm.websphere.samples.trade.AccountDataBean;
+import com.ibm.websphere.samples.trade.LoginResponse;
 
 /**
  * TradeServiceWcfSkeleton java skeleton for the axisService
@@ -30,320 +31,225 @@
 public class TradeServiceWcfSkeleton {
 
 
-    /**
-     * Auto generated method signature
-     *
-                                 * @param uniqueIdentifier
-                                 * @param issuingSts
-     */
-
-             public java.lang.String getProfileIdFromStsIdentifier
-              (
-              java.lang.String uniqueIdentifier,java.lang.String issuingSts
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getProfileIdFromStsIdentifier");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID
-                                 * @param symbol
-                                 * @param quantity
-                                 * @param orderProcessingMode
-     */
-
-             public com.ibm.websphere.samples.trade.OrderDataBean buy
-              (
-              java.lang.String userID,java.lang.String symbol,double 
quantity,int orderProcessingMode
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#buy");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID0
-                                 * @param holdingID
-     */
-
-             public com.ibm.websphere.samples.trade.HoldingDataBean getHolding
-              (
-              java.lang.String userID0,int holdingID
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getHolding");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID1
-                                 * @param password
-     */
-
-             public com.ibm.websphere.samples.trade.AccountDataBean login
-              (
-              java.lang.String userID1,java.lang.String password
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#login");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-     */
-
-             public void emptyMethodAction
-              (
-
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#emptyMethodAction");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-     */
-
-             public void isOnline
-              (
-
-              )
-        {
-            //TODO : fill this with the necessary business logic
-
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-     */
-
-             public com.ibm.websphere.samples.trade.MarketSummaryDataBeanWS 
getMarketSummary
-              (
-
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getMarketSummary");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID2
-     */
-
-             public com.ibm.websphere.samples.trade.AccountDataBean 
getAccountData
-              (
-              java.lang.String userID2
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getAccountData");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID3
-     */
-
-             public com.ibm.websphere.samples.trade.ArrayOfOrderDataBean 
getTopOrders
-              (
-              java.lang.String userID3
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getTopOrders");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID4
-     */
-
-             public com.ibm.websphere.samples.trade.ArrayOfOrderDataBean 
getClosedOrders
-              (
-              java.lang.String userID4
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getClosedOrders");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID5
-                                 * @param holdingID6
-                                 * @param orderProcessingMode7
-     */
-
-             public com.ibm.websphere.samples.trade.OrderDataBean sell
-              (
-              java.lang.String userID5,int holdingID6,int orderProcessingMode7
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#sell");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID8
-                                 * @param password9
-                                 * @param fullname
-                                 * @param address
-                                 * @param email
-                                 * @param creditcard
-                                 * @param openBalance
-     */
-
-             public com.ibm.websphere.samples.trade.AccountDataBean register
-              (
-              java.lang.String userID8,java.lang.String 
password9,java.lang.String fullname,java.lang.String address,java.lang.String 
email,java.lang.String creditcard,java.math.BigDecimal openBalance
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#register");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID10
-     */
-
-             public com.ibm.websphere.samples.trade.ArrayOfHoldingDataBean 
getHoldings
-              (
-              java.lang.String userID10
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getHoldings");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param profileData
-     */
-
-             public com.ibm.websphere.samples.trade.AccountProfileDataBean 
updateAccountProfile
-              (
-              com.ibm.websphere.samples.trade.AccountProfileDataBean 
profileData
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#updateAccountProfile");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID11
-                                 * @param holdingID12
-                                 * @param quantity13
-     */
-
-             public com.ibm.websphere.samples.trade.OrderDataBean sellEnhanced
-              (
-              java.lang.String userID11,int holdingID12,double quantity13
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#sellEnhanced");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID14
-     */
-
-             public com.ibm.websphere.samples.trade.AccountProfileDataBean 
getAccountProfileData
-              (
-              java.lang.String userID14
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getAccountProfileData");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID15
-     */
-
-             public void logout
-              (
-              java.lang.String userID15
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#logout");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param userID16
-     */
-
-             public com.ibm.websphere.samples.trade.ArrayOfOrderDataBean 
getOrders
-              (
-              java.lang.String userID16
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getOrders");
-    }
-
-
-    /**
-     * Auto generated method signature
-     *
-                                 * @param symbol17
-     */
-
-             public com.ibm.websphere.samples.trade.QuoteDataBean getQuote
-              (
-              java.lang.String symbol17
-              )
-        {
-            //TODO : fill this with the necessary business logic
-            throw new  java.lang.UnsupportedOperationException("Please 
implement " + this.getClass().getName() + "#getQuote");
-    }
-     
+       public com.ibm.websphere.samples.trade.GetHoldingResponse getHolding(
+                       com.ibm.websphere.samples.trade.GetHolding getHolding) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#getHolding");
+       }
+
+
+       public com.ibm.websphere.samples.trade.RegisterResponse register(
+                       com.ibm.websphere.samples.trade.Register register) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#register");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param isOnline
+        */
+
+       public void isOnline(com.ibm.websphere.samples.trade.IsOnline isOnline) 
{
+               // TODO : fill this with the necessary business logic
+
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param logout
+        */
+
+       public com.ibm.websphere.samples.trade.LogoutResponse logout(
+                       com.ibm.websphere.samples.trade.Logout logout) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#logout");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param getAccountProfileData
+        */
+
+       public com.ibm.websphere.samples.trade.GetAccountProfileDataResponse 
getAccountProfileData(
+                       com.ibm.websphere.samples.trade.GetAccountProfileData 
getAccountProfileData) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + 
"#getAccountProfileData");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param getClosedOrders
+        */
+
+       public com.ibm.websphere.samples.trade.GetClosedOrdersResponse 
getClosedOrders(
+                       com.ibm.websphere.samples.trade.GetClosedOrders 
getClosedOrders) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + 
"#getClosedOrders");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param getHoldings
+        */
+
+       public com.ibm.websphere.samples.trade.GetHoldingsResponse getHoldings(
+                       com.ibm.websphere.samples.trade.GetHoldings 
getHoldings) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#getHoldings");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param buy
+        */
+
+       public com.ibm.websphere.samples.trade.BuyResponse buy(
+                       com.ibm.websphere.samples.trade.Buy buy) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#buy");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param login
+        */
+
+       public com.ibm.websphere.samples.trade.LoginResponse login(
+                       com.ibm.websphere.samples.trade.Login login) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#login");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param getTopOrders
+        */
+
+       public com.ibm.websphere.samples.trade.GetTopOrdersResponse 
getTopOrders(
+                       com.ibm.websphere.samples.trade.GetTopOrders 
getTopOrders) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#getTopOrders");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param emptyMethodAction
+        */
+
+       public com.ibm.websphere.samples.trade.EmptyMethodActionResponse 
emptyMethodAction(
+                       com.ibm.websphere.samples.trade.EmptyMethodAction 
emptyMethodAction) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + 
"#emptyMethodAction");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param getMarketSummary
+        */
+
+       public com.ibm.websphere.samples.trade.GetMarketSummaryResponse 
getMarketSummary(
+                       com.ibm.websphere.samples.trade.GetMarketSummary 
getMarketSummary) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + 
"#getMarketSummary");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param getAccountData
+        */
+
+       public com.ibm.websphere.samples.trade.GetAccountDataResponse 
getAccountData(
+                       com.ibm.websphere.samples.trade.GetAccountData 
getAccountData) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + 
"#getAccountData");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param sell
+        */
+
+       public com.ibm.websphere.samples.trade.SellResponse sell(
+                       com.ibm.websphere.samples.trade.Sell sell) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#sell");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param getQuote
+        */
+
+       public com.ibm.websphere.samples.trade.GetQuoteResponse getQuote(
+                       com.ibm.websphere.samples.trade.GetQuote getQuote) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#getQuote");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param sellEnhanced
+        */
+
+       public com.ibm.websphere.samples.trade.SellEnhancedResponse 
sellEnhanced(
+                       com.ibm.websphere.samples.trade.SellEnhanced 
sellEnhanced) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#sellEnhanced");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param getOrders
+        */
+
+       public com.ibm.websphere.samples.trade.GetOrdersResponse getOrders(
+                       com.ibm.websphere.samples.trade.GetOrders getOrders) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + "#getOrders");
+       }
+
+       /**
+        * Auto generated method signature
+        *
+        * @param updateAccountProfile
+        */
+
+       public com.ibm.websphere.samples.trade.UpdateAccountProfileResponse 
updateAccountProfile(
+                       com.ibm.websphere.samples.trade.UpdateAccountProfile 
updateAccountProfile) {
+               // TODO : fill this with the necessary business logic
+               throw new java.lang.UnsupportedOperationException("Please 
implement "
+                               + this.getClass().getName() + 
"#updateAccountProfile");
+       }
+
 }


Reply via email to