Environment env) throws SoapFault {
Element routerXML = XmlUtils.getElement(xml,
DescriptorConstants.ROUTER_QNAME);
RouterDescriptor rd = createRouterDescriptor();
rd.load(routerXML, env);
return rd.getRouterDefinition();
}
protected SerializerDescriptor createSerializerDescriptor() {