Ejemplo n.º 1
0
        public static DelegationSetUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new DelegationSetUnmarshaller();
            }

            return(instance);
        }
        private static void UnmarshallResult(XmlUnmarshallerContext context, CreateHostedZoneResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("HostedZone", targetDepth))
                    {
                        response.HostedZone = HostedZoneUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                    if (context.TestExpression("ChangeInfo", targetDepth))
                    {
                        response.ChangeInfo = ChangeInfoUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                    if (context.TestExpression("DelegationSet", targetDepth))
                    {
                        response.DelegationSet = DelegationSetUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }


            IWebResponseData responseData = context.ResponseData;

            if (responseData.IsHeaderPresent("Location"))
            {
                response.Location = responseData.GetHeaderValue("Location");
            }


            return;
        }
        public CreateHostedZoneResult Unmarshall(XmlUnmarshallerContext context)
        {
            CreateHostedZoneResult createHostedZoneResult = new CreateHostedZoneResult();
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("HostedZone", targetDepth))
                    {
                        createHostedZoneResult.HostedZone = HostedZoneUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                    if (context.TestExpression("ChangeInfo", targetDepth))
                    {
                        createHostedZoneResult.ChangeInfo = ChangeInfoUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                    if (context.TestExpression("DelegationSet", targetDepth))
                    {
                        createHostedZoneResult.DelegationSet = DelegationSetUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return(createHostedZoneResult);
                }
            }


            createHostedZoneResult.Location = context.Headers["Location"];


            return(createHostedZoneResult);
        }
        public GetHostedZoneResult Unmarshall(XmlUnmarshallerContext context)
        {
            GetHostedZoneResult getHostedZoneResult = new GetHostedZoneResult();
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("HostedZone", targetDepth))
                    {
                        getHostedZoneResult.HostedZone = HostedZoneUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                    if (context.TestExpression("DelegationSet", targetDepth))
                    {
                        getHostedZoneResult.DelegationSet = DelegationSetUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return(getHostedZoneResult);
                }
            }



            return(getHostedZoneResult);
        }
Ejemplo n.º 5
0
        private static void UnmarshallResult(XmlUnmarshallerContext context, GetHostedZoneResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("HostedZone", targetDepth))
                    {
                        response.HostedZone = HostedZoneUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                    if (context.TestExpression("DelegationSet", targetDepth))
                    {
                        response.DelegationSet = DelegationSetUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }



            return;
        }