* element object with a wsdl context different to the default context provided
* provided by this wsdl factory. For example, a wsdl reader or writer may pass
* its own context object to this method.
*/
DescriptionElement newDescriptionElement(WSDLContext wsdlContext) {
return new DescriptionImpl(wsdlContext);
}