Ejemplo n.º 1
0
            private void send_updateProductBySchema(com.vip.isv.schema.UpdateProductBySchemaRequest updateProductSchemaRequest_)
            {
                InitInvocation("updateProductBySchema");

                updateProductBySchema_args args = new updateProductBySchema_args();

                args.SetUpdateProductSchemaRequest(updateProductSchemaRequest_);

                SendBase(args, updateProductBySchema_argsHelper.getInstance());
            }
Ejemplo n.º 2
0
            public void Read(updateProductBySchema_args structs, Protocol iprot)
            {
                if (true)
                {
                    com.vip.isv.schema.UpdateProductBySchemaRequest value;

                    value = new com.vip.isv.schema.UpdateProductBySchemaRequest();
                    com.vip.isv.schema.UpdateProductBySchemaRequestHelper.getInstance().Read(value, iprot);

                    structs.SetUpdateProductSchemaRequest(value);
                }



                Validate(structs);
            }
Ejemplo n.º 3
0
 public com.vip.isv.schema.ProductResponse updateProductBySchema(com.vip.isv.schema.UpdateProductBySchemaRequest updateProductSchemaRequest_)
 {
     send_updateProductBySchema(updateProductSchemaRequest_);
     return(recv_updateProductBySchema());
 }
Ejemplo n.º 4
0
 public void SetUpdateProductSchemaRequest(com.vip.isv.schema.UpdateProductBySchemaRequest value)
 {
     this.updateProductSchemaRequest_ = value;
 }