8788899091929394
_encodingStyle = s; } public void validateThis() { if(_use == SOAPUse.ENCODED) { throw new ValidationException("validation.unsupportedUse.encoded", getLocator().getLineNumber(),getLocator().getSystemId()); } }
109110111112113114115116
} if (_part == null) { failValidation("validation.missingRequiredAttribute", "part"); } if(_use == SOAPUse.ENCODED) { throw new ValidationException("validation.unsupportedUse.encoded", getLocator().getLineNumber(),getLocator().getSystemId()); } }
8687888990919293
_parts = s; } public void validateThis() { if(_use == SOAPUse.ENCODED) { throw new ValidationException("validation.unsupportedUse.encoded", getLocator().getLineNumber(),getLocator().getSystemId()); } }