Two different HTTPService classes in Flex

Why are there two different HTTPService classes in Flex?
this
and
this

The second one inherits the first.
Why can’t you combine the two?

One of the objects (the first link you posted) is the HTTPService object itself.

The second is an object that wraps the HTTPService object and provides additional functions for the tag.

The two may not be merged, because the HTTService object is required every time At this time, you don’t necessarily need to implement the IMXMLObject and IMXMLSupport interfaces.

Why are there two different HTTPService classes in Flex?
this
and
this

The second one inherits the first.
Why can’t you combine the two?

One of the objects (the first link you posted) is the HTTPService object itself.

The second is the wrapper The object of the HTTPService object, and provides additional functions for the tag.

The two may not be merged, because each time you need the HTTService object, you don’t necessarily need to implement the IMXMLObject and IMXMLSupport interfaces.

Leave a Comment

Your email address will not be published.