/* 255 */ if (xmlType == null) {
/* 256 */ throw new WebServiceException("@XmlType missing from fault bean: " + this.faultBeanName);
/* */ }
/* 258 */ AccessorFactory accessorFactory = getAccessorFactory(this.faultBean);
/* */
/* 260 */ String[] propertyNames = xmlType.propOrder();
/* 261 */ int propertyCount = propertyNames.length;
/* 262 */ this.propertyTypes = new Class[propertyCount];
/* 263 */ this.faultBeanProperties = new WrappedParameter[propertyCount];
/* 264 */ this.serviceExceptionGetters = new Method[propertyCount];
/* */