Exemple #1
0
        public static UploadSigningCertificateResultUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new UploadSigningCertificateResultUnmarshaller();
            }

            return(instance);
        }
Exemple #2
0
        public UploadSigningCertificateResponse Unmarshall(UnmarshallerContext context)
        {
            UploadSigningCertificateResponse response = new UploadSigningCertificateResponse();

            while (context.Read())
            {
                if (context.IsStartElement)
                {
                    if (context.TestExpression("UploadSigningCertificateResult", 2))
                    {
                        response.UploadSigningCertificateResult = UploadSigningCertificateResultUnmarshaller.GetInstance().Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("ResponseMetadata", 2))
                    {
                        response.ResponseMetadata = ResponseMetadataUnmarshaller.GetInstance().Unmarshall(context);
                    }
                }
            }

            return(response);
        }