newMethod.setAbstract(true);
newMethod.setFinal(false);
newMethod.setName(Constants.PAYLOAD_DECLARATION_METHOD);
newMethod.setNative(false);
final Type payloadType = this.getPayloadType(newType.getSuperType());
newMethod.setReturnType(payloadType);
newMethod.setStatic(false);
newMethod.setVisibility(Visibility.PUBLIC);